@robuust-digital/vue-components 2.6.7 → 2.7.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,19 @@
1
+ ## 2.7.0 (19-05-2026)
2
+
3
+ ### Added
4
+
5
+ * `FileUpload`: Added a pure Vue file upload component with area and button variants, single and multiple file selection, drag/drop support, previews, existing file rendering, remove events, optional image thumbnails, slots, and CSS tokens
6
+
7
+ ## 2.6.8 (18-05-2026)
8
+
9
+ ### Added
10
+
11
+ * `DataTable`: Added `--rvc-table-striped-border-radius` to customize rounded striped table rows
12
+
13
+ ### Fixed
14
+
15
+ * `DataTable`: Do not render `id="undefined"` for headers without an `id`
16
+
1
17
  ## 2.6.7 (13-05-2026)
2
18
 
3
19
  ### Added