Update JS packages changelogs (#33412)
This commit is contained in:
parent
65cd33bee8
commit
b79e54eb09
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,48 +1,13 @@
|
|||
# Unreleased
|
||||
# Changelog
|
||||
|
||||
# 1.5.0
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
## [1.6.0](https://www.npmjs.com/package/@woocommerce/csv-export/v/1.6.0) - 2022-06-14
|
||||
|
||||
# 1.4.0
|
||||
- Minor - Add Jetpack Changelogger
|
||||
- Patch - Migrate @woocommerce/csv-export to TS
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
# 1.3.2
|
||||
---
|
||||
|
||||
- Use tab char for the CSV injection prevention.
|
||||
|
||||
# 1.3.1
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 1.3.0
|
||||
|
||||
- Update to @wordpress/eslint coding standards.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Properly escape values with double quotes.
|
||||
- Prevent CSV injection.
|
||||
|
||||
# 1.1.2
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 1.1.1
|
||||
|
||||
- Update license to GPL-3.0-or-later.
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Fix error in `getCSVRows` when there is a null or undefined column value.
|
||||
- Bump dependency versions.
|
||||
|
||||
# 1.0.3
|
||||
|
||||
# 1.0.2
|
||||
|
||||
# 1.0.1
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/94367ca55947673b50ee75b212403d3671c386c6/packages/js/csv-export/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,47 @@
|
|||
# 1.5.0
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
||||
# 1.4.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 1.3.2
|
||||
|
||||
- Use tab char for the CSV injection prevention.
|
||||
|
||||
# 1.3.1
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 1.3.0
|
||||
|
||||
- Update to @wordpress/eslint coding standards.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Properly escape values with double quotes.
|
||||
- Prevent CSV injection.
|
||||
|
||||
# 1.1.2
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 1.1.1
|
||||
|
||||
- Update license to GPL-3.0-or-later.
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Fix error in `getCSVRows` when there is a null or undefined column value.
|
||||
- Bump dependency versions.
|
||||
|
||||
# 1.0.3
|
||||
|
||||
# 1.0.2
|
||||
|
||||
# 1.0.1
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Migrate @woocommerce/csv-export to TS
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a JSON formatting change.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/csv-export",
|
||||
"version": "1.5.0",
|
||||
"version": "1.6.0",
|
||||
"description": "WooCommerce utility library to convert data to CSV files.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,69 +1,9 @@
|
|||
# Unreleased
|
||||
## [4.1.0](https://www.npmjs.com/package/@woocommerce/currency/v/4.1.0) - 2022-06-14
|
||||
|
||||
# 4.0.1
|
||||
- Minor - Add Jetpack Changelogger
|
||||
- Patch - Migrate @woocommerce/currency to TS
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
---
|
||||
|
||||
# 4.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 3.2.1
|
||||
|
||||
- Tweak - Added `useCode` parameter to `formatAmount`, to render currency code instead of symbol. #7575
|
||||
|
||||
# 3.2.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 3.1.0
|
||||
|
||||
- Return countryInfo as an empty object if not in locale info #6188
|
||||
- Localize regional currency information for use during onboarding setup #5969
|
||||
- Update dependencies
|
||||
|
||||
# 3.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Currency is now a factory function instead of a class.
|
||||
|
||||
- Add getCurrencyConfig method to retrieve currency config.
|
||||
|
||||
- `formatCurrency` is deprecated in favor of `formatAmount`.
|
||||
|
||||
# 2.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Decouple from global `wcSettings` object.
|
||||
- The currency package has been rewritten to export a `Currency` class instead of several utility functions.
|
||||
|
||||
## Other changes
|
||||
|
||||
- Remove lodash dependency.
|
||||
|
||||
# 1.1.3
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 1.1.2
|
||||
|
||||
- Update license to GPL-3.0-or-later.
|
||||
|
||||
# 1.1.1
|
||||
|
||||
- Change text domain on i18n functions.
|
||||
- Bump dependency versions.
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Format using store currency settings (instead of locale)
|
||||
- Add optional currency symbol parameter
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/currency/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,67 @@
|
|||
# 4.0.1
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
||||
# 4.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 3.2.1
|
||||
|
||||
- Tweak - Added `useCode` parameter to `formatAmount`, to render currency code instead of symbol. #7575
|
||||
|
||||
# 3.2.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 3.1.0
|
||||
|
||||
- Return countryInfo as an empty object if not in locale info #6188
|
||||
- Localize regional currency information for use during onboarding setup #5969
|
||||
- Update dependencies
|
||||
|
||||
# 3.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Currency is now a factory function instead of a class.
|
||||
|
||||
- Add getCurrencyConfig method to retrieve currency config.
|
||||
|
||||
- `formatCurrency` is deprecated in favor of `formatAmount`.
|
||||
|
||||
# 2.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Decouple from global `wcSettings` object.
|
||||
- The currency package has been rewritten to export a `Currency` class instead of several utility functions.
|
||||
|
||||
## Other changes
|
||||
|
||||
- Remove lodash dependency.
|
||||
|
||||
# 1.1.3
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 1.1.2
|
||||
|
||||
- Update license to GPL-3.0-or-later.
|
||||
|
||||
# 1.1.1
|
||||
|
||||
- Change text domain on i18n functions.
|
||||
- Bump dependency versions.
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Format using store currency settings (instead of locale)
|
||||
- Add optional currency symbol parameter
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Migrate @woocommerce/currency to TS
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a JSON formatting change.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/currency",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"description": "WooCommerce currency utilities.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,17 +1,11 @@
|
|||
# Unreleased
|
||||
## [2.1.0](https://www.npmjs.com/package/@woocommerce/customer-effort-score/v/2.1.0) - 2022-06-14
|
||||
|
||||
# 2.0.1
|
||||
- Minor - Add new simple customer feedback component for inline CES feedback. #32538
|
||||
- Minor - Add Jetpack Changelogger
|
||||
- Minor - Add TypeScript type support as part of the build process. #32538
|
||||
- Patch - Migrate @woocommerce/customer-effort-score to TS
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
---
|
||||
|
||||
# 2.0.0
|
||||
|
||||
- Update dependencies to support react 17 #8305
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Initial release.
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/customer-effort-score/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
# 2.0.1
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
||||
# 2.0.0
|
||||
|
||||
- Update dependencies to support react 17 #8305
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Initial release.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Migrate @woocommerce/customer-effort-score to TS
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add new simple customer feedback component for inline CES feedback. #32538
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add TypeScript type support as part of the build process. #32538
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a JSON formatting change.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/customer-effort-score",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"description": "WooCommerce utility to measure user effort.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,110 +1,31 @@
|
|||
# Unreleased
|
||||
## [4.0.0](https://www.npmjs.com/package/@woocommerce/data/v/4.0.0) - 2022-06-14
|
||||
|
||||
- Update dependency `@wordpress/hooks` to ^3.5.0
|
||||
- Add `is_offline` attribute for `Plugin` type. #32467
|
||||
- Added Typescript type declarations. #32615
|
||||
- Update type definitions. #32683, #32695, #32698, #32712
|
||||
- Make `isResolving` param `args` optional.
|
||||
- Update `Plugin` type to reflect the latest changes.
|
||||
- Maps "raw" payment `ActionDispatchers` to the registered actions.
|
||||
- Export `getTaskListsByIds`, `getTaskLists`, `getTaskList`, `getFreeExtensions` onboarding selector types
|
||||
- Update `TaskType` & `TaskListType` types
|
||||
- Export `InstallPluginsResponse` type
|
||||
- Convert `use-user-preferences.js` to TS. #32695
|
||||
- Added PaymentGateway type to exports #32697
|
||||
- Add `@types/wordpress__compose`, `@types/wordpress__data`, `redux` types and fix related type errors. #32735
|
||||
- Fix issue in `onboarding` data package for the unhide and hide success actions. #32926
|
||||
- Major - Remove `PaymentMethodsState` type. Use `Plugin` instead. #32683
|
||||
- Minor - Add create product actions in products data store #33278
|
||||
- Minor - Add new orders data store, for retrieving orders data. #33063
|
||||
- Minor - Add update product actions to product data store #33282
|
||||
- Minor - Add Jetpack Changelogger
|
||||
- Minor - Added TypeScript options selectors and action in onboarding store for keeping the completed task list. #32158
|
||||
- Minor - Add product data store for retrieving product list.
|
||||
- Minor - Update dependency `@wordpress/hooks` to ^3.5.0
|
||||
- Minor - Add `is_offline` attribute for `Plugin` type. #32467
|
||||
- Minor - Added Typescript type declarations. #32615
|
||||
- Minor - Update type definitions. #32683, #32695, #32698, #32712
|
||||
- Minor - Make `isResolving` param `args` optional.
|
||||
- Minor - Update `Plugin` type to reflect the latest changes.
|
||||
- Minor - Maps "raw" payment `ActionDispatchers` to the registered actions.
|
||||
- Minor - Export `getTaskListsByIds`, `getTaskLists`, `getTaskList`, `getFreeExtensions` onboarding selector types
|
||||
- Minor - Update `TaskType` & `TaskListType` types
|
||||
- Minor - Export `InstallPluginsResponse` type
|
||||
- Minor - Convert `use-user-preferences.js` to TS. #32695
|
||||
- Minor - Added PaymentGateway type to exports #32697
|
||||
- Minor - Add `@types/wordpress__compose`, `@types/wordpress__data`, `redux` types and fix related type errors. #32735
|
||||
- Minor - Fix issue in `onboarding` data package for the unhide and hide success actions. #32926
|
||||
- Patch - Migrate options store to TS
|
||||
- Patch - Migrate woo.data export & import store to TS
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
- Patch - Update @woocomerce/data client api error types. #32939
|
||||
|
||||
## Breaking change
|
||||
---
|
||||
|
||||
- Remove `PaymentMethodsState` type. Use `Plugin` instead. #32683
|
||||
# 3.1.0
|
||||
|
||||
- Add "moment" to peerDependencies. #8349
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
- Fix type errors. #8392
|
||||
# 3.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 2.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Fix the batch fetch logic for the options data store. #7587
|
||||
- Add backwards compability for old function format. #7688
|
||||
- Add console warning for inbox note contents exceeding 320 characters and add dompurify dependency. #7869
|
||||
- Fix race condition in data package's options module. #7947
|
||||
- Remove dev dependency `@woocommerce/wc-admin-settings`. #8057
|
||||
- Update plugins data store actions #8042
|
||||
- Add `defaultDateRange` parameter to `getRequestQuery` #8189
|
||||
- Change `getLocale` selector parameter from country to id #8123
|
||||
- Add countries data store #8119
|
||||
- Rename `is_visible` to `can_view` #7918
|
||||
- Replace old task list option calls with data store selectors #7820
|
||||
- Remove task status endpoint #7841
|
||||
- Add country validation to subscription inclusion #7777
|
||||
- Move some of the deprecated tasks #7761
|
||||
- Change how `getTasksFromDeprecatedFilter` works #7749
|
||||
- Add query args for removeAllNotes #7743
|
||||
- Removed some attributes from `TasksStatusState` #7736
|
||||
- Add an endpoint and method for actioning tasks #7746
|
||||
- Add show/hide behavior for task list API #7733
|
||||
- Add optimistic task completion and cache invalidation #7722
|
||||
- Add extended task list support to the new REST api task lists #7730
|
||||
- Migrate tasks to task API #7699
|
||||
- Revert `searchItemsByString` to use selector param again #7682
|
||||
- Add hide task list endpoint and data actions #7578
|
||||
- Add task list components to consume task list REST API #7556
|
||||
- Add Newsletter Signup to onboarding data store #7601
|
||||
- Add task selectors and actions to onboarding data store #7545
|
||||
- Add super admin check to preloaded user data #7489
|
||||
- Add free extensions data store #7420
|
||||
- Add `isPluginsRequesting` selector #7383
|
||||
- Add options and change selector param for `searchItemsByString`. #7385
|
||||
- Change select to selector param for `searchItemsByString`. #7355
|
||||
- Change item data store's `getItems` selector #7395
|
||||
|
||||
# 1.4.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 1.3.2
|
||||
|
||||
- Add fallback for the select/dispatch data-controls for older WP versions. #7204
|
||||
- Fix error parsing of plugin data package. #7164
|
||||
- Update dependencies
|
||||
|
||||
# 1.3.1
|
||||
|
||||
- Fix, state md5 as npm dependency. #7087
|
||||
|
||||
# 1.3.0
|
||||
|
||||
- Fix parsing bad JSON string data in useUserPreferences hook. #6819
|
||||
- Removed allowed keys list for adding woocommerce_meta data. #6889
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Add management of persisted queries to navigation data store.
|
||||
- Add TypeScript support.
|
||||
- Generate MD5 hashes without bundling all of Node crypto. #5768
|
||||
- Fix HoC-wrapped components from being named "Anonymous". #5898
|
||||
- Reduce Unnecessary Re-renders in Revenue Report. #5986
|
||||
- Add useUser hook. #6365
|
||||
- Fix bug in useSettings that causes an infinite loop. #6540
|
||||
|
||||
# 1.1.1
|
||||
|
||||
- Remove usage of wc-admin alias `@woocommerce/wc-admin-settings`.
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Add export, import, items, notes, reports, and reviews data stores.
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/data/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,97 @@
|
|||
# Unreleased
|
||||
|
||||
## Breaking change
|
||||
|
||||
- Remove `PaymentMethodsState` type. Use `Plugin` instead. #32683
|
||||
|
||||
# 3.1.0
|
||||
|
||||
- Add "moment" to peerDependencies. #8349
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
- Fix type errors. #8392
|
||||
|
||||
# 3.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 2.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Fix the batch fetch logic for the options data store. #7587
|
||||
- Add backwards compability for old function format. #7688
|
||||
- Add console warning for inbox note contents exceeding 320 characters and add dompurify dependency. #7869
|
||||
- Fix race condition in data package's options module. #7947
|
||||
- Remove dev dependency `@woocommerce/wc-admin-settings`. #8057
|
||||
- Update plugins data store actions #8042
|
||||
- Add `defaultDateRange` parameter to `getRequestQuery` #8189
|
||||
- Change `getLocale` selector parameter from country to id #8123
|
||||
- Add countries data store #8119
|
||||
- Rename `is_visible` to `can_view` #7918
|
||||
- Replace old task list option calls with data store selectors #7820
|
||||
- Remove task status endpoint #7841
|
||||
- Add country validation to subscription inclusion #7777
|
||||
- Move some of the deprecated tasks #7761
|
||||
- Change how `getTasksFromDeprecatedFilter` works #7749
|
||||
- Add query args for removeAllNotes #7743
|
||||
- Removed some attributes from `TasksStatusState` #7736
|
||||
- Add an endpoint and method for actioning tasks #7746
|
||||
- Add show/hide behavior for task list API #7733
|
||||
- Add optimistic task completion and cache invalidation #7722
|
||||
- Add extended task list support to the new REST api task lists #7730
|
||||
- Migrate tasks to task API #7699
|
||||
- Revert `searchItemsByString` to use selector param again #7682
|
||||
- Add hide task list endpoint and data actions #7578
|
||||
- Add task list components to consume task list REST API #7556
|
||||
- Add Newsletter Signup to onboarding data store #7601
|
||||
- Add task selectors and actions to onboarding data store #7545
|
||||
- Add super admin check to preloaded user data #7489
|
||||
- Add free extensions data store #7420
|
||||
- Add `isPluginsRequesting` selector #7383
|
||||
- Add options and change selector param for `searchItemsByString`. #7385
|
||||
- Change select to selector param for `searchItemsByString`. #7355
|
||||
- Change item data store's `getItems` selector #7395
|
||||
|
||||
# 1.4.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 1.3.2
|
||||
|
||||
- Add fallback for the select/dispatch data-controls for older WP versions. #7204
|
||||
- Fix error parsing of plugin data package. #7164
|
||||
- Update dependencies
|
||||
|
||||
# 1.3.1
|
||||
|
||||
- Fix, state md5 as npm dependency. #7087
|
||||
|
||||
# 1.3.0
|
||||
|
||||
- Fix parsing bad JSON string data in useUserPreferences hook. #6819
|
||||
- Removed allowed keys list for adding woocommerce_meta data. #6889
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Add management of persisted queries to navigation data store.
|
||||
- Add TypeScript support.
|
||||
- Generate MD5 hashes without bundling all of Node crypto. #5768
|
||||
- Fix HoC-wrapped components from being named "Anonymous". #5898
|
||||
- Reduce Unnecessary Re-renders in Revenue Report. #5986
|
||||
- Add useUser hook. #6365
|
||||
- Fix bug in useSettings that causes an infinite loop. #6540
|
||||
|
||||
# 1.1.1
|
||||
|
||||
- Remove usage of wc-admin alias `@woocommerce/wc-admin-settings`.
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Add export, import, items, notes, reports, and reviews data stores.
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add create product actions in products data store #33278
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add update product actions to product data store #33282
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Migrate woo.data export & import store to TS
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Migrate options store to TS
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: enhancement
|
||||
|
||||
Added TypeScript options selectors and action in onboarding store for keeping the completed task list. #32158
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a JSON formatting change.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: enhancement
|
||||
|
||||
Add product data store for retrieving product list.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add new orders data store, for retrieving orders data. #33063
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Update @woocomerce/data client api error types. #32939
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/data",
|
||||
"version": "3.1.0",
|
||||
"version": "4.0.0",
|
||||
"description": "WooCommerce Admin data store and utilities",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,78 +1,9 @@
|
|||
# Unreleased
|
||||
## [4.1.0](https://www.npmjs.com/package/@woocommerce/date/v/4.1.0) - 2022-06-14
|
||||
|
||||
# 4.0.1
|
||||
- Minor - Add Jetpack Changelogger
|
||||
- Patch - Migrate @woocommerce/date to TS
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
---
|
||||
|
||||
# 4.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 3.2.0
|
||||
|
||||
- Remove dev dependency `@woocommerce/wc-admin-settings`. #8057
|
||||
- Add "defaultDateRange" argument to "getAllowedIntervalsForQuery" for default period value. #8189
|
||||
- Add type option to `getDateFormatsForInterval` to support `getDateFormatsForIntervalPhp` feature. #8129
|
||||
- Sentence case all the things analytics #6501
|
||||
- Fix end date for last periods #6584
|
||||
|
||||
# 3.1.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 3.0.0
|
||||
|
||||
- Take into account leap year in calculating `getLastPeriod`.
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Move Lodash to a peer dependency.
|
||||
|
||||
# 2.1.0
|
||||
|
||||
- Update to @wordpress/eslint coding standards.
|
||||
|
||||
# 2.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Decouple from global wcSettings object (#3278)
|
||||
- Exported methods of the date package have been rewritten to accept a configuration object as their second parameter.
|
||||
- `loadLocaleData` is no longer called within the date package. Consuming code must take care of that themselves.
|
||||
|
||||
# 1.2.1
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Enhancement: gather default date settings from `wcSettings.wcAdminSettings.woocommerce_default_date_range` if they exist.
|
||||
- Update license to GPL-3.0-or-later.
|
||||
|
||||
# 1.0.7
|
||||
|
||||
- Change text domain on i18n functions.
|
||||
- Bump dependency versions.
|
||||
|
||||
# 1.0.6
|
||||
|
||||
- Removed timezone from `appendTimestamp()` output.
|
||||
|
||||
# 1.0.5
|
||||
|
||||
- Fixed bug in getAllowedIntervalsForQuery() to not return `hour` for default intervals
|
||||
|
||||
# 1.0.4
|
||||
|
||||
- Remove deprecated @wordpress/date::getSettings() usage.
|
||||
|
||||
# 1.0.3
|
||||
|
||||
- Fix missing comma seperator in date inside tooltips.
|
||||
|
||||
# 1.0.2
|
||||
|
||||
- Add `getChartTypeForQuery` function to ensure chart type is always `bar` or `line`
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/date/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,76 @@
|
|||
# 4.0.1
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
||||
# 4.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 3.2.0
|
||||
|
||||
- Remove dev dependency `@woocommerce/wc-admin-settings`. #8057
|
||||
- Add "defaultDateRange" argument to "getAllowedIntervalsForQuery" for default period value. #8189
|
||||
- Add type option to `getDateFormatsForInterval` to support `getDateFormatsForIntervalPhp` feature. #8129
|
||||
- Sentence case all the things analytics #6501
|
||||
- Fix end date for last periods #6584
|
||||
|
||||
# 3.1.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 3.0.0
|
||||
|
||||
- Take into account leap year in calculating `getLastPeriod`.
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Move Lodash to a peer dependency.
|
||||
|
||||
# 2.1.0
|
||||
|
||||
- Update to @wordpress/eslint coding standards.
|
||||
|
||||
# 2.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Decouple from global wcSettings object (#3278)
|
||||
- Exported methods of the date package have been rewritten to accept a configuration object as their second parameter.
|
||||
- `loadLocaleData` is no longer called within the date package. Consuming code must take care of that themselves.
|
||||
|
||||
# 1.2.1
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Enhancement: gather default date settings from `wcSettings.wcAdminSettings.woocommerce_default_date_range` if they exist.
|
||||
- Update license to GPL-3.0-or-later.
|
||||
|
||||
# 1.0.7
|
||||
|
||||
- Change text domain on i18n functions.
|
||||
- Bump dependency versions.
|
||||
|
||||
# 1.0.6
|
||||
|
||||
- Removed timezone from `appendTimestamp()` output.
|
||||
|
||||
# 1.0.5
|
||||
|
||||
- Fixed bug in getAllowedIntervalsForQuery() to not return `hour` for default intervals
|
||||
|
||||
# 1.0.4
|
||||
|
||||
- Remove deprecated @wordpress/date::getSettings() usage.
|
||||
|
||||
# 1.0.3
|
||||
|
||||
- Fix missing comma seperator in date inside tooltips.
|
||||
|
||||
# 1.0.2
|
||||
|
||||
- Add `getChartTypeForQuery` function to ensure chart type is always `bar` or `line`
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Migrate @woocommerce/date to TS
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a JSON formatting change.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/date",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"description": "WooCommerce date utilities.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,43 +1,9 @@
|
|||
# Unreleased
|
||||
## [2.1.0](https://www.npmjs.com/package/@woocommerce/dependency-extraction-webpack-plugin/v/2.1.0) - 2022-06-14
|
||||
|
||||
# 2.0.0
|
||||
- Patch - Add '@woocommerce/extend-cart-checkout-block' to list of packages
|
||||
- Minor - Add Jetpack Changelogger
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
---
|
||||
|
||||
## Breaking changes
|
||||
- Updated to webpack 5 compatible #8476
|
||||
- Will need to change webpack config output.libraryTarget from 'this' to 'window' #8476
|
||||
|
||||
# 1.6.0
|
||||
|
||||
- Add new `bundledPackages` option to bundle in specific packages.
|
||||
|
||||
# 1.5.0
|
||||
|
||||
- Add `@woocommerce/explat` to list of packages.
|
||||
- Add `@woocommerce/experimental` to list of packages.
|
||||
|
||||
# 1.4.0
|
||||
|
||||
- Add `@woocommerce/settings` to list of packages.
|
||||
|
||||
# 1.3.0
|
||||
|
||||
- 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.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Add WooCommerce Blocks Dependencies. #6228
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Fix: Handle irregular package names that don't conform to a pattern.
|
||||
|
||||
# 1.0.1
|
||||
|
||||
- Fix: Avoid transpiling packaged code.
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/dependency-extraction-webpack-plugin/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
# 2.0.0
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Updated to webpack 5 compatible #8476
|
||||
- Will need to change webpack config output.libraryTarget from 'this' to 'window' #8476
|
||||
|
||||
# 1.6.0
|
||||
|
||||
- Add new `bundledPackages` option to bundle in specific packages.
|
||||
|
||||
# 1.5.0
|
||||
|
||||
- Add `@woocommerce/explat` to list of packages.
|
||||
- Add `@woocommerce/experimental` to list of packages.
|
||||
|
||||
# 1.4.0
|
||||
|
||||
- Add `@woocommerce/settings` to list of packages.
|
||||
|
||||
# 1.3.0
|
||||
|
||||
- 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.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Add WooCommerce Blocks Dependencies. #6228
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Fix: Handle irregular package names that don't conform to a pattern.
|
||||
|
||||
# 1.0.1
|
||||
|
||||
- Fix: Avoid transpiling packaged code.
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Add '@woocommerce/extend-cart-checkout-block' to list of packages
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/dependency-extraction-webpack-plugin",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "WooCommerce Dependency Extraction Webpack Plugin",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,29 +1,8 @@
|
|||
# Unreleased
|
||||
## [2.1.0](https://www.npmjs.com/package/@woocommerce/eslint-plugin/v/2.1.0) - 2022-06-14
|
||||
|
||||
# 2.0.0
|
||||
- Minor - Add Jetpack Changelogger
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
---
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update ESLint from v7 to ^8. #8475
|
||||
- Update `eslint-plugin-testing-library` from v3 to v5. #8475
|
||||
- `no-unnecessary-act` is now enabled by default.
|
||||
- `no-wait-for-multiple-assertions` is now enabled by default.
|
||||
- Update `@wordpress/eslint-plugin` from v8 to v11. #8475
|
||||
- Update `@typescript-eslint/parser` from v4 to v5. #8475
|
||||
- Drop support for Node v10. Required node version is now ^12.22.0 || ^14.17.0 || >=16.0.0. #8475
|
||||
- Update recommended eslint rules for @woocommerce/* packages, please see `recommended.js` for details.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Updated `dependency-group` rule to have imports starting with `~/` labeled as local. #6517
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Updated `@wordpress/eslint-plugin` dependency to latest version.
|
||||
- `jsdoc` linting is configured to allow typescript style jsdocs.
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/eslint-plugin/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
# 2.0.0
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update ESLint from v7 to ^8. #8475
|
||||
- Update `eslint-plugin-testing-library` from v3 to v5. #8475
|
||||
- `no-unnecessary-act` is now enabled by default.
|
||||
- `no-wait-for-multiple-assertions` is now enabled by default.
|
||||
- Update `@wordpress/eslint-plugin` from v8 to v11. #8475
|
||||
- Update `@typescript-eslint/parser` from v4 to v5. #8475
|
||||
- Drop support for Node v10. Required node version is now ^12.22.0 || ^14.17.0 || >=16.0.0. #8475
|
||||
- Update recommended eslint rules for @woocommerce/\* packages, please see `recommended.js` for details.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Updated `dependency-group` rule to have imports starting with `~/` labeled as local. #6517
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Updated `@wordpress/eslint-plugin` dependency to latest version.
|
||||
- `jsdoc` linting is configured to allow typescript style jsdocs.
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Released package
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/eslint-plugin",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "ESLint plugin for WooCommerce development.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,74 +1,12 @@
|
|||
# Unreleased
|
||||
## [3.1.0](https://www.npmjs.com/package/@woocommerce/experimental/v/3.1.0) - 2022-06-14
|
||||
|
||||
- Update TaskItem props type definition.
|
||||
- Fix setup task list style conflict #32704
|
||||
- Update dependency `@wordpress/icons` to ^8.1.0
|
||||
- Added Typescript type declarations. #32615
|
||||
- Minor - Add Jetpack Changelogger
|
||||
- Minor - Update TaskItem props type definition.
|
||||
- Minor - Fix setup task list style conflict #32704
|
||||
- Minor - Update dependency `@wordpress/icons` to ^8.1.0
|
||||
- Minor - Added Typescript type declarations. #32615
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
|
||||
# 3.0.1
|
||||
---
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
||||
# 3.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 2.2.0
|
||||
|
||||
- Make the Inbox note title clickable. #7975
|
||||
- Fix incorrectly displayed note created date. #8179
|
||||
- Fix inbox note css #7983
|
||||
- Implement inbox note read state #7896
|
||||
|
||||
# 2.1.0
|
||||
|
||||
- Renaming remindMeLater() to onSnooze() for consistency. #7616
|
||||
- Applied new Inbox 2.0 design to the inbox-note component. #7864
|
||||
|
||||
# 2.0.3
|
||||
|
||||
- Adjust task-item css class to prevent css conflicts. #7593
|
||||
- Update task-item logic to only display content when expanded is true. #7611
|
||||
- Add expandable tasklist item. #7632
|
||||
|
||||
# 1.5.1
|
||||
|
||||
- Fix animations for collapsible list. #7429
|
||||
|
||||
# 1.5.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 1.4.0
|
||||
|
||||
- Add new VerticalCSSTransition component for handling height transitions. #7203
|
||||
- Add a delete option to completed tasks #7300
|
||||
- Make the action button optionable in TaskItem. #7263
|
||||
- Fix WordPress 5.8 compatibility UI fixes #7255
|
||||
- Fix inbox note dismiss dropdown not closing on Safari #7278
|
||||
- Update TaskItem to make use of the VerticalCSSTransition. #7203
|
||||
- Update CollapsibleList to support nested transitional items. #7263
|
||||
|
||||
# 1.3.0
|
||||
|
||||
- Remove the use of Dashicons and replace with @wordpress/icons or gridicons #7020
|
||||
- Add expanded item text and CTA button. #6956
|
||||
- Add inbox note components (InboxNoteCard, InboxNotePlaceholder, and InboxDismissConfirmationModal). #7006
|
||||
- Add transition animation to expanding TaskItems.
|
||||
- Add tree shaking support to this package.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Add task item component. #6978
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Add collapsible list item component. #6869
|
||||
- Add new list component. #6787
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Initial package
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/experimental/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,67 @@
|
|||
# 3.0.1
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
||||
# 3.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 2.2.0
|
||||
|
||||
- Make the Inbox note title clickable. #7975
|
||||
- Fix incorrectly displayed note created date. #8179
|
||||
- Fix inbox note css #7983
|
||||
- Implement inbox note read state #7896
|
||||
|
||||
# 2.1.0
|
||||
|
||||
- Renaming remindMeLater() to onSnooze() for consistency. #7616
|
||||
- Applied new Inbox 2.0 design to the inbox-note component. #7864
|
||||
|
||||
# 2.0.3
|
||||
|
||||
- Adjust task-item css class to prevent css conflicts. #7593
|
||||
- Update task-item logic to only display content when expanded is true. #7611
|
||||
- Add expandable tasklist item. #7632
|
||||
|
||||
# 1.5.1
|
||||
|
||||
- Fix animations for collapsible list. #7429
|
||||
|
||||
# 1.5.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
|
||||
# 1.4.0
|
||||
|
||||
- Add new VerticalCSSTransition component for handling height transitions. #7203
|
||||
- Add a delete option to completed tasks #7300
|
||||
- Make the action button optionable in TaskItem. #7263
|
||||
- Fix WordPress 5.8 compatibility UI fixes #7255
|
||||
- Fix inbox note dismiss dropdown not closing on Safari #7278
|
||||
- Update TaskItem to make use of the VerticalCSSTransition. #7203
|
||||
- Update CollapsibleList to support nested transitional items. #7263
|
||||
|
||||
# 1.3.0
|
||||
|
||||
- Remove the use of Dashicons and replace with @wordpress/icons or gridicons #7020
|
||||
- Add expanded item text and CTA button. #6956
|
||||
- Add inbox note components (InboxNoteCard, InboxNotePlaceholder, and InboxDismissConfirmationModal). #7006
|
||||
- Add transition animation to expanding TaskItems.
|
||||
- Add tree shaking support to this package.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
- Add task item component. #6978
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Add collapsible list item component. #6869
|
||||
- Add new list component. #6787
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Initial package
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a JSON formatting change.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/experimental",
|
||||
"version": "3.0.1",
|
||||
"version": "3.1.0",
|
||||
"description": "WooCommerce experimental components.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,48 +1,12 @@
|
|||
# Unreleased
|
||||
## [2.2.0](https://www.npmjs.com/package/@woocommerce/explat/v/2.2.0) - 2022-06-15
|
||||
|
||||
- Update dependency `@wordpress/hooks` to ^3.5.0
|
||||
- Added Typescript type declarations. #32615
|
||||
- Updated README with useExperiment example
|
||||
- Patch - Added useExperiment example
|
||||
- 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
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
|
||||
# 2.1.0
|
||||
---
|
||||
|
||||
- Add missing dependencies. #8349
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
- Add `@wordpress/api-fetch` as dependencies. #8428
|
||||
- Export `*WithAuth` methods to authenticate WPCOM users. #8428
|
||||
# 2.0.0
|
||||
|
||||
- Make ExPlat request URL args filterable. Added woocommerce_explat_request_args filter #8231
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 1.1.4
|
||||
|
||||
- Fix an error when getting woocommerce_default_country value. #7600
|
||||
- Attempts to get the woocommerce_default_country value in wcSettings.preloadSettings.general first for the backward compatibility #7600
|
||||
|
||||
# 1.1.3
|
||||
|
||||
- Retry fix for missing build-module folder
|
||||
|
||||
# 1.1.2
|
||||
|
||||
- Fix missing build-module folder
|
||||
# 1.1.1
|
||||
|
||||
- Update add woo_country_code param when fetching an assignment #7533
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
- Fix and refactor explat polling to use setTimeout #7274
|
||||
|
||||
# 1.0.1
|
||||
|
||||
- Update ExPlat client dependencies
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Initial package
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/experimental/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
# 2.1.0
|
||||
|
||||
- Add missing dependencies. #8349
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
- Add `@wordpress/api-fetch` as dependencies. #8428
|
||||
- Export `*WithAuth` methods to authenticate WPCOM users. #8428
|
||||
|
||||
# 2.0.0
|
||||
|
||||
- Make ExPlat request URL args filterable. Added woocommerce_explat_request_args filter #8231
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
# 1.1.4
|
||||
|
||||
- Fix an error when getting woocommerce_default_country value. #7600
|
||||
- Attempts to get the woocommerce_default_country value in wcSettings.preloadSettings.general first for the backward compatibility #7600
|
||||
|
||||
# 1.1.3
|
||||
|
||||
- Retry fix for missing build-module folder
|
||||
|
||||
# 1.1.2
|
||||
|
||||
- Fix missing build-module folder
|
||||
|
||||
# 1.1.1
|
||||
|
||||
- Update add woo_country_code param when fetching an assignment #7533
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
- Fix and refactor explat polling to use setTimeout #7274
|
||||
|
||||
# 1.0.1
|
||||
|
||||
- Update ExPlat client dependencies
|
||||
|
||||
# 1.0.0
|
||||
|
||||
- Initial package
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Added useExperiment example
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a JSON formatting change.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/explat",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"description": "WooCommerce component and utils for A/B testing.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
|
@ -1,89 +1,19 @@
|
|||
# Unreleased
|
||||
## [8.0.0](https://www.npmjs.com/package/@woocommerce/navigation/v/8.0.0) - 2022-06-15
|
||||
|
||||
- Update dependency `@wordpress/hooks` to ^3.5.0
|
||||
- Added Typescript type declarations. #32615
|
||||
- Update dependency `history` to ^5.3.0
|
||||
# 7.0.1
|
||||
- Minor - Add Jetpack Changelogger
|
||||
- Patch - Standardize lint scripts: add lint:fix
|
||||
- Patch - Update dependency history to ^5.3.0
|
||||
- Major [ **BREAKING CHANGE** ] - Upgraded react-router-dom to v6, which itself causes breaking changes. This upgrade will require consumers to also upgrade their react-router-dom to v6. #33156
|
||||
- Minor - Update dependency `@wordpress/hooks` to ^3.5.0
|
||||
- Minor - Added Typescript type declarations. #32615
|
||||
- Minor - Update dependency `history` to ^5.3.0
|
||||
|
||||
- Add missing dependencies. #8349
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
# 7.0.0
|
||||
BREAKING CHANGE:
|
||||
|
||||
## Breaking changes
|
||||
- the returned object from getHistory() has methods changed: goBack() -> back() and goForward() -> forward()
|
||||
- the listen() method from the returned object of getHistory() now takes a listener with an object parameter, ({location, action}) instead of (location, action)
|
||||
- location.pathname is now validated and makes a warning if it is not a string
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
---
|
||||
|
||||
## 6.1.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
- Add `getSetOfIdsFromQuery` util.
|
||||
- Fix `getIdsFromQuery` support for `0` as a valid id.
|
||||
# 6.0.1
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 6.0.0
|
||||
|
||||
- Moving `addHistoryListener()` to this package, which supports adding a listener that is executed for history changes.
|
||||
- Update dependencies.
|
||||
- Add management of persisted queries to navigation.
|
||||
- Add page parameter to getNewPath to override default page wc-admin #5821
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Move Lodash to a peer dependency.
|
||||
|
||||
# 5.3.0
|
||||
|
||||
- `getQueryExcludedScreens` Return a list of screens that should be excluded from persisted query logic.
|
||||
- `getScreenFromPath` Given a path (defaulting to current), return simple screen "name"
|
||||
|
||||
# 5.2.0
|
||||
|
||||
- Add slot/fill components WooNavigationItem, NavSlotFillProvider, and useNavSlot.
|
||||
|
||||
# 5.1.1
|
||||
|
||||
- Version bump to undeprecate the package.
|
||||
|
||||
# 5.1.0
|
||||
|
||||
- Support multiple advanced filter instances in getActiveFiltersFromQuery() and getQueryFromActiveFilters().
|
||||
|
||||
# 5.0.0
|
||||
|
||||
- `getPersistedQuery` Add a filter for extensions to add a persisted query, `woocommerce_admin_persisted_queries`.
|
||||
|
||||
# 4.0.0
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
- decouples `wcSettings` from the package (#3294)
|
||||
- `getAdminLink` is no longer available from this package. It is exported on the `wcSettings` global via the woo-blocks plugin (v2.5 or WC 3.9) when enqueued via the `wc-settings` handle.
|
||||
|
||||
# 3.0.0
|
||||
|
||||
- `getHistory` updated to reflect path parameters in url query.
|
||||
- `getNewPath` also updated to reflect path parameters in url query.
|
||||
- `stringifyQuery` method is no longer available, instead use `addQueryArgs` from `@wordpress/url` package.
|
||||
- Added a new `<Form />` component.
|
||||
- Stepper component: Add new `content` and `description` props.
|
||||
- Remove `getAdminLink()` and dependency on global settings object.
|
||||
|
||||
# 2.1.1
|
||||
|
||||
- Update license to GPL-3.0-or-later
|
||||
|
||||
# 2.1.0
|
||||
|
||||
- New method `getSearchWords` that extracts search words given a query object.
|
||||
- Bump dependency versions.
|
||||
|
||||
# 2.0.0
|
||||
|
||||
- Replace `history` export with `getHistory` (allows for lazy-create of history)
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Rename `getTimeRelatedQuery` to `getPersistedQuery`
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/navigation/CHANGELOG.md).
|
||||
|
|
|
@ -0,0 +1,86 @@
|
|||
# 7.0.1
|
||||
|
||||
- Add missing dependencies. #8349
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
||||
# 7.0.0
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Update dependencies to support react 17. #8305
|
||||
- Drop support for IE11. #8305
|
||||
|
||||
## 6.1.0
|
||||
|
||||
- Fix commonjs module build, allow package to be built in isolation. #7286
|
||||
- Add `getSetOfIdsFromQuery` util.
|
||||
- Fix `getIdsFromQuery` support for `0` as a valid id.
|
||||
|
||||
# 6.0.1
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 6.0.0
|
||||
|
||||
- Moving `addHistoryListener()` to this package, which supports adding a listener that is executed for history changes.
|
||||
- Update dependencies.
|
||||
- Add management of persisted queries to navigation.
|
||||
- Add page parameter to getNewPath to override default page wc-admin #5821
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- Move Lodash to a peer dependency.
|
||||
|
||||
# 5.3.0
|
||||
|
||||
- `getQueryExcludedScreens` Return a list of screens that should be excluded from persisted query logic.
|
||||
- `getScreenFromPath` Given a path (defaulting to current), return simple screen "name"
|
||||
|
||||
# 5.2.0
|
||||
|
||||
- Add slot/fill components WooNavigationItem, NavSlotFillProvider, and useNavSlot.
|
||||
|
||||
# 5.1.1
|
||||
|
||||
- Version bump to undeprecate the package.
|
||||
|
||||
# 5.1.0
|
||||
|
||||
- Support multiple advanced filter instances in getActiveFiltersFromQuery() and getQueryFromActiveFilters().
|
||||
|
||||
# 5.0.0
|
||||
|
||||
- `getPersistedQuery` Add a filter for extensions to add a persisted query, `woocommerce_admin_persisted_queries`.
|
||||
|
||||
# 4.0.0
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
- decouples `wcSettings` from the package (#3294)
|
||||
- `getAdminLink` is no longer available from this package. It is exported on the `wcSettings` global via the woo-blocks plugin (v2.5 or WC 3.9) when enqueued via the `wc-settings` handle.
|
||||
|
||||
# 3.0.0
|
||||
|
||||
- `getHistory` updated to reflect path parameters in url query.
|
||||
- `getNewPath` also updated to reflect path parameters in url query.
|
||||
- `stringifyQuery` method is no longer available, instead use `addQueryArgs` from `@wordpress/url` package.
|
||||
- Added a new `<Form />` component.
|
||||
- Stepper component: Add new `content` and `description` props.
|
||||
- Remove `getAdminLink()` and dependency on global settings object.
|
||||
|
||||
# 2.1.1
|
||||
|
||||
- Update license to GPL-3.0-or-later
|
||||
|
||||
# 2.1.0
|
||||
|
||||
- New method `getSearchWords` that extracts search words given a query object.
|
||||
- Bump dependency versions.
|
||||
|
||||
# 2.0.0
|
||||
|
||||
- Replace `history` export with `getHistory` (allows for lazy-create of history)
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Rename `getTimeRelatedQuery` to `getPersistedQuery`
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add Jetpack Changelogger
|
|
@ -1,9 +0,0 @@
|
|||
Significance: major
|
||||
Type: dev
|
||||
|
||||
Upgraded react-router-dom to v6, which itself causes breaking changes. This upgrade will require consumers to also upgrade their react-router-dom to v6. #33156
|
||||
|
||||
BREAKING CHANGE:
|
||||
- the returned object from getHistory() has methods changed: goBack() -> back() and goForward() -> forward()
|
||||
- the listen() method from the returned object of getHistory() now takes a listener with an object parameter, ({location, action}) instead of (location, action)
|
||||
- location.pathname is now validated and makes a warning if it is not a string
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a JSON formatting change.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Standardize lint scripts: add lint:fix
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Update dependency history to ^5.3.0
|
|
@ -26,7 +26,7 @@
|
|||
"performance": "Address performance issues",
|
||||
"enhancement": "Improve existing functionality"
|
||||
},
|
||||
"changelog": "NEXT_CHANGELOG.md"
|
||||
"changelog": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/navigation",
|
||||
"version": "7.0.1",
|
||||
"version": "8.0.0",
|
||||
"description": "WooCommerce navigation utilities.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vendor
|
||||
node_modules
|
||||
.turbo
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue