@midas-ds/components 6.0.1 → 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,3 +1,14 @@
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
+
1
12
  ## 6.0.1
2
13
 
3
14
  ### 🩹 Fixes
@@ -9,7 +20,7 @@
9
20
  ### 🚀 Features
10
21
 
11
22
  - **modal:** replace h2 with heading component
12
- - ⚠️ **modal:** deprecate `ModalTrigger` and `Dialog`
23
+ - ⚠️ **modal:** deprecate `ModalTrigger` and `Dialog`
13
24
  - **modal:** fix overlay position to avoid moving the modal when y-overflow
14
25
  - **modal:** increase z-index on overlay
15
26
  - **modal:** add focustrap to modal
@@ -27,7 +38,7 @@
27
38
  - add react types to dependencies
28
39
  - remove test setup from build
29
40
 
30
- ### ⚠️ Breaking Changes
41
+ ### ⚠️ Breaking Changes
31
42
 
32
43
  - **modal:** Use the new DialogTrigger and Modal instead of ModalTrigger and Dialog. New API will apply.
33
44