Releases: glimmerjs/glimmer-vm
Releases Β· glimmerjs/glimmer-vm
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)