File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# bexis-core-ui
2
+
3
+ ## 0.4.16
4
+ - Facets
5
+ - Replaces groups array with a writable store to re-render component on data manipulation.
6
+ - Adds selected attribute to the type so that Facets can be initialized with some selected values.
7
+
8
+ ## 0.4.15
9
+ - Update Facets with new params and add onChange action
10
+ - Changes structure of Facets data
11
+ - Adds on: change action
12
+
13
+ ## 0.4.14
14
+ - Table
15
+ - fixes rendering issues with Table filters and different components
16
+
17
+ - Facets
18
+ - Exports Facets component
19
+
2
20
## 0.4.13
3
21
- menu
4
22
- fix code isses
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bexis2/bexis2-core-ui" ,
3
- "version" : " 0.4.13 " ,
3
+ "version" : " 0.4.16 " ,
4
4
"private" : false ,
5
5
"scripts" : {
6
6
"dev" : " vite dev" ,
You can’t perform that action at this time.
0 commit comments