We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dda43 commit 42f98efCopy full SHA for 42f98ef
README.md
@@ -1,5 +1,31 @@
1
# bexis-core-ui
2
3
+## v0.0.31
4
+### add
5
+#### components
6
+- Alert
7
+
8
+### updates
9
10
+- Spinner
11
+ - label
12
+ - color
13
+ - position
14
15
+- Table
16
+ - Date filters
17
+ - Configuration for complex types
18
+ - Custom event dispatcher
19
+ - Updated docs.
20
+ - Disabling of filters
21
+ - Disabling of sorting
22
23
+### fixes:
24
+#### table
25
+- Arrow in pageSize dropdown.
26
+- Bug with number filter not working on zero values.
27
+- Table of Contents on the right sidebar.
28
29
## v0.0.29
30
31
### add
package.json
@@ -1,6 +1,6 @@
{
"name": "@bexis2/bexis2-core-ui",
- "version": "0.0.30",
+ "version": "0.0.31",
"private": false,
"scripts": {
"dev": "vite dev",
0 commit comments