2022-03-08 02:11:12 +00:00
# Unreleased
2022-03-22 08:08:06 +00:00
# 2.0.0
2022-03-08 02:11:12 +00:00
- Update all js packages with minor/patch version changes. #8392
2022-03-18 10:59:05 +00:00
## Breaking changes
- Updated to webpack 5 compatible #8476
- Will need to change webpack config output.libraryTarget from 'this' to 'window' #8476
2021-06-09 21:01:07 +00:00
# 1.6.0
2021-05-26 19:35:46 +00:00
- Add new `bundledPackages` option to bundle in specific packages.
2021-04-16 03:34:15 +00:00
# 1.5.0
2021-04-15 01:32:46 +00:00
- Add `@woocommerce/explat` to list of packages.
2021-04-16 03:34:15 +00:00
- Add `@woocommerce/experimental` to list of packages.
2021-04-15 01:32:46 +00:00
2021-02-14 21:44:46 +00:00
# 1.4.0
- Add `@woocommerce/settings` to list of packages.
2021-02-09 23:55:38 +00:00
# 1.3.0
2021-02-14 21:44:46 +00:00
- Remove `@woocommerce/block-settings` from internal maps and use `@woocommerce/settings` instead. This external exposes the `getSetting` API interface which encourages read only use of the global.
- Remove explicitly scoping externals to `this` . The plugin compiler will take care of scoping the external to the correct context and `this` is not correct in some contexts consuming this package.
2021-02-09 02:20:54 +00:00
# 1.2.0
- Add WooCommerce Blocks Dependencies. #6228
2020-12-15 19:22:19 +00:00
# 1.1.0
- Fix: Handle irregular package names that don't conform to a pattern.
2020-11-12 09:41:17 +00:00
# 1.0.1
2021-02-09 23:55:38 +00:00
- Fix: Avoid transpiling packaged code.
2020-11-12 09:41:17 +00:00
2020-11-10 00:39:19 +00:00
# 1.0.0
2020-10-14 20:50:57 +00:00
- Released package