@v4fire/client
Version:
V4Fire client core library
67 lines (39 loc) • 1.29 kB
Markdown
Changelog
=========
**Tags:**
- :boom: [Breaking Change]
- :rocket: [New Feature]
- :bug: [Bug Fix]
- :memo: [Documentation]
- :house: [Internal]
- :nail_care: [Polish]
# v3.5.3 (2021-10-06)
### :bug: Bug Fix
* Fixed synchronization of values during input events
# v3.0.0-rc.211 (2021-07-21)
### :rocket: New Feature
* Now the component uses `aria` attributes
# v3.0.0-rc.203 (2021-06-21)
### :boom: Breaking Change
* Now `formValue` returns an array if the component is switched to the `multiple` mode
# v3.0.0-rc.202 (2021-06-18)
### :bug: Bug Fix
* Empty value should be equal to `undefined`
* Resetting of the component should also reset `text`
### :house: Internal
* Added tests `bSelect`
# v3.0.0-rc.200 (2021-06-17)
### :bug: Bug Fix
* Fixed a bug when changing of `value` does not emit selection of items
* Fixed built-in `required` validator
### :memo: Documentation
* Added documentation
# v3.0.0-rc.199 (2021-06-16)
### :boom: Breaking Change
* Now the component inherits `iInputText`
* Now the component implements `iItems`
### :rocket: New Feature
* Added a feature of multiple selection
* Added `isSelected/selectValue/unselectValue/toggleValue`
### :house: Internal
* Fixed ESLint warnings