woocommerce/packages/js/onboarding/CHANGELOG.md

1.9 KiB

Changelog

This project adheres to Semantic Versioning.

3.3.0 - 2023-02-14

  • Patch - Added in missing TS definitions in package.json [#36701]
  • Patch - Fix wcpay benefits padding [#36701]
  • Minor - Add WooOnboardingTaskListHeader component [#36701]
  • Minor - Adjust build/test scripts to remove -- -- that was required for pnpm 6. [#36701]
  • Patch - Cleanup product task experiment [#36701]
  • Minor - Fix node and pnpm versions via engines [#36701]
  • Minor - Match TypeScript version with syncpack [#36701]
  • Patch - Update eslint to 8.32.0 across the monorepo. [#36701]
  • Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues [#36701]

3.2.0 - 2022-07-08

  • Minor - Add WCPayBanner & WCPayBenefits components
  • Minor - Remove PHP and Composer dependencies for packaged JS packages

3.1.0 - 2022-06-15

  • Minor - Add ExPlat dependency and product task experiment logic
  • Minor - Add Jetpack Changelogger
  • Minor - Changed task_view experimental_product key to variant (technically a breaking change but since it was introduced in the same version it is fine) #32944
  • Minor - Removed experimental product hook and instead poll the slot's fill for variant metadata. To be removed when experiment concludes! #33052
  • Minor - Update TaskList types.
  • Minor - Added Typescript type declarations. #32615
  • Patch - Migrate @woocommerce/onboarding to TS
  • Patch - Standardize lint scripts: add lint:fix
  • Patch - Add task_view tracks prop for experimental products #32933

See legacy changelogs for previous versions.