Skip to content

Commit a6d935a

Browse files
committed
update package number and read me
1 parent 61cc717 commit a6d935a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# 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+
220
## 0.4.13
321
- menu
422
- fix code isses

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bexis2/bexis2-core-ui",
3-
"version": "0.4.13",
3+
"version": "0.4.16",
44
"private": false,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)