@platforma-sdk/ui-vue 1.8.20 → 1.8.23
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 +13 -0
- package/dist/lib.js +10916 -11698
- 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 +6 -3
- package/vite.config.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.8.23
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0382abe: @ag-grid-community/theming removed from bundling
|
|
8
|
+
- 0382abe: AGGrid upgrade.
|
|
9
|
+
|
|
10
|
+
## 1.8.21
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 6e54327: PlAgDataTable: suppress column menu button by default
|
|
15
|
+
|
|
3
16
|
## 1.8.20
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|