|
| 1 | +# Changelog |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +## [3.0.0-alpha.0](https://github.com/patternslib/pat-shopping-cart/compare/2.0.0...3.0.0-alpha.0) (2022-06-15) |
| 6 | + |
| 7 | + |
| 8 | +### Features |
| 9 | + |
| 10 | + |
| 11 | +* **Build:** Build module federation enabled bundles. ([fdf16a4](https://github.com/patternslib/pat-shopping-cart/commit/fdf16a4d191e3fa6180e73ef7dd75256550bf649)) |
| 12 | + |
| 13 | + |
| 14 | +### Breaking Changes |
| 15 | + |
| 16 | + |
| 17 | +* Depend on @patternslib/dev and extend config from there. ([adc614a](https://github.com/patternslib/pat-shopping-cart/commit/adc614ac1b725d283ba86fac03e5546f73a705f3)) |
| 18 | + |
| 19 | +* Extend babel config from @patternslib/dev. ([f33e6fd](https://github.com/patternslib/pat-shopping-cart/commit/f33e6fd54c38664a00754ce50425e03c43df5578)) |
| 20 | + |
| 21 | +* Extend commitlint config from @patternslib/dev. ([46650d2](https://github.com/patternslib/pat-shopping-cart/commit/46650d26feb99beb5942e938b9ad861010284627)) |
| 22 | + |
| 23 | +* Extend eslint config from @patternslib/dev. ([3c4cb9a](https://github.com/patternslib/pat-shopping-cart/commit/3c4cb9aca3b76f3ac7c2d9697c07e11aee04efb6)) |
| 24 | + |
| 25 | +* Extend jest config from @patternslib/dev. ([fcdf079](https://github.com/patternslib/pat-shopping-cart/commit/fcdf07936eb9dbf32aa094bbf6bf631545542aad)) |
| 26 | + |
| 27 | +* Extend Makefile from @patternslib/dev. ([3847470](https://github.com/patternslib/pat-shopping-cart/commit/3847470af2b74af48aea8ea0953ce39beb0fedb2)) |
| 28 | + |
| 29 | +* Extend prettier config from @patternslib/dev. ([4e6c3bb](https://github.com/patternslib/pat-shopping-cart/commit/4e6c3bb44de093856f27a6a3295866e72d4192fc)) |
| 30 | + |
| 31 | +* Extend release-it config from @patternslib/dev. ([ffe1ada](https://github.com/patternslib/pat-shopping-cart/commit/ffe1adab398f92a9ea31cbf92b3c50e0fd96d8ec)) |
| 32 | + |
| 33 | +* Extend webpack config from @patternslib/dev. ([dd4a0a2](https://github.com/patternslib/pat-shopping-cart/commit/dd4a0a2b90b91b2ab1f4a3fb67813c3f348d6f22)) |
| 34 | + |
| 35 | + |
| 36 | +### Maintenance |
| 37 | + |
| 38 | + |
| 39 | +* **build:** Add build:dev script to package.json to create a unminified development build. ([deaae50](https://github.com/patternslib/pat-shopping-cart/commit/deaae504701cc3d8385c45450626186a4459c2b3)) |
| 40 | + |
| 41 | +* **Build:** @patternslib/patternslib as peerDependency. ([ee61fff](https://github.com/patternslib/pat-shopping-cart/commit/ee61fff57175697ac00f30b672c6c00589a772cf))Move @patternslib/patternslib dependency to peerDependencies and set to any version to avoid version conflicts when this package is a dependency of another Patternslib based package. |
| 42 | + |
| 43 | +* **Build:** Add @patternslib/patternslib also to devDependencies so that we get it installed. ([9d25a41](https://github.com/patternslib/pat-shopping-cart/commit/9d25a41c185ba8a24d2ff0877b4db3b07e5de209)) |
| 44 | + |
| 45 | +* **Build:** Add keyword "patternslib" to package.json. ([c1abab6](https://github.com/patternslib/pat-shopping-cart/commit/c1abab6d16a7f66ff46472f1cd32692a32bd60bb)) |
| 46 | + |
| 47 | +* **Build:** Explicitly add jquery as a dependency. ([2271120](https://github.com/patternslib/pat-shopping-cart/commit/227112080349e608f1df645534871bf340089180)) |
| 48 | + |
| 49 | +* **Build:** Extend jest.config.js from Patternslib and reuse their setupTests file too. ([4df0b70](https://github.com/patternslib/pat-shopping-cart/commit/4df0b701857036d5126727e3473ac4addab6908a)) |
| 50 | + |
| 51 | +* **Build:** Keep yarn.lock in repository. ([3435232](https://github.com/patternslib/pat-shopping-cart/commit/343523260dfba45556f429015a8cde4c98da26f0)) |
| 52 | + |
| 53 | +* **Build:** Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. ([9a8e530](https://github.com/patternslib/pat-shopping-cart/commit/9a8e530999af83e4230d9ba33c03e52fc0b08ff5)) |
| 54 | + |
| 55 | +* **Build:** Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. ([b774693](https://github.com/patternslib/pat-shopping-cart/commit/b7746934b6b7014c3d476d865c5f26f85320ce2b)) |
| 56 | + |
| 57 | +* **Build:** Update GitHub actions setup. ([3cad038](https://github.com/patternslib/pat-shopping-cart/commit/3cad038d3f817bea0986fe19f9aad4f253e9f8e0)) |
| 58 | + |
| 59 | +* **Build:** Upgrade and cleanup dependencies. ([d4b68f1](https://github.com/patternslib/pat-shopping-cart/commit/d4b68f163c25a5a0c73cf39754a721c0f4bb6854)) |
| 60 | + |
| 61 | +* **webpack:** Configure devServer static directory. ([eebb62a](https://github.com/patternslib/pat-shopping-cart/commit/eebb62a347382772907e46ebe150f59b30a8fc14)) |
| 62 | + |
1 | 63 | ## [2.0.0](https://github.com/patternslib/pat-shopping-cart/compare/1.1.0...2.0.0) (2021-11-18)
|
2 | 64 |
|
3 | 65 |
|
|
39 | 101 | * Upgrade to Patternslib v4 final - shoppingcart customizations. ([d3c815a](https://github.com/patternslib/pat-shopping-cart/commit/d3c815a298f20e897906790d911f6dc3b7a627d9))
|
40 | 102 | * Upgrade to Patternslib v4 final. ([da4292f](https://github.com/patternslib/pat-shopping-cart/commit/da4292f59c3d946503e29bdb01b458a61c61daad))
|
41 | 103 |
|
42 |
| -# Changelog |
43 |
| - |
44 | 104 |
|
45 | 105 | ## 1.0.0 - unreleased
|
46 | 106 |
|
47 |
| -- Upgrade to ES6. |
48 |
| - |
| 107 | +- Upgrade to ES6. |
0 commit comments