Releases: embroider-build/addon-blueprint
Releases Β· embroider-build/addon-blueprint
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)
Release 1.3.0
π Enhancement
- #74 Cleanup .eslintignore file in addon blueprint (@SergeAstapov)
- #75 Update create-rwjblue-release-it-setup, adds support for
--release-it
and--pnpm
(@simonihmig) - #42 Add Typescript support (@simonihmig)
π Bug Fix
- #73 add pnpm condition to yarn/npm branches in blueprint files (@SergeAstapov)
- #72 Fix packageName wrong
start:tests
andtest
(@LevelbossMike)
π Documentation
- #63 Add docs for --npm, --pnpm, and --yarn (@NullVoxPopuli)
π Internal
- #69 Update release-it plugins (@simonihmig)
- #67 Update CI to volta-cli/action@v4 (@simonihmig)
- #62 Update release-it instructions for when GITHUB_AUTH detection fails (@NullVoxPopuli)
Committers: 4
- Michael Klein (@LevelbossMike)
- Sergey Astapov (@SergeAstapov)
- Simon Ihmig (@simonihmig)
- @NullVoxPopuli
Release 1.2.5
π Enhancement
- #36 Add support for npm and pnpm (@NullVoxPopuli)
- #54 Add Ember 4.4 LTS to addon blueprint, remove 3.24 (@simonihmig)
- #52 Move .md files to published package (@simonihmig)
- #48 Support ember-cli-update (@simonihmig)
- #37 Switch to Concurrently from npm-run-all (@NullVoxPopuli)
π Bug Fix
- #55 Use
prepack
rather thanprepublishOnly
(@dfreeman) - #43 Fix test-app to not fail prettier linting (@simonihmig)
- #31 Rebuild on addon changes (@ef4)
- #30 Provide a fixed root to @babel/eslint-parser (@ef4)
π Documentation
- #60 Link to the "Porting Addons to V2" documentation at the top of the README (@NullVoxPopuli)
- #51 Use npm package references in docs (@simonihmig)
- #34 Enable/Fix copy-paste for ember addon commands (@gossi)
π Internal
- #57 Refactor utils in prep for multiple workspaces support (@NullVoxPopuli)
- #50 Fix test timeouts (@simonihmig)
- #49 Add Lints (@NullVoxPopuli)
- #44 Add tests (@NullVoxPopuli)
- #45 Add GitHub Actions (@NullVoxPopuli)
- #40 Switch to pnpm and add tests package (@NullVoxPopuli)
- #38 Cleanup unused locals (@simonihmig)
Committers: 5
- Dan Freeman (@dfreeman)
- Edward Faulkner (@ef4)
- Simon Ihmig (@simonihmig)
- Thomas Gossmann (@gossi)
- @NullVoxPopuli
Release 1.1.2
Release 1.1.1
Release 1.1.0
π Enhancement
- #27 Change default locations of addon and test-app (@NullVoxPopuli)
- #23 Path customization for addons and test apps. (@NullVoxPopuli)
- #24 Refactor extending test-app's package.json, add
ember-disable-prototype-extensions
(@simonihmig) - #25 Drop node dependency declaration (@simonihmig)
- #26 Prevent the
lint:hbs
scripts from throwing when no template files are present (@bertdeblock) - #22 Remove release-it by default, but allow --release-it flag (@NullVoxPopuli)
Committers: 3
- Bert De Block (@bertdeblock)
- Simon Ihmig (@simonihmig)
- @NullVoxPopuli
Release 1.0.0
π Bug Fix
- #12 Fix running
create-rwjblue-release-it-setup
(@simonihmig)
π Documentation
- #20 Use Github reference in Usage docs (@simonihmig)
Committers: 2
- Sergey Astapov (@SergeAstapov)
- Simon Ihmig (@simonihmig)