|
1 | 1 | # Embroider Changelog |
| 2 | +## Release (2024-01-31) |
| 3 | + |
| 4 | +@embroider/addon-dev 5.0.0 (major) |
| 5 | +@embroider/babel-loader-9 4.0.0 (major) |
| 6 | +@embroider/broccoli-side-watch 0.1.0 (minor) |
| 7 | +@embroider/compat 4.0.0 (major) |
| 8 | +@embroider/core 4.0.0 (major) |
| 9 | +@embroider/hbs-loader 4.0.0 (major) |
| 10 | +@embroider/macros 2.0.0 (major) |
| 11 | +@embroider/router 3.0.0 (major) |
| 12 | +@embroider/shared-internals 2.5.2 (patch) |
| 13 | +@embroider/test-setup 4.0.0 (major) |
| 14 | +@embroider/util 1.12.2 (patch) |
| 15 | +@embroider/vite 1.0.0 (major) |
| 16 | +@embroider/webpack 4.0.0 (major) |
| 17 | + |
| 18 | +#### :boom: Breaking Change |
| 19 | +* `@embroider/compat`, `@embroider/core`, `@embroider/test-support`, `@embroider/test-scenarios` |
| 20 | + * [#1653](https://github.com/embroider-build/embroider/pull/1653) Refactor embroider-implicit-modules export pojo ([@mansona](https://github.com/mansona)) |
| 21 | +* `@embroider/compat`, `@embroider/macros`, `@embroider/webpack`, `@embroider/test-fixtures`, `@embroider/test-scenarios` |
| 22 | + * [#1692](https://github.com/embroider-build/embroider/pull/1692) force importSync to always be eager ([@mansona](https://github.com/mansona)) |
| 23 | +* `@embroider/addon-dev` |
| 24 | + * [#1697](https://github.com/embroider-build/embroider/pull/1697) Hide base path from public URL of rollup-public-assets ([@simonihmig](https://github.com/simonihmig)) |
| 25 | + |
| 26 | +#### :rocket: Enhancement |
| 27 | +* `@embroider/addon-dev`, `@embroider/test-scenarios` |
| 28 | + * [#1760](https://github.com/embroider-build/embroider/pull/1760) Add exclude option to appReexports and publicEntrypoints rollup plugins ([@simonihmig](https://github.com/simonihmig)) |
| 29 | + * [#1642](https://github.com/embroider-build/embroider/pull/1642) Allow for more flexible addon-dev appReexports ([@krasnoukhov](https://github.com/krasnoukhov)) |
| 30 | +* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/test-scenarios`, `vite-app` |
| 31 | + * [#1739](https://github.com/embroider-build/embroider/pull/1739) support ts, gts and gjs in vite ([@patricklx](https://github.com/patricklx)) |
| 32 | +* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app` |
| 33 | + * [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx)) |
| 34 | +* `@embroider/vite` |
| 35 | + * [#1680](https://github.com/embroider-build/embroider/pull/1680) [vite] use transform instead of load for gjs & hbs files ([@patricklx](https://github.com/patricklx)) |
| 36 | + * [#1704](https://github.com/embroider-build/embroider/pull/1704) add correct extensions to optimizeDeps() config ([@mansona](https://github.com/mansona)) |
| 37 | +* `@embroider/core`, `@embroider/vite`, `@embroider/webpack` |
| 38 | + * [#1707](https://github.com/embroider-build/embroider/pull/1707) improved resolver logging ([@ef4](https://github.com/ef4)) |
| 39 | +* `@embroider/broccoli-side-watch` |
| 40 | + * [#1693](https://github.com/embroider-build/embroider/pull/1693) Add broccoli-side-watch package ([@balinterdi](https://github.com/balinterdi)) |
| 41 | +* `@embroider/compat`, `@embroider/core`, `@embroider/vite` |
| 42 | + * [#1650](https://github.com/embroider-build/embroider/pull/1650) Add Esbuild resolver ([@mansona](https://github.com/mansona)) |
| 43 | +* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios` |
| 44 | + * [#1648](https://github.com/embroider-build/embroider/pull/1648) use package paths instead of relative paths for app tree resolving ([@mansona](https://github.com/mansona)) |
| 45 | + |
| 46 | +#### :bug: Bug Fix |
| 47 | +* `@embroider/shared-internals` |
| 48 | + * [#1738](https://github.com/embroider-build/embroider/pull/1738) fix vite on windows ([@patricklx](https://github.com/patricklx)) |
| 49 | +* `vite-app` |
| 50 | + * [#1731](https://github.com/embroider-build/embroider/pull/1731) Vite fixes ([@mansona](https://github.com/mansona)) |
| 51 | +* `@embroider/vite` |
| 52 | + * [#1729](https://github.com/embroider-build/embroider/pull/1729) remove missing import from vite index ([@mansona](https://github.com/mansona)) |
| 53 | + * [#1713](https://github.com/embroider-build/embroider/pull/1713) esbuild: fix babel config location ([@mansona](https://github.com/mansona)) |
| 54 | +* `@embroider/compat` |
| 55 | + * [#1717](https://github.com/embroider-build/embroider/pull/1717) Always load ember-testing package eagerly ([@ef4](https://github.com/ef4)) |
| 56 | +* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`, `@embroider/test-support`, `@embroider/test-scenarios` |
| 57 | + * [#1686](https://github.com/embroider-build/embroider/pull/1686) Resolver bugfixes ([@mansona](https://github.com/mansona)) |
| 58 | + |
| 59 | +#### :memo: Documentation |
| 60 | +* [#1772](https://github.com/embroider-build/embroider/pull/1772) Docs porting addons to v2 co location ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) |
| 61 | +* [#1775](https://github.com/embroider-build/embroider/pull/1775) Docs(peer deps resolution issues): mentions pnpm-dedupe and add links ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) |
| 62 | +* [#1768](https://github.com/embroider-build/embroider/pull/1768) docs(porting addons to v2): change the recommended package manager to pnpm ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) |
| 63 | +* [#1765](https://github.com/embroider-build/embroider/pull/1765) Docs(addon-author-guide)/ remove the out-of-date part about alternative to monorepos ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) |
| 64 | + |
| 65 | +#### :house: Internal |
| 66 | +* `@embroider/test-scenarios`, `vite-app` |
| 67 | + * [#1771](https://github.com/embroider-build/embroider/pull/1771) Simplify vite-app template ([@ef4](https://github.com/ef4)) |
| 68 | +* `@embroider/compat`, `@embroider/macros`, `@embroider/test-scenarios` |
| 69 | + * [#1714](https://github.com/embroider-build/embroider/pull/1714) update scenario-tester ([@mansona](https://github.com/mansona)) |
| 70 | +* `@embroider/test-support`, `@embroider/test-scenarios` |
| 71 | + * [#1740](https://github.com/embroider-build/embroider/pull/1740) enable vite windows tests ([@patricklx](https://github.com/patricklx)) |
| 72 | +* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app` |
| 73 | + * [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx)) |
| 74 | +* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros` |
| 75 | + * [#1723](https://github.com/embroider-build/embroider/pull/1723) Sync stable->main ([@ef4](https://github.com/ef4)) |
| 76 | +* `@embroider/addon-dev`, `@embroider/compat` |
| 77 | + * [#1721](https://github.com/embroider-build/embroider/pull/1721) Merge stable into main ([@mansona](https://github.com/mansona)) |
| 78 | +* `@embroider/macros` |
| 79 | + * [#1712](https://github.com/embroider-build/embroider/pull/1712) Merge stable ([@ef4](https://github.com/ef4)) |
| 80 | +* `@embroider/test-scenarios` |
| 81 | + * [#1703](https://github.com/embroider-build/embroider/pull/1703) Disable chokidar polling override in tests ([@chancancode](https://github.com/chancancode)) |
| 82 | +* Other |
| 83 | + * [#1700](https://github.com/embroider-build/embroider/pull/1700) Merge stable into main ([@mansona](https://github.com/mansona)) |
| 84 | +* `@embroider/compat`, `@embroider/shared-internals` |
| 85 | + * [#1691](https://github.com/embroider-build/embroider/pull/1691) Move fix for @ember-data/debug into virtualPeerDeps ([@mansona](https://github.com/mansona)) |
| 86 | + |
| 87 | +#### Committers: 8 |
| 88 | +- Balint Erdi ([@balinterdi](https://github.com/balinterdi)) |
| 89 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 90 | +- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov)) |
| 91 | +- Edward Faulkner ([@ef4](https://github.com/ef4)) |
| 92 | +- Godfrey Chan ([@chancancode](https://github.com/chancancode)) |
| 93 | +- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) |
| 94 | +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) |
| 95 | +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) |
2 | 96 | ## Release (2023-12-13) |
3 | 97 |
|
4 | 98 | @embroider/addon-dev 4.1.3 (patch) |
|
0 commit comments