Releases: embroider-build/addon-blueprint
Releases · embroider-build/addon-blueprint
Release 2.5.0
🚀 Enhancement
- #191 Remove
ember-disable-prototype-extensions
from test app (@bertdeblock) - #188 pnpm: suggest stricter dep management (@NullVoxPopuli)
🐛 Bug Fix
- #190 Update config templates to properly handle .gts files (@lukemelia)
- #128 Fix
cd <path>
in CONTRIBUTING.md (@simonihmig)
🏠 Internal
- #182 cjs for all prettier configs (@NullVoxPopuli)
Committers: 5
- Bert De Block (@bertdeblock)
- Ignace Maes (@IgnaceMaes)
- Luke Melia (@lukemelia)
- Simon Ihmig (@simonihmig)
- @NullVoxPopuli
Release 2.4.0
🚀 Enhancement
- #177 Upgrade @embroider/test-setup (@NullVoxPopuli)
- #179 Upgrade ember-try (@NullVoxPopuli)
- #181 Upgrade eslint-plugin-ember (@NullVoxPopuli)
- #178 Upgrade ember-template-lint (@NullVoxPopuli)
🐛 Bug Fix
- #185 Fix issue while saving gjs/gts where prettier deletes the contents of the file: Downgrade prettier-plugin-ember-template-tag until we're on prettier@v3 (@NullVoxPopuli)
- #186 pnpm: Use the workspace protocol for pnpm for the test-app's dependency on the addon (@NullVoxPopuli)
- #173 Improve building the
ember-cli-update
blueprint options (@bertdeblock)
🏠 Internal
- #175 Lint upgrade only (@NullVoxPopuli)
Committers: 2
- Bert De Block (@bertdeblock)
- @NullVoxPopuli
Release 2.3.0
🚀 Enhancement
- #172 Make sure
node-version
is always specified in the GitHub CI file (@bertdeblock)
Committers: 1
- Bert De Block (@bertdeblock)
Release 2.2.1
🚀 Enhancement
- #170 Make sure the addon's
package.json
file is always sorted (@bertdeblock) - #171 Update
ember-try
scenarios (@bertdeblock)
🐛 Bug Fix
- #169 Make sure the
node_modules
folder is ignored by Git (@bertdeblock) - #168 Update addon ignore files (@bertdeblock)
Committers: 1
- Bert De Block (@bertdeblock)
Release 2.2.0
🚀 Enhancement
- #167 Review lint / dotfiles (@NullVoxPopuli)
- #159 Add GJS to the default addon blueprint (@mansona)
- #163 bump addon-dev version (@mansona)
- #161 Use wyvox/action-setup-pnpm (@NullVoxPopuli)
🐛 Bug Fix
📝 Documentation
- #162 Add docs about things people should know when authoring V2 addons (@NullVoxPopuli)
🏠 Internal
- #165 Reduce post-blueprint generated diff after running
lint:fix
(@NullVoxPopuli) - #164 Separate lint tests (@mansona)
Committers: 2
- Chris Manson (@mansona)
- @NullVoxPopuli
Release 2.1.0
🚀 Enhancement
- #146 Add CI workflow to push dist output to separate branch (@NullVoxPopuli)
🐛 Bug Fix
- #160 Fix TS Imports by recommending folks add the .ts extension to their import paths (@NullVoxPopuli)
🏠 Internal
- #158 Add typescript component building / testing tests (@NullVoxPopuli)
- #156 Component compilation tests (@NullVoxPopuli)
- #151 Add some fixture utils ... (@NullVoxPopuli)
Committers: 1
Release 2.0.0
💥 Breaking Change
- #149 Drop node 14 support (@NullVoxPopuli)
🐛 Bug Fix
- #155 Remove node resolve (@NullVoxPopuli)
🏠 Internal
- #150 Re-enable typescript tests (@NullVoxPopuli)
- #147 Reorganize tests in to multiple files so the tests are less overwheming to work with (@NullVoxPopuli)
- #148 Use a newer pnpm (@NullVoxPopuli)
Committers: 1
Release 1.7.0
🚀 Enhancement
- #136 Move off rollup-plugin-ts (@NullVoxPopuli)
🐛 Bug Fix
- #129 Skip .gitignore in existing monorepo (@simonihmig)
- #137 Update for ember-cli
--typescript
changes (@simonihmig)
🏠 Internal
- #134 Run tests with latest Ember CLI (@simonihmig)
- #140 Node 14.19.3 does not exist anymore (sometimes, 500 error from nodejs) (@NullVoxPopuli)
Committers: 2
- Simon Ihmig (@simonihmig)
- @NullVoxPopuli