@helsenorge/datepicker 12.9.0 → 12.10.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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [12.10.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.9.0&targetVersion=GTv12.10.0) (2025-10-30)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **lightbox:** åpne for reactnode på imagetext
|
|
6
|
+
([fa7b052](https://github.com/helsenorge/designsystem/commit/fa7b052639f642ec8a196820440ed8798f3df353)), closes
|
|
7
|
+
[#363386](https://github.com/helsenorge/designsystem/issues/363386)
|
|
8
|
+
- **toast:** nye komponenter toast og toastlist
|
|
9
|
+
([a186861](https://github.com/helsenorge/designsystem/commit/a186861d6f025f2864a4eb012222aa5beb9037c5)), closes
|
|
10
|
+
[#357838](https://github.com/helsenorge/designsystem/issues/357838)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **drawer:** drawer footer innhold skal wrappe på alle størrelser
|
|
15
|
+
([21f7c99](https://github.com/helsenorge/designsystem/commit/21f7c9910e9f5bd4335941bfe2861470ce204dff)), closes
|
|
16
|
+
[#363405](https://github.com/helsenorge/designsystem/issues/363405)
|
|
17
|
+
- **dropdown:** defaultselected toggler ikke lenger og clickoutside fungerer alltid
|
|
18
|
+
([ca19c57](https://github.com/helsenorge/designsystem/commit/ca19c57d2e353f47e1e5290a2fa76e5081f1d8b4)), closes
|
|
19
|
+
[#363415](https://github.com/helsenorge/designsystem/issues/363415)
|
|
20
|
+
|
|
1
21
|
## [12.9.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.8.0&targetVersion=GTv12.9.0) (2025-10-29)
|
|
2
22
|
|
|
3
23
|
### Bug Fixes
|