UNPKG

@v4fire/client

Version:

V4Fire client core library

75 lines (42 loc) 1.4 kB
Changelog ========= > **Tags:** > - :boom: [Breaking Change] > - :rocket: [New Feature] > - :bug: [Bug Fix] > - :memo: [Documentation] > - :house: [Internal] > - :nail_care: [Polish] ## v3.25.0 (2022-08-19) #### :boom: Breaking Change * Changed calculation of `textHintWithIndent` to concatenation `bInput.value` and `textHint` without space between it ## v3.23.1 (2022-06-14) #### :bug: Bug Fix * Fixed `textHint` position ## v3.21.1 (2022-05-25) #### :bug: Bug Fix * Fixed `b-input` overflowing when `textHint` provided ## v3.21.0 (2022-05-24) #### :rocket: New Feature * Added a new prop `textHint` to show extra text after the component non-empty input ## v3.5.3 (2021-10-06) #### :bug: Bug Fix * Fixed synchronization of values during input events ## v3.0.0-rc.199 (2021-06-16) #### :boom: Breaking Change * Now the component inherits `iInputText` * Removed `&__super-wrapper` * New API of component validators #### :memo: Documentation * Added documentation #### :house: Internal * Fixed ESLint warnings ## v3.0.0-rc.140 (2021-02-05) #### :bug: Bug Fix * Fixed the condition to provide slots ## v3.0.0-rc.88 (2020-10-13) #### :bug: Bug Fix * [Added a boolean type for `progressIcon`](https://github.com/V4Fire/Client/pull/409/files) ## v3.0.0-rc.41 (2020-07-29) #### :bug: Bug Fix * Don't show clear button within the read-only mode