@commercetools-frontend-extensions/change-history 6.15.3 → 6.17.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 +24 -0
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +75 -52
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +64 -41
- package/dist/commercetools-frontend-extensions-change-history.esm.js +77 -54
- package/dist/{zh-CN-3eb0892c.esm.js → zh-CN-5098eb39.esm.js} +1 -1
- package/dist/{zh-CN-6085a144.cjs.prod.js → zh-CN-d433dc43.cjs.prod.js} +1 -1
- package/dist/{zh-CN-add49b08.cjs.dev.js → zh-CN-dab7d098.cjs.dev.js} +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 6.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2264](https://github.com/commercetools/audit-log/pull/2264) [`593d590`](https://github.com/commercetools/audit-log/commit/593d590b4309e97ce46a5682d65ec430a035f663) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(dependency graph and table): remove unnecessary resolutions to outdated dep versions in yarn.lock, update change history table to always take up full amount of space available
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#2270](https://github.com/commercetools/audit-log/pull/2270) [`c207c7a`](https://github.com/commercetools/audit-log/commit/c207c7a9c414d7302a12bb0fb0aaff68b6a93ed4) Thanks [@emmenko](https://github.com/emmenko)! - feat(panel spacing): update panel spacing to work with latest ui-kit panels"
|
|
12
|
+
|
|
13
|
+
- [#2272](https://github.com/commercetools/audit-log/pull/2272) [`0f3b683`](https://github.com/commercetools/audit-log/commit/0f3b6835c1c89d577511a5a0dfd54b0c2f092eba) Thanks [@chloe0592](https://github.com/chloe0592)! - Updating size in SecondaryIconButton
|
|
14
|
+
|
|
15
|
+
- [#2267](https://github.com/commercetools/audit-log/pull/2267) [`ea716b0`](https://github.com/commercetools/audit-log/commit/ea716b0a35e0a74fa52fa01127828fea0dfc54ec) Thanks [@jmcreasman](https://github.com/jmcreasman)! - chore(deps): update ui-kit to latest
|
|
16
|
+
|
|
17
|
+
## 6.16.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [#2249](https://github.com/commercetools/audit-log/pull/2249) [`e0170d2`](https://github.com/commercetools/audit-log/commit/e0170d226b2322888daa4a980829a06ae9d34d2a) Thanks [@jmcreasman](https://github.com/jmcreasman)! - feat(auditlog): update styles based on UX feedback
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#2253](https://github.com/commercetools/audit-log/pull/2253) [`d8718e5`](https://github.com/commercetools/audit-log/commit/d8718e5b582ee9fb65a355530f7d4f558aa88fb8) 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'
|
|
26
|
+
|
|
3
27
|
## 6.15.3
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|