woocommerce/packages/js/explat/CHANGELOG.md

46 lines
2.4 KiB
Markdown
Raw Normal View History

# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.4.0](https://www.npmjs.com/package/@woocommerce/explat/v/2.4.0) - 2024-06-11
- Patch - Added in missing TS definitions in package.json [#34154]
- Patch - Add support for WooCommerce Analytics. [#45131]
- Minor - Include the woocommerce_admin_install_timestamp option value in the explat assignment query string as woo_wcadmin_install_timestamp. #33574 [#33574]
- Patch - Support running A/B testing in WooCommerce frontend [#45131]
- Minor - Bump node version. [#45148]
- Patch - bump php version in packages/js/*/composer.json [#42020]
- Patch - Add enable prop to window.wcTracks type [#37952]
- Patch - Add missing type definitions and add babel config for tests [#34428]
- Minor - Adjust build/test scripts to remove -- -- that was required for pnpm 6. [#34661]
- Patch - Bumped explat-client and explat-client-react-helper versions [#44535]
- Patch - Dev dependency bump [#35651]
- Minor - Fix node and pnpm versions via engines [#34773]
- Patch - Make eslint emit JSON report for annotating PRs. [#39704]
- Minor - Match TypeScript version with syncpack [#34787]
- Minor - Sync @wordpress package versions via syncpack. [#37034]
- Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
- Patch - Update events that should trigger the test job(s) [#47612]
- Minor - Update pnpm monorepo-wide to 8.6.5 [#38990]
- Minor - Update pnpm to 8.6.7 [#39245]
- Patch - Update pnpm to 9.1.0 [#47385]
- Minor - Update pnpm to version 8 [#37915]
- Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues [#35007]
- Minor - Upgrade TypeScript to 5.1.6 [#39531]
## [2.3.0](https://www.npmjs.com/package/@woocommerce/explat/v/2.3.0) - 2022-07-08
- Patch - Fix fetchExperimentAssignment response
- Minor - Remove PHP and Composer dependencies for packaged JS packages
## [2.2.0](https://www.npmjs.com/package/@woocommerce/explat/v/2.2.0) - 2022-06-15
2022-06-15 22:06:31 +00:00
- Patch - Added useExperiment example
- Patch - Standardize lint scripts: add lint:fix
2022-06-15 22:06:31 +00:00
- Minor - Add Jetpack Changelogger
- Minor - Update dependency `@wordpress/hooks` to ^3.5.0
- Minor - Added Typescript type declarations. #32615
- Minor - Updated README with useExperiment example
2022-03-22 08:08:06 +00:00
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/explat/CHANGELOG.md).