Skip to content

Commit 251c6b4

Browse files
committed
update readme
1 parent b97c5f1 commit 251c6b4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# 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
29

310
## 0.4.21
411
- change footer position in page component

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

src/lib/components/form/MultiSelect.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
7373
if (!complexSource && !complexTarget && isLoaded && !isMulti) {
74-
console.log('🚀 ~ updateTarget ~ selection:', selection);
74+
//console.log('🚀 ~ updateTarget ~ selection:', selection);
7575
if (selection) {
7676
target = selection.value;
7777
}

0 commit comments

Comments
 (0)