Releases: embroider-build/addon-blueprint
Releases Β· embroider-build/addon-blueprint
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
Release 1.6.2
Release 1.6.1
Release 1.5.0
π Enhancement
- #105 New flag: --addon-only (@NullVoxPopuli)
- #102 Alphabetized and standardized the root package.json scripts (@ijlee2)
π Internal
- #102 Alphabetized and standardized the root package.json scripts (@ijlee2)
- #103 Reduce ambiguity in *.js file extension in addon-root files by explicitly mentioning cjs or mjs (@NullVoxPopuli)
- #106 Run the tests for --typescript, and get those tests working (@NullVoxPopuli)
Committers: 2
- Isaac Lee (@ijlee2)
- @NullVoxPopuli
Release 1.4.1
π Bug Fix
- #95 Fix missing
.gitignore
in addon folder (@simonihmig) - #96 Remove deprecated
@types/ember__test-helpers
(@simonihmig) - #94 Fix files that get copied from root to addon (@simonihmig)
Committers: 1
- Simon Ihmig (@simonihmig)
Release 1.4.0
π Enhancement
- #83 Bump
@embroider/addon-dev
(@simonihmig) - #88 Support existing monorepos (@simonihmig)
- #76 Tweak test-app "description" field (@SergeAstapov)
π Bug Fix
- #87 Update broken test-app script overrides (@simonihmig)
- #78 Support pnpm in GitHub workflow (@LevelbossMike)
- #79 Fix accidental resolutions (@ef4)
π Internal
- #92 Split monorepo tests in CI (@simonihmig)
- #91 Skip
--typescript
tests temporarily due to #82 (@simonihmig) - #85 Don't fail-fast in CI (@simonihmig)
Committers: 4
- Edward Faulkner (@ef4)
- Michael Klein (@LevelbossMike)
- Sergey Astapov (@SergeAstapov)
- Simon Ihmig (@simonihmig)