@commercetools-frontend-extensions/change-history 6.2.4 → 6.3.1

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/{change-history-index.cjs.js → commercetools-frontend-extensions-change-history.cjs.dev.js} +7742 -5585
  3. package/dist/commercetools-frontend-extensions-change-history.cjs.js +7 -0
  4. package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +21193 -0
  5. package/dist/{change-history-index.es.js → commercetools-frontend-extensions-change-history.esm.js} +7550 -5378
  6. package/dist/{change-history-de-42d126da.es.js → de-4bf10d24.esm.js} +0 -1
  7. package/dist/{change-history-de-85be0346.cjs.js → de-c18a0bfe.cjs.prod.js} +0 -1
  8. package/dist/de-c5267312.cjs.dev.js +704 -0
  9. package/dist/{change-history-en-062f06c1.es.js → en-266f396b.esm.js} +2 -1
  10. package/dist/{change-history-en-6aa1f0c1.cjs.js → en-89e5824f.cjs.prod.js} +2 -1
  11. package/dist/en-a2e6ceae.cjs.dev.js +745 -0
  12. package/dist/{change-history-es-eb800d69.cjs.js → es-4df0d844.cjs.dev.js} +0 -1
  13. package/dist/es-52030481.cjs.prod.js +743 -0
  14. package/dist/{change-history-es-4dc6091c.es.js → es-b9dd9e86.esm.js} +0 -1
  15. package/dist/{change-history-fr-FR-f06fa731.cjs.js → fr-FR-1144c263.cjs.dev.js} +0 -1
  16. package/dist/fr-FR-5145fe9f.cjs.prod.js +743 -0
  17. package/dist/{change-history-fr-FR-a9a929cc.es.js → fr-FR-bff2bf40.esm.js} +0 -1
  18. package/dist/{change-history-ja-c5caeaa7.cjs.js → ja-356d291b.cjs.dev.js} +0 -1
  19. package/dist/{change-history-ja-e4cf43f0.es.js → ja-4b5fc68d.esm.js} +0 -1
  20. package/dist/ja-589c6052.cjs.prod.js +704 -0
  21. package/dist/{change-history-zh_CN-d2d1362a.es.js → zh_CN-123b5dad.esm.js} +0 -1
  22. package/dist/{change-history-zh_CN-13159412.cjs.js → zh_CN-20741e05.cjs.prod.js} +0 -1
  23. package/dist/zh_CN-c404e999.cjs.dev.js +596 -0
  24. package/package.json +44 -36
  25. package/dist/change-history-de-42d126da.es.js.map +0 -1
  26. package/dist/change-history-de-85be0346.cjs.js.map +0 -1
  27. package/dist/change-history-en-062f06c1.es.js.map +0 -1
  28. package/dist/change-history-en-6aa1f0c1.cjs.js.map +0 -1
  29. package/dist/change-history-es-4dc6091c.es.js.map +0 -1
  30. package/dist/change-history-es-eb800d69.cjs.js.map +0 -1
  31. package/dist/change-history-fr-FR-a9a929cc.es.js.map +0 -1
  32. package/dist/change-history-fr-FR-f06fa731.cjs.js.map +0 -1
  33. package/dist/change-history-index.cjs.js.map +0 -1
  34. package/dist/change-history-index.es.js.map +0 -1
  35. package/dist/change-history-ja-c5caeaa7.cjs.js.map +0 -1
  36. package/dist/change-history-ja-e4cf43f0.es.js.map +0 -1
  37. package/dist/change-history-zh_CN-13159412.cjs.js.map +0 -1
  38. package/dist/change-history-zh_CN-d2d1362a.es.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @commercetools-frontend-extensions/change-history
2
2
 
