@bexis2/bexis2-core-ui 0.3.11 → 0.3.12

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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,13 @@
1
1
  # bexis-core-ui
2
+ ## 0.3.12
3
+ - table
4
+ - Server-side data fetching
5
+ - Server-side filtering
6
+ - Server-side sorting
7
+ - Server-side pagination
8
+ - New filtering workflow & UI
9
+ - New pagination component
10
+
2
11
  ## 0.3.11
3
12
  - add on:change passthrough to TextInput, TextArea, DateInput, NumberInput, CheckBox
4
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bexis2/bexis2-core-ui",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",