@midas-ds/components 6.0.0 → 6.1.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,9 +1,26 @@
1
+ ## 6.1.0
2
+
3
+ ### 🚀 Features
4
+
5
+ - **text:** add description slot ([73d308a13](https://github.com/migrationsverket/midas/commit/73d308a13))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **textfield:** fix token on input value ([e79f935e3](https://github.com/migrationsverket/midas/commit/e79f935e3))
10
+ - **link-button:** add pseudo-classes in CSS link-button ([#385](https://github.com/migrationsverket/midas/pull/385))
11
+
12
+ ## 6.0.1
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - **select:** 🐛 Selected values doesn't match selected IDs
17
+
1
18
  # 6.0.0
2
19
 
3
20
  ### 🚀 Features
4
21
 
5
22
  - **modal:** replace h2 with heading component
6
- - ⚠️ **modal:** deprecate `ModalTrigger` and `Dialog`
23
+ - ⚠️ **modal:** deprecate `ModalTrigger` and `Dialog`
7
24
  - **modal:** fix overlay position to avoid moving the modal when y-overflow
8
25
  - **modal:** increase z-index on overlay
9
26
  - **modal:** add focustrap to modal
@@ -21,7 +38,7 @@
21
38
  - add react types to dependencies
22
39
  - remove test setup from build
23
40
 
24
- ### ⚠️ Breaking Changes
41
+ ### ⚠️ Breaking Changes
25
42
 
26
43
  - **modal:** Use the new DialogTrigger and Modal instead of ModalTrigger and Dialog. New API will apply.
27
44