3
+ ## 6.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1551](https://github.com/commercetools/audit-log/pull/1551) [`7ec4592`](https://github.com/commercetools/audit-log/commit/7ec45927761eb1f529ecc266b64e716401ff673c) Thanks [@stephsprinkle](https://github.com/stephsprinkle)! - fix: in-context zones storage slice
8
+
9
+ * [#1562](https://github.com/commercetools/audit-log/pull/1562) [`095dbba`](https://github.com/commercetools/audit-log/commit/095dbbad7bf840e2e369a9ae5338994bb42da84a) Thanks [@stephsprinkle](https://github.com/stephsprinkle)! - fix: change history label conversion to not overwrite existing values
10
+
11
+ - [#1496](https://github.com/commercetools/audit-log/pull/1496) [`4a5cecd`](https://github.com/commercetools/audit-log/commit/4a5cecd82d95be78bfd994b2d0df52edad4e9bfb) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all ui-kit packages (major)
12
+
13
+ ## 6.3.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [#1524](https://github.com/commercetools/audit-log/pull/1524) [`32e71c5`](https://github.com/commercetools/audit-log/commit/32e71c501c862f8d39b2dcf5b3f599da3d3ce361) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(stores filter): adds stores filter and stores-based permissions fencing to change history
18
+
19
+ * [#1512](https://github.com/commercetools/audit-log/pull/1512) [`726ed25`](https://github.com/commercetools/audit-log/commit/726ed25f016e1ed73f901716b1c36b244423aecd) Thanks [@qmateub](https://github.com/qmateub)! - chore(deps): update all application-kit packages (major)
20
+
21
+ - [#1534](https://github.com/commercetools/audit-log/pull/1534) [`a45de78`](https://github.com/commercetools/audit-log/commit/a45de78f95d73d8b92785e9ddc9370c1ee91d5fe) Thanks [@stephsprinkle](https://github.com/stephsprinkle)! - feat(change-history-zones): in-context zone support
22
+
23
+ * [#1500](https://github.com/commercetools/audit-log/pull/1500) [`de24a21`](https://github.com/commercetools/audit-log/commit/de24a21662fafccc230a12d1b1d9c54018e3be18) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(stores column): adds stores column to change history data table in audit log and all in-context views"
24
+
25
+ ### Patch Changes
26
+
27
+ - [#1535](https://github.com/commercetools/audit-log/pull/1535) [`5932ff7`](https://github.com/commercetools/audit-log/commit/5932ff710b636cabc8fb2efe445e7c0414a4cff8) Thanks [@ByronDWall](https://github.com/ByronDWall)! - fix(stores column): add feature flag to stores column in in-context entities
28
+
29
+ * [#1507](https://github.com/commercetools/audit-log/pull/1507) [`5a5ad7f`](https://github.com/commercetools/audit-log/commit/5a5ad7f66671f14fb490f896dceb97cc0bd71116) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - feat(i18n): Translate '/packages-frontend/change-history-components/src/i18n/data/core.json' in 'en'
30
+
31
+ - [#1524](https://github.com/commercetools/audit-log/pull/1524) [`32e71c5`](https://github.com/commercetools/audit-log/commit/32e71c501c862f8d39b2dcf5b3f599da3d3ce361) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(stores filter): add stores-select-input and related test data to use in implementing stores filter
32
+
33
+ * [#1495](https://github.com/commercetools/audit-log/pull/1495) [`cbc17ec`](https://github.com/commercetools/audit-log/commit/cbc17ece6f3f572acd527f4b397449b1d2e0ef99) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
34
+
35
+ ## 6.2.5
36
+
37
+ ### Patch Changes
38
+
39
+ - [#1497](https://github.com/commercetools/audit-log/pull/1497) [`3e2d8ed`](https://github.com/commercetools/audit-log/commit/3e2d8edf6a9f5f3fedb8563cee0ee8318480613c) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - feat(i18n): Translate '/packages-frontend/change-history-components/src/i18n/data/core.json' in 'en'
40
+
41
+ * [#1499](https://github.com/commercetools/audit-log/pull/1499) [`a37318d`](https://github.com/commercetools/audit-log/commit/a37318d646eb8c50508de822c9f5e01bb8bb1adc) Thanks [@ByronDWall](https://github.com/ByronDWall)! - task(unknown change key): remove capitalization from 'change'
42
+
3
43
  ## 6.2.4
4
44
 
5
45
  ### Patch Changes