@platforma-sdk/ui-vue 1.8.21 → 1.8.24
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 +15 -0
- package/dist/lib.js +11230 -11937
- package/dist/lib.umd.cjs +32 -46
- package/dist/src/components/PlAgDataTable/PlAgDataTable.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +22 -22
- package/src/components/PlAgDataTable/PlAgDataTable.vue +4 -7
- package/vite.config.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.8.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d85c758: Implement PlTabs component
|
|
8
|
+
- Updated dependencies [d85c758]
|
|
9
|
+
- @milaboratories/uikit@2.2.2
|
|
10
|
+
|
|
11
|
+
## 1.8.23
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 0382abe: @ag-grid-community/theming removed from bundling
|
|
16
|
+
- 0382abe: AGGrid upgrade.
|
|
17
|
+
|
|
3
18
|
## 1.8.21
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|