carbon-components-svelte 0.64.0 → 0.64.1

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,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.64.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.64.1) - 2022-05-23
11
+
12
+ **Fixes**
13
+
14
+ - mark `CopyButton` text prop as required
15
+ - mark `Dropdown` selectedId prop as required
16
+ - use `@see` tag in `Theme` tokens prop description
17
+ - remove `title` attribute from `Modal`, `ModalHeader` close button
18
+ - remove redundant `aria-label` from `Modal` close button icon
19
+ - add `aria-hidden="true"` to `Modal`, `ModalHeader` close button icon
20
+
21
+ **Documentation**
22
+
23
+ - update `Theme` docs to specify that it must be used with `all.css`
24
+ - update `DataTable` docs to note that custom widths do not work with `stickyHeader`
25
+
10
26
  ## [0.64.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.64.0) - 2022-05-14
11
27
 
12
28
  **Breaking Changes**