carbon-components-svelte 0.49.1 → 0.50.2

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
@@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.50.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.2) - 2021-11-27
11
+
12
+ **Fixes**
13
+
14
+ - select correct item in filterable `MultiSelect` using keyboard navigation
15
+ - do not mutate `sortedItems` in `MultiSelect`
16
+
17
+ ## [0.50.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.1) - 2021-11-19
18
+
19
+ **Fixes**
20
+
21
+ - do not dispatch `DataTable` "click", "click:row" events if target is an `OverflowMenu`
22
+
23
+ ## [0.50.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.0) - 2021-11-18
24
+
25
+ **Features**
26
+
27
+ - add `target` prop to `ContextMenu` to support custom trigger element(s)
28
+ - pass clicked element as `event.detail` in `ContextMenu` "open" event
29
+
30
+ ## [0.49.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.49.2) - 2021-11-18
31
+
32
+ **Fixes**
33
+
34
+ - `Tabs` should not dispatch an initial "change" event when no change has occurred
35
+ - `Pagination` page value should not exceed total pages
36
+ - fix `Popover` relative prop by inlining style
37
+ - replace `onDestroy` with `onMount` return function to avoid running code server-side
38
+
10
39
  ## [0.49.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.49.1) - 2021-11-17
11
40
 
12
41
  **Fixes**