Releases: emberjs/ember-cli-babel
Releases Β· emberjs/ember-cli-babel
Release 8.2.0
π Enhancement
- #503 Support static class blocks when not using an explicit babel config file. (@NullVoxPopuli)
Committers: 1
Release 8.1.0
π Enhancement
- #502 Ensure that plugin-transform-class-static-block is provided (@NullVoxPopuli)
Committers: 1
Release 8.0.1
π Bug Fix
- #500 fix: filter undefined options (@runspired)
π Internal
- #498 Remove
babel6
key in test (@bertdeblock)
Committers: 2
- Bert De Block (@bertdeblock)
- Chris Thoburn (@runspired)
Release 8.0.0
π₯ Breaking Change
- #494 Update
broccoli-babel-transpiler
to v8 (@bertdeblock) - #493 Drop support for Node v14 and add support for Node v20 (@bertdeblock)
π Enhancement
- #492 Update
babel-plugin-module-resolver
(@bertdeblock) - #493 Drop support for Node v14 and add support for Node v20 (@bertdeblock)
- #479 Update normal dependencies (@bertdeblock)
- #480 Only require
@babel/core
when necessary (@bertdeblock)
π Documentation
π Internal
- #450 Remove workaround for
@babel/helper-compilation-functions
bug that was fixed upstream (@HeroicEric)
Committers: 3
- Bert De Block (@bertdeblock)
- Eric Kelly (@HeroicEric)
- Isaac Lee (@ijlee2)
Release 8.0.0-beta.0
π₯ Breaking Change
- #460 Update
broccoli-babel-transpiler
to v8.0.0-beta.1 (@bertdeblock) - #458 Drop support for the
includePolyfill
option (@bertdeblock) - #454 Drop support for Node < v14 and add support for Node v16 and v18 (@bertdeblock)
- #452 Move
@babel/core
topeerDependencies
to resolve peer dependency warnings and errors (@NullVoxPopuli)
π Enhancement
- #454 Drop support for Node < v14 and add support for Node v16 and v18 (@bertdeblock)
π Bug Fix
- #452 Move
@babel/core
topeerDependencies
to resolve peer dependency warnings and errors (@NullVoxPopuli)
π Documentation
- #464 Add upgrading to v8 guide (@bertdeblock)
Committers: 4
- Bert De Block (@bertdeblock)
- Katie Gengler (@kategengler)
- @NullVoxPopuli
- @colenso
v7.26.11
v7.26.10
π Bug Fix
- #428 Configure
loose
option for all class property plugins (@chriskrycho)
Committers: 1
- Chris Krycho (@chriskrycho)
v7.26.9
π Bug Fix
- #426 Fix decorators babel plugin issue (@chriskrycho)
π Internal
Committers: 2
- Chris Krycho (@chriskrycho)
- Robert Jackson (@rwjblue)
v7.26.8
v7.26.7
π Bug Fix
- #421 introduce cacheKeyForTree to avoid running treeForX multiple times (@RuslanZavacky)
- #420 Properly handle class properties proposal (@chriskrycho)
Committers: 2
- Chris Krycho (@chriskrycho)
- Ruslan Zavacky (@RuslanZavacky)