@commercetools-frontend-extensions/change-history 6.13.0 → 6.14.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 +18 -0
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +525 -497
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +433 -432
- package/dist/commercetools-frontend-extensions-change-history.esm.js +541 -514
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 6.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2109](https://github.com/commercetools/audit-log/pull/2109) [`2f11d413`](https://github.com/commercetools/audit-log/commit/2f11d413f775cb22717b6c0ef4e5803b42a2de31) Thanks [@valoriecarli](https://github.com/valoriecarli)! - redesign for component: customer-id-dialog
|
|
8
|
+
|
|
9
|
+
- [#2096](https://github.com/commercetools/audit-log/pull/2096) [`5701de84`](https://github.com/commercetools/audit-log/commit/5701de84d8e35ffec987d81539ff18a6837cd062) Thanks [@jmcreasman](https://github.com/jmcreasman)! - feat(single-filter): redesign single filter and filters that use it
|
|
10
|
+
|
|
11
|
+
- [#2125](https://github.com/commercetools/audit-log/pull/2125) [`c75f1d6`](https://github.com/commercetools/audit-log/commit/c75f1d651f3b537be16f74002f2c1ed95240187f) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(search/search-view): update search-view's styling for redesign, update search-view and filters-container to allow for multiple search input types, update styling of filters section now that search-view wrapper styling does not conflict with redesign style, remove Shadow SearchContainer and SearchFiltersContainer components"
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#2115](https://github.com/commercetools/audit-log/pull/2115) [`5819b65`](https://github.com/commercetools/audit-log/commit/5819b655158ab66ab70f7b4146e465ba0730df8a) Thanks [@valoriecarli](https://github.com/valoriecarli)! - replaced unstyled div with a fragment within search-field-tag component
|
|
16
|
+
|
|
17
|
+
- [#2130](https://github.com/commercetools/audit-log/pull/2130) [`a78d4e8`](https://github.com/commercetools/audit-log/commit/a78d4e87b4a165a8a5fcc6b28a78d5c88fed1300) Thanks [@Sarah4VT](https://github.com/Sarah4VT)! - Update ui kit to new version
|
|
18
|
+
|
|
19
|
+
- [#2098](https://github.com/commercetools/audit-log/pull/2098) [`5d608099`](https://github.com/commercetools/audit-log/commit/5d6080997c345b7cec08a2e2f996314c9292ed9b) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(search/field-filters): update field-filters styling to be compliant with the redesign and backward compatible"
|
|
20
|
+
|
|
3
21
|
## 6.13.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|