Skip to content

Commit b74d18e

Browse files
committed
update readme and package
1 parent b6daad8 commit b74d18e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
# bexis-core-ui
2+
## 0.4.32
3+
- Menu
4+
- fix log off, add click event o a
5+
6+
## 0.4.31
7+
- Table
8+
- Adds variants for pagination buttons
9+
10+
## 0.4.30
11+
- Table:
12+
- Fixes issue with rounded corners on pagination button under the table
13+
- Updates colors scheme for disabled buttons
14+
15+
## 0.4.29
16+
- table
17+
- Fixes the appearance issues related to Table paginator.
18+
-
19+
## 0.4.28
20+
- Fixes issue with options component not displaying items correctly
21+
- New pagination component
22+
- Removes the option for selecting page index string type of "pages" or "items". "items" will be the default and only option to show pagination info now.
23+
24+
## 0.4.27
25+
- Fixes the issue with updating the number of displayed items correctly.
26+
- Makes "items" the default type for displaying pagination info.
27+
228
## 0.4.26
329
- menu
430
- change submenu buttons to a link and add link menuitems to support right click menu

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.26",
3+
"version": "0.4.32",
44
"private": false,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)