Releases: glimmerjs/glimmer-vm
Releases Β· glimmerjs/glimmer-vm
v0.85.0
What's Changed
- Try upgrading ember-cli-browserstack by @NullVoxPopuli in #1415
- Modernize Infrastructure by @wycats in #1418
- Continue updating infrastructure by @wycats in #1419
- Fix another issue with getTemplateLocals and block params by @NullVoxPopuli in #1412
- [syntax] Remove v2-b and rename v2-a to v2 by @wycats in #1420
- Improve lexical scope by @wycats in #1421
- [Cleanup] remove default helper manager feature flag. by @NullVoxPopuli in #1417
- Opt in to stricter TypeScript checks by @wycats in #1422
- Migrate to Vite by @NullVoxPopuli in #1423
- Follow-up migrate to vite (restore type tests) by @wycats in #1426
- Restore performance tests by @wycats in #1427
- GH Actions: Move to wyvox and off branch by @NullVoxPopuli in #1437
- Bump vite from 4.3.5 to 4.3.9 by @dependabot in #1435
- Bump socket.io-parser from 4.2.2 to 4.2.4 by @dependabot in #1434
- Bump semver from 7.5.0 to 7.5.2 by @dependabot in #1433
- Add release workflow by @NullVoxPopuli in #1444
- Bump postcss from 8.4.23 to 8.4.31 by @dependabot in #1445
- fix: capture render tree can fail if args cannot be obtained by @patricklx in #1447
- Setup release it by @NullVoxPopuli in #1448
New Contributors
- @patricklx made their first contribution in #1447
Full Changelog: v0.84.3...v0.85.0
Release 0.84.3
π Bug Fix
@glimmer/runtime
- #1402 Allow passing
false
to theon
modifier's options (@boris-petrov)
- #1402 Allow passing
@glimmer/integration-tests
- #1391 Update Firefox detection in
on
modifier test (remove use ofInstallTrigger
) (@bertdeblock)
- #1391 Update Firefox detection in
@glimmer/syntax
- #1390 Allow components to be named the same as void tags (@NullVoxPopuli)
π Internal
Committers: 5
- 2hu (@2hu12)
- Bert De Block (@bertdeblock)
- Boris Petrov (@boris-petrov)
- Simon Ihmig (@simonihmig)
- @NullVoxPopuli
Release 0.84.2
π Bug Fix
@glimmer/syntax
@glimmer/integration-tests
,@glimmer/manager
@glimmer/integration-tests
,@glimmer/runtime
- #1387 Fix typo in
fn
helper error message (@bertdeblock)
- #1387 Fix typo in
Committers: 3
- Alex Kanunnikov (@lifeart)
- Bert De Block (@bertdeblock)
- Sam Van Campenhout (@Windvis)
Release 0.84.1
Release 0.84.0
π Enhancement
@glimmer/integration-tests
,@glimmer/manager
- #1348 Implement Default Helper Manager (RFC 756) (@NullVoxPopuli)
π Bug Fix
@glimmer/syntax
- #1375 fix: buildElement options should be optional (@runspired)
π Documentation
@glimmer/integration-tests
,@glimmer/runtime
Committers: 5
- Aaron Sikes (@courajs)
- Chris Thoburn (@runspired)
- James C. Davis (@jamescdavis)
- Moacir P. de SΓ‘ Pereira (@muziejus)
- @NullVoxPopuli
Release 0.83.1
Release 0.83.0
π₯ Breaking Change
@glimmer/interfaces
,@glimmer/opcode-compiler
- #1349 Follow up: more {{partial}} cleanup after removal (@snewcomer)
π Enhancement
Committers: 3
- Edward Faulkner (@ef4)
- Jaydon Peng (@v-jiepeng)
- Scott Newcomer (@snewcomer)
Release 0.80.3
π Bug Fix
@glimmer/compiler
,@glimmer/syntax
- Backport: Cache
head
getter inPathExpressionImplV1
by @chriskrycho in #1358 - Backport: Use
_private
instead of#private
properties by @chriskrycho in #1355 - Backport: Use
Object.assign
instead of customcopy
function by @chriskrycho in #1356 - Backport: Remove unused scope from Walker by @chriskrycho in #1357
- Backport: Cache
Committers: 1
- Chris Krycho (@chriskrycho)