@oslokommune/punkt-react 15.4.0 → 15.4.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 +35 -0
- package/dist/punkt-react.es.js +422 -407
- package/dist/punkt-react.umd.js +183 -183
- package/package.json +4 -4
- package/src/components/fileupload/Subcomponents.tsx +25 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,41 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
|
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
## [15.4.2](https://github.com/oslokommune/punkt/compare/15.4.1...15.4.2) (2026-02-25)
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
Ingen
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
Ingen
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
Ingen
|
|
18
|
+
|
|
19
|
+
### Chores
|
|
20
|
+
Ingen
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [15.5.0](https://github.com/oslokommune/punkt/compare/15.4.0...15.5.0) (2026-02-20)
|
|
26
|
+
|
|
27
|
+
### ⚠ BREAKING CHANGES
|
|
28
|
+
Ingen
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
Ingen
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
* radiobuttons med ulike name i samme gruppe (#3289). Radioknapper i samme gruppe hadde ulike name-verdier på React-testsiden, og ble dermed behandlet som separate grupper. Satt samme name for alle.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Chores
|
|
38
|
+
Ingen
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
|
|
8
43
|
## [15.4.0](https://github.com/oslokommune/punkt/compare/15.3.1...15.4.0) (2026-02-20)
|
|
9
44
|
|
|
10
45
|
### ⚠ BREAKING CHANGES
|