@commercetools-frontend-extensions/change-history 6.15.0 → 6.15.3
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 +26 -0
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +403 -418
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +388 -403
- package/dist/commercetools-frontend-extensions-change-history.esm.js +403 -419
- package/dist/{en-14c9048a.cjs.dev.js → en-15ede386.cjs.dev.js} +37 -4
- package/dist/{en-22802111.cjs.prod.js → en-3f2940ab.cjs.prod.js} +37 -4
- package/dist/{en-e921a4d9.esm.js → en-b4d3165e.esm.js} +37 -4
- package/dist/{zh-CN-30aede89.esm.js → zh-CN-3eb0892c.esm.js} +38 -5
- package/dist/{zh-CN-43ab2ed0.cjs.dev.js → zh-CN-6085a144.cjs.prod.js} +38 -5
- package/dist/{zh-CN-3c711e88.cjs.prod.js → zh-CN-add49b08.cjs.dev.js} +38 -5
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 6.15.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2241](https://github.com/commercetools/audit-log/pull/2241) [`288362f`](https://github.com/commercetools/audit-log/commit/288362fdd0db8aa685f83bcae820d0291d17da58) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - feat(i18n): Translate 'packages-frontend/change-history-components/src/i18n/data/core.json' in 'zh_CN'
|
|
8
|
+
|
|
9
|
+
- [#2243](https://github.com/commercetools/audit-log/pull/2243) [`092741e`](https://github.com/commercetools/audit-log/commit/092741e680a0ae835fae10ee21a6cbb08f16a3dc) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(search): update search tags and input styling to add padding between tags and input
|
|
10
|
+
|
|
11
|
+
- [#2226](https://github.com/commercetools/audit-log/pull/2226) [`e4890f9`](https://github.com/commercetools/audit-log/commit/e4890f975ef7bf3cfba5516c8881d6588ea8ff19) Thanks [@Sarah4VT](https://github.com/Sarah4VT)! - Fix width of image container in audit log table
|
|
12
|
+
|
|
13
|
+
- [#2239](https://github.com/commercetools/audit-log/pull/2239) [`e5368e3`](https://github.com/commercetools/audit-log/commit/e5368e3d08febbba89b02e848031237305a1f202) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - feat(i18n): Translate 'packages-frontend/change-history-components/src/i18n/data/core.json' in 'zh_CN'
|
|
14
|
+
|
|
15
|
+
## 6.15.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#2212](https://github.com/commercetools/audit-log/pull/2212) [`2415852`](https://github.com/commercetools/audit-log/commit/24158522f6868eeecec331621c1138bc2027c578) Thanks [@jmcreasman](https://github.com/jmcreasman)! - chore(deps): update ui-kit and app-kit to latest
|
|
20
|
+
|
|
21
|
+
## 6.15.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#2200](https://github.com/commercetools/audit-log/pull/2200) [`025fc72`](https://github.com/commercetools/audit-log/commit/025fc72f95a67c8a349c27b4087419b6c0346397) Thanks [@Sarah4VT](https://github.com/Sarah4VT)! - Remove refresh button for grid
|
|
26
|
+
|
|
27
|
+
- [#2195](https://github.com/commercetools/audit-log/pull/2195) [`56e6e59`](https://github.com/commercetools/audit-log/commit/56e6e593eae5644f16603d87a0697ad02f0042c7) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - feat(i18n): Translate 'packages-frontend/change-history-components/src/i18n/data/core.json' in 'en'
|
|
28
|
+
|
|
3
29
|
## 6.15.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|