Skip to content

Commit

Permalink
chore: add changelogs for 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Oct 17, 2024
1 parent 2f1b373 commit ee33535
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui/src/components/va-button-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.10.3
- Remove redundant div wrapper
- Use correct teleport target for dropdown when `split` is `true`
3 changes: 3 additions & 0 deletions packages/ui/src/components/va-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.10.3
- Remove redundant styles such as `line-height` and `display: inline-flex` when dropdown is headless

# 1.9.0

- Keyboard navigation enabled by default
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/src/components/va-form-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 1.10.3
- Fix not working errorCount prop
3 changes: 3 additions & 0 deletions packages/ui/src/components/va-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.10.3
- Add searchFn for custom option filtering in autocomplete or with search filed

# 1.9.0
- Now in `content` slot `value` is not array in single mode, but array in multiple mode. Use `valueArray` if you need array value in single/multiple modes
- Added `option-content` slot which is used to show option in dropdown and input
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/src/composables/useInputMask/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.10.3
- Add custom decimal char to numeral mask
- Fix bug when input filed became dirty on mount if mask is used

0 comments on commit ee33535

Please sign in to comment.