File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# bexis-core-ui
2
+ ## 0.4.22
3
+ - Facets
4
+ - Replace column class function with more efficient solution
5
+ - Sort options in ShowMore alphabetically
6
+ Table
7
+ - Add titles for components for better accessibility
8
+ - Remove z-index from pagination buttons
2
9
3
10
## 0.4.21
4
11
- change footer position in page component
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bexis2/bexis2-core-ui" ,
3
- "version" : " 0.4.21 " ,
3
+ "version" : " 0.4.22 " ,
4
4
"private" : false ,
5
5
"scripts" : {
6
6
"dev" : " vite dev" ,
Original file line number Diff line number Diff line change 71
71
}
72
72
73
73
if (! complexSource && ! complexTarget && isLoaded && ! isMulti) {
74
- console .log (' 🚀 ~ updateTarget ~ selection:' , selection);
74
+ // console.log('🚀 ~ updateTarget ~ selection:', selection);
75
75
if (selection) {
76
76
target = selection .value ;
77
77
}
You can’t perform that action at this time.
0 commit comments