@commercetools-frontend-extensions/change-history 6.13.0 → 6.15.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 CHANGED
@@ -1,5 +1,45 @@
1
1
  # @commercetools-frontend-extensions/change-history
2
2
 
3
+ ## 6.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2187](https://github.com/commercetools/audit-log/pull/2187) [`d4d7bf3`](https://github.com/commercetools/audit-log/commit/d4d7bf3acc4b7cab9f259866396bfea5826ef180) Thanks [@jmcreasman](https://github.com/jmcreasman)! - feat(welcome-dialog): fix styling bug
8
+
9
+ - [#2131](https://github.com/commercetools/audit-log/pull/2131) [`42d17e55`](https://github.com/commercetools/audit-log/commit/42d17e553f3f35835d262bbe82cc0297252049ac) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(search/filter-search-bar): update filter-search-bar styles for redesign
10
+
11
+ ### Patch Changes
12
+
13
+ - [#2139](https://github.com/commercetools/audit-log/pull/2139) [`c91c7c5`](https://github.com/commercetools/audit-log/commit/c91c7c52a7480482debd5088c71c9ba93c506858) Thanks [@Sarah4VT](https://github.com/Sarah4VT)! - Update search text input to use ui kit for redesign
14
+
15
+ - [#2145](https://github.com/commercetools/audit-log/pull/2145) [`71f731da`](https://github.com/commercetools/audit-log/commit/71f731da0bee9ef6aefaab5838b4344052277afd) Thanks [@valoriecarli](https://github.com/valoriecarli)! - remove unused enum range filter
16
+
17
+ - [#1903](https://github.com/commercetools/audit-log/pull/1903) [`20912ccd`](https://github.com/commercetools/audit-log/commit/20912ccdec15cf3ca61c86438830346bea18e422) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
18
+
19
+ - [#2149](https://github.com/commercetools/audit-log/pull/2149) [`37e31bad`](https://github.com/commercetools/audit-log/commit/37e31bada6bdc884d7a5d41fd76232850f063c3f) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(search): update styles to be consistent with MC based on UX feedback
20
+
21
+ - [#2162](https://github.com/commercetools/audit-log/pull/2162) [`4e44135`](https://github.com/commercetools/audit-log/commit/4e441359e6a0e5c9f6e55a4bb72d0cd6d14e5a6a) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update ui-kit and msw
22
+
23
+ - [#2184](https://github.com/commercetools/audit-log/pull/2184) [`a66a0d2`](https://github.com/commercetools/audit-log/commit/a66a0d276081ffbf3253bb2fad09d40f75c1d230) Thanks [@valoriecarli](https://github.com/valoriecarli)! - update quote entity route to mc
24
+
25
+ ## 6.14.0
26
+
27
+ ### Minor Changes
28
+
29
+ - [#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
30
+
31
+ - [#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
32
+
33
+ - [#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"
34
+
35
+ ### Patch Changes
36
+
37
+ - [#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
38
+
39
+ - [#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
40
+
41
+ - [#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"
42
+
3
43
  ## 6.13.0
4
44
 
5
45
  ### Minor Changes