@commercetools-frontend-extensions/change-history 6.5.0 → 6.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +1320 -909
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +1265 -882
- package/dist/commercetools-frontend-extensions-change-history.esm.js +1321 -912
- package/package.json +23 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 6.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1621](https://github.com/commercetools/audit-log/pull/1621) [`5a6c142`](https://github.com/commercetools/audit-log/commit/5a6c1428aa559486fbcedec742281d71a0323b5c) Thanks [@stephsprinkle](https://github.com/stephsprinkle)! - feat(product-selections): change type filter
|
|
8
|
+
|
|
9
|
+
* [#1618](https://github.com/commercetools/audit-log/pull/1618) [`2e9733f`](https://github.com/commercetools/audit-log/commit/2e9733fdaa133fae9f17f0812563c3e800780dc9) Thanks [@stephsprinkle](https://github.com/stephsprinkle)! - feat(product-selections): display most product selection change types within the table + product selection entity type filtering
|
|
10
|
+
|
|
11
|
+
- [#1635](https://github.com/commercetools/audit-log/pull/1635) [`7965704`](https://github.com/commercetools/audit-log/commit/79657040e58aecb9aba58d16cf413d2f696ed7ea) Thanks [@jmcreasman](https://github.com/jmcreasman)! - feat(product-selections): add active stores field to product selection enitiy modal
|
|
12
|
+
|
|
13
|
+
* [#1604](https://github.com/commercetools/audit-log/pull/1604) [`9e0d178`](https://github.com/commercetools/audit-log/commit/9e0d178b3e8c0b7c980862bad910bc9dc0258cbc) Thanks [@jmcreasman](https://github.com/jmcreasman)! - feat(change-history-product-selections): enable in context viewing for product selections
|
|
14
|
+
|
|
15
|
+
- [#1637](https://github.com/commercetools/audit-log/pull/1637) [`3c99686`](https://github.com/commercetools/audit-log/commit/3c996868018f4dab08195d459aed93d0c96684a9) Thanks [@stephsprinkle](https://github.com/stephsprinkle)! - feat(product-selections): add and remove change type with modal for large changes
|
|
16
|
+
|
|
17
|
+
* [#1624](https://github.com/commercetools/audit-log/pull/1624) [`2712be0`](https://github.com/commercetools/audit-log/commit/2712be079d73882b6f6831911b417625c4de0183) Thanks [@stephsprinkle](https://github.com/stephsprinkle)! - feat(product-selections): feature flag
|
|
18
|
+
|
|
19
|
+
- [#1614](https://github.com/commercetools/audit-log/pull/1614) [`45d1a5f`](https://github.com/commercetools/audit-log/commit/45d1a5f260cb2a8df445c01ec4d52c1e718af76c) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [#1625](https://github.com/commercetools/audit-log/pull/1625) [`3b1f797`](https://github.com/commercetools/audit-log/commit/3b1f7971dd97180e21cc7f0e4ea93e41096beaff) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
|
|
24
|
+
|
|
3
25
|
## 6.5.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|