Releases: ember-cli/ember-cli
Releases · ember-cli/ember-cli
Release 4.11.0-beta.0
Blueprint Changes
Changelog
- #10103 Update
markdown-it-terminal
to v0.4.0 (resolvemarkdown-it
vulnerability) @bertdeblock - #10109 [RFC 811] Add
ember-modifier
dependency to app blueprint @SergeAstapov - #10110 [RFC 812] Add
tracked-built-ins
dependency to app blueprint @SergeAstapov
Thank you to all who took the time to contribute!
Release 4.10.0
Blueprint Changes
Changelog
- #10048 Make addAddonsToProject support creating a new project with custom target directory @simonihmig
- #10054 [ENHANCEMENT] Conditionally apply ESLint parser options in
app
andaddon
blueprints @Windvis - #10060 [ENHANCEMENT] Replace
eslint-plugin-node
witheslint-plugin-n
in blueprints @Windvis - #10062 [ENHANCEMENT] Update Prettier config in blueprints to only use single quotes for
.js
and.ts
files @Windvis - #10132 Add @ember/string as a dependency of projects @kategengler
Thank you to all who took the time to contribute!
Release 4.9.2
Blueprint Changes
Changelog
- #10108 [BUGFIX release] Correctly instantiate server watcher @bertdeblock
Thank you to all who took the time to contribute!
Release 4.9.1
Blueprint Changes
Changelog
- #10101 [BUGFIX release] Correctly instantiate
Watcher
instance when runningember test --serve
@bertdeblock
Thank you to all who took the time to contribute!
Release 4.10.0-beta.0
Blueprint Changes
Changelog
- #10048 Make addAddonsToProject support creating a new project with custom target directory @simonihmig
- #10054 [ENHANCEMENT] Conditionally apply ESLint parser options in
app
andaddon
blueprints @Windvis - #10056 [INTERNAL] Use
eslint-plugin-n
instead ofeslint-plugin-node
@bertdeblock - #10060 [ENHANCEMENT] Replace
eslint-plugin-node
witheslint-plugin-n
in blueprints @Windvis - #10062 [ENHANCEMENT] Update Prettier config in blueprints to only use single quotes for
.js
and.ts
files @Windvis
Thank you to all who took the time to contribute!
Release 4.9.0
Blueprint Changes
Changelog
- #10015 Update
glob
to v8 @bertdeblock - #10016 Fix indentation in
.ember-cli
file inapp
blueprint @bertdeblock - #10017 [ENHANCEMENT] Disable prototype extensions by default in
app
blueprint @bertdeblock - #10018 Trap unhandled failures @ef4
- #10020 [INTERNAL] Fix typos in
serve
command test @bertdeblock - #10021 [CLEANUP] Drop support for using
usePods: true
and the--pod
flag simultaneously @bertdeblock - #10022 [ENHANCEMENT] Use
concurrently
instead ofnpm-run-all
inapp
blueprint @bertdeblock - #10024 [ENHANCEMENT] Add
ember-source
topeerDependencies
inaddon
blueprint @bertdeblock - #10025 [ENHANCEMENT] Update NPM version constraints @bertdeblock
- #10026 [ENHANCEMENT] Display info message when running the
lint:fix
script post blueprint generation @bertdeblock - #10038 Update
filesize
to v10 @bertdeblock - #10041 [INTERNAL] Remove end year from copyright notice @bertdeblock
- #10049 [ENHANCEMENT] Remove the
config/environment.js
file from theaddon
blueprint @bertdeblock - #10050 [ENHANCEMENT] Remove
vendor
folder fromapp
blueprint @bertdeblock - #10051 [ENHANCEMENT] Move
ember-try.js
config file totests/dummy/config/ember-try.js
for addons @bertdeblock - #10053 Add support for node ESM addons @hjdivad
- #9824 [RFC 638] Interactive way to create new Ember apps and addons @bertdeblock
- #9972 [ENHANCEMENT] Add support for
--typescript
flag toapp
andaddon
blueprints @simonihmig
Thank you to all who took the time to contribute!
Release 4.9.0-beta.0
Blueprint Changes
Changelog
- #10015 Update
glob
to v8 @bertdeblock - #10016 Fix indentation in
.ember-cli
file inapp
blueprint @bertdeblock - #10017 [ENHANCEMENT] Disable prototype extensions by default in
app
blueprint @bertdeblock - #10018 Trap unhandled failures @ef4
- #10020 [INTERNAL] Fix typos in
serve
command test @bertdeblock - #10021 [CLEANUP] Drop support for using
usePods: true
and the--pod
flag simultaneously @bertdeblock - #10022 [ENHANCEMENT] Use
concurrently
instead ofnpm-run-all
inapp
blueprint @bertdeblock - #10024 [ENHANCEMENT] Add
ember-source
topeerDependencies
inaddon
blueprint @bertdeblock - #10025 [ENHANCEMENT] Update NPM version constraints @bertdeblock
- #10026 [ENHANCEMENT] Display info message when running the
lint:fix
script post blueprint generation @bertdeblock - #10038 Update
filesize
to v10 @bertdeblock - #10041 [INTERNAL] Remove end year from copyright notice @bertdeblock
- #10049 [ENHANCEMENT] Remove the
config/environment.js
file from theaddon
blueprint @bertdeblock - #10050 [ENHANCEMENT] Remove
vendor
folder fromapp
blueprint @bertdeblock - #10051 [ENHANCEMENT] Move
ember-try.js
config file totests/dummy/config/ember-try.js
for addons @bertdeblock - #10053 Add support for node ESM addons @hjdivad
- #9824 [RFC 638] Interactive way to create new Ember apps and addons @bertdeblock
- #9972 [ENHANCEMENT] Add support for
--typescript
flag toapp
andaddon
blueprints @simonihmig
Thank you to all who took the time to contribute!
Release 4.8.0
Blueprint Changes
Changelog
- #10014 [BUGFIX release] Make sure newly installed addons are discovered when running
ember install
@bertdeblock - #9920 [BUGFIX] Make sure a blueprint’s options object and project instance are always available for all public hooks @bertdeblock
- #9945 [ENHANCEMENT/BREAKING] Add Node v18 to
engines
inapp
andaddon
blueprint (removes support for Node v17) @bertdeblock - #9946 [INTERNAL] Unskip
package-info-cache
tests @bertdeblock - #9951 Update
js-yaml
to v4 @bertdeblock - #9952 Update
walk-sync
to v3 @bertdeblock - #9971 Add Ember 4.4 LTS to addon blueprint, remove 3.24 @simonihmig
- #9975 [ENHANCEMENT] Fix
prefer-const
lint violations inapp
andaddon
blueprints @bmish - #9987 [BUGFIX] Handle rebuild failures without exiting @bendemboski
- #9988 [BUGFIX] - Address npm-run-all and Yarn 3 conflict & Removed warning @christianarty
Thank you to all who took the time to contribute!
Release 3.28.6
Blueprint Changes
Changelog
- #10013 [BUGFIX] Handle rebuild failures without exiting @bendemboski
Thank you to all who took the time to contribute!
Release 4.8.0-beta.0
Blueprint Changes
Changelog
- #9920 [BUGFIX] Make sure a blueprint’s options object and project instance are always available for all public hooks @bertdeblock
- #9945 [ENHANCEMENT/BREAKING] Add Node v18 to
engines
inapp
andaddon
blueprint (removes support for Node v17) @bertdeblock - #9946 [INTERNAL] Unskip
package-info-cache
tests @bertdeblock - #9951 Update
js-yaml
to v4 @bertdeblock - #9952 Update
walk-sync
to v3 @bertdeblock - #9971 Add Ember 4.4 LTS to addon blueprint, remove 3.24 @simonihmig
- #9975 [ENHANCEMENT] Fix
prefer-const
lint violations inapp
andaddon
blueprints @bmish - #9987 [BUGFIX] Handle rebuild failures without exiting @bendemboski
- #9988 [BUGFIX] - Address npm-run-all and Yarn 3 conflict & Removed warning @christianarty
Thank you to all who took the time to contribute!