@oslokommune/punkt-css 15.0.4 → 15.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
@@ -5,6 +5,37 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [15.1.0](https://github.com/oslokommune/punkt/compare/15.0.4...15.1.0) (2026-02-16)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ * Fileupload (#3115). * add stateless controlled FileUpload with form/custom upload modes
15
+ * Controlled API (value + onFilesChanged) with generated file IDs (FileItemList)
16
+ * Drag & drop + file dialog, single/multiple selection
17
+ * form submit or custom immediate upload via onFileUploadRequested + hidden ID inputs
18
+ * Queue display with remove/rename/comment extensions + custom item renderer (incl. thumbnail + preview modal)
19
+ * responsive fileupload
20
+ * Built-in validation (format + max size + custom hook) and accessible status/error announcements
21
+ * add docs
22
+ * style FU according to Figma design
23
+ * re-usable `PreviewCodeTabs example`
24
+ ------
25
+ Co-authored-by: Vidar Ramdal <vramdal@gmail.com>
26
+ Co-authored-by: Jan Schjetne <jan.schjetne@origo.oslo.kommune.no>
27
+ Co-authored-by: miichu <mythng94@gmail.com@gmail.com>
28
+
29
+
30
+ ### Bug Fixes
31
+ Ingen
32
+
33
+ ### Chores
34
+ Ingen
35
+
36
+ ---
37
+
38
+
8
39
  ## [15.0.4](https://github.com/oslokommune/punkt/compare/15.0.3...15.0.4) (2026-02-13)
9
40
 
10
41
  ### ⚠ BREAKING CHANGES