@gits-id/multi-select
Version:
Vue Multi Select Component
296 lines (140 loc) • 13.3 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-beta.4](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2023-03-13)
### Features
* **Forms:** add a new `hint` prop to all form inputs ([#151](https://github.com/gitsindonesia/ui-component/issues/151)) ([bf7abc2](https://github.com/gitsindonesia/ui-component/commit/bf7abc29673b96f9550b55f6002c6743705dff9e))
# [1.0.0-beta.3](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-03-08)
### Bug Fixes
* fix error border style not applied on some input components ([#139](https://github.com/gitsindonesia/ui-component/issues/139)) ([00c40f4](https://github.com/gitsindonesia/ui-component/commit/00c40f43f86e5c406f8b34a0420aedd6a5d7edcb))
* **VMultiSelect:** fix bug error when clearing value ([4c36479](https://github.com/gitsindonesia/ui-component/commit/4c36479f627235de1eb085551ee3c5a7eab439ce))
### Features
* **Forms:** add the ability to hide error messages via `hideError` prop ([#138](https://github.com/gitsindonesia/ui-component/issues/138)) ([2065a21](https://github.com/gitsindonesia/ui-component/commit/2065a21d7fe0f9d43b2d58378080fb3d44cda036))
# [1.0.0-beta.2](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-02-28)
**Note:** Version bump only for package @gits-id/multi-select
# [1.0.0-beta.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2023-02-20)
**Note:** Version bump only for package @gits-id/multi-select
## [0.16.1](https://github.com/gitsindonesia/ui-component/compare/v0.16.0...v0.16.1) (2023-02-01)
**Note:** Version bump only for package @gits-id/multi-select
# [0.16.0](https://github.com/gitsindonesia/ui-component/compare/v0.15.2...v0.16.0) (2023-02-01)
**Note:** Version bump only for package @gits-id/multi-select
## [0.15.2](https://github.com/gitsindonesia/ui-component/compare/v0.15.1...v0.15.2) (2023-02-01)
### Bug Fixes
- **Dark Mode:** improve disabled state on dark mode ([#113](https://github.com/gitsindonesia/ui-component/issues/113)) ([917b5bf](https://github.com/gitsindonesia/ui-component/commit/917b5bfc81499cd730edea05b2be6478cf053947))
## [0.15.1](https://github.com/gitsindonesia/ui-component/compare/v0.15.0...v0.15.1) (2023-01-18)
**Note:** Version bump only for package @gits-id/multi-select
# [0.15.0](https://github.com/gitsindonesia/ui-component/compare/v0.14.4...v0.15.0) (2023-01-17)
### Features
- add dark mode support ([#102](https://github.com/gitsindonesia/ui-component/issues/102)) ([2168185](https://github.com/gitsindonesia/ui-component/commit/2168185195df07f8561b9229da7f23152a43f543))
## [0.14.4](https://github.com/gitsindonesia/ui-component/compare/v0.14.3...v0.14.4) (2023-01-17)
### Bug Fixes
- build ([6166bdd](https://github.com/gitsindonesia/ui-component/commit/6166bdd6b40e6ff9d37e5660212d19fd4b4dcf85))
### Features
- **VMultiSelect:** integrate `useFormValue` in v-multi-select component ([f9b923f](https://github.com/gitsindonesia/ui-component/commit/f9b923f89a977755e41a4db46a83b06bbfc2d60f))
## [0.14.3](https://github.com/gitsindonesia/ui-component/compare/v0.14.2...v0.14.3) (2023-01-13)
**Note:** Version bump only for package @gits-id/multi-select
## [0.14.2](https://github.com/gitsindonesia/ui-component/compare/v0.14.2-alpha.0...v0.14.2) (2023-01-13)
**Note:** Version bump only for package @gits-id/multi-select
## [0.14.1](https://github.com/gitsindonesia/ui-component/compare/v0.14.0...v0.14.1) (2023-01-11)
### Features
- **VMultiSelect:** refactor underlying logic to support uncontrolled input state ([9c3b6ab](https://github.com/gitsindonesia/ui-component/commit/9c3b6abeea296f0ae0260321807b626eaca55f48))
# [0.14.0](https://github.com/gitsindonesia/ui-component/compare/v0.14.0-alpha.6...v0.14.0) (2023-01-10)
**Note:** Version bump only for package @gits-id/multi-select
# [0.14.0-alpha.6](https://github.com/gitsindonesia/ui-component/compare/v0.14.0-alpha.5...v0.14.0-alpha.6) (2023-01-10)
**Note:** Version bump only for package @gits-id/multi-select
# [0.14.0-alpha.5](https://github.com/gitsindonesia/ui-component/compare/v0.14.0-alpha.4...v0.14.0-alpha.5) (2023-01-06)
**Note:** Version bump only for package @gits-id/multi-select
# [0.14.0-alpha.2](https://github.com/gitsindonesia/ui-component/compare/v0.14.0-alpha.1...v0.14.0-alpha.2) (2023-01-04)
**Note:** Version bump only for package @gits-id/multi-select
## [0.13.20](https://github.com/gitsindonesia/ui-component/compare/v0.13.19...v0.13.20) (2022-12-21)
### Features
- **VMultiSelect:** add support for custom compare function via `search-by` prop ([#70](https://github.com/gitsindonesia/ui-component/issues/70)) ([78c0133](https://github.com/gitsindonesia/ui-component/commit/78c0133fbb1dfff30f0216babbb7ed8988befbc2))
- **VMultiSelect:** sync v-model ([#69](https://github.com/gitsindonesia/ui-component/issues/69)) ([273503a](https://github.com/gitsindonesia/ui-component/commit/273503a3b15be2b0dbba441a91b14a130ff182af))
## [0.13.19](https://github.com/gitsindonesia/ui-component/compare/v0.13.18...v0.13.19) (2022-12-16)
### Bug Fixes
- **VMultiSelect:** fix external deps ([01073e6](https://github.com/gitsindonesia/ui-component/commit/01073e60e069d73cf03d467d055cf4d0b19d1994))
## [0.13.18](https://github.com/gitsindonesia/ui-component/compare/v0.13.17...v0.13.18) (2022-12-16)
### Bug Fixes
- **multiselect:** make input node inline with tags + fix styling ([#67](https://github.com/gitsindonesia/ui-component/issues/67)) ([3c73fef](https://github.com/gitsindonesia/ui-component/commit/3c73fefdb600788eb9fc5d33aab1a8357b53bdc4))
## [0.13.17](https://github.com/gitsindonesia/ui-component/compare/v0.13.16...v0.13.17) (2022-12-14)
### Features
- **multiselect:** set some elements as slot to promote customization ([#63](https://github.com/gitsindonesia/ui-component/issues/63)) ([f8b8456](https://github.com/gitsindonesia/ui-component/commit/f8b845611fe89b044559cf861302d65b3956949f))
## [0.13.16](https://github.com/gitsindonesia/ui-component/compare/v0.13.15...v0.13.16) (2022-12-08)
**Note:** Version bump only for package @gits-id/multi-select
## [0.13.15](https://github.com/gitsindonesia/ui-component/compare/v0.13.14...v0.13.15) (2022-12-08)
**Note:** Version bump only for package @gits-id/multi-select
## [0.13.14](https://github.com/gitsindonesia/ui-component/compare/v0.13.13...v0.13.14) (2022-12-07)
**Note:** Version bump only for package @gits-id/multi-select
## [0.13.11](https://github.com/gitsindonesia/ui-component/compare/v0.13.10...v0.13.11) (2022-12-06)
**Note:** Version bump only for package @gits-id/multi-select
## [0.13.9](https://github.com/gitsindonesia/ui-component/compare/v0.13.8...v0.13.9) (2022-12-05)
**Note:** Version bump only for package @gits-id/multi-select
## [0.13.6](https://github.com/gitsindonesia/ui-component/compare/v0.13.5...v0.13.6) (2022-11-29)
### Bug Fixes
- **VMultiSelect:** fix label position and fix error style ([#46](https://github.com/gitsindonesia/ui-component/issues/46)) ([e431812](https://github.com/gitsindonesia/ui-component/commit/e43181202747ec60f2e231d25973ac758ce7a162))
### Features
- **VMultiSelect:** add CSS Properties support ([#45](https://github.com/gitsindonesia/ui-component/issues/45)) ([8ae6b1e](https://github.com/gitsindonesia/ui-component/commit/8ae6b1eb99c73fdd8cae54827e74f80517b7ed01))
## [0.13.5](https://github.com/gitsindonesia/ui-component/compare/v0.13.4...v0.13.5) (2022-11-28)
**Note:** Version bump only for package @gits-id/multi-select
# [0.13.0](https://github.com/gitsindonesia/ui-component/compare/v0.12.0...v0.13.0) (2022-11-24)
**Note:** Version bump only for package @gits-id/multi-select
# [0.12.0](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.28...v0.12.0) (2022-11-24)
**Note:** Version bump only for package @gits-id/multi-select
# [0.12.0-alpha.25](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.24...v0.12.0-alpha.25) (2022-11-17)
**Note:** Version bump only for package @gits-id/multi-select
# [0.12.0-alpha.24](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.23...v0.12.0-alpha.24) (2022-11-17)
**Note:** Version bump only for package @gits-id/multi-select
# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)
**Note:** Version bump only for package @gits-id/multi-select
# [0.12.0-alpha.21](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.20...v0.12.0-alpha.21) (2022-11-16)
**Note:** Version bump only for package @gits-id/multi-select
# [0.12.0-alpha.20](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.19...v0.12.0-alpha.20) (2022-11-16)
**Note:** Version bump only for package @gits-id/multi-select
# [0.12.0-alpha.17](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.16...v0.12.0-alpha.17) (2022-11-15)
**Note:** Version bump only for package @gits-id/multi-select
# [0.12.0-alpha.11](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.10...v0.12.0-alpha.11) (2022-11-14)
**Note:** Version bump only for package @gits-id/multi-select
## [0.11.10](https://github.com/gitsindonesia/ui-component/compare/v0.11.9...v0.11.10) (2022-09-23)
**Note:** Version bump only for package @gits-id/multi-select
## [0.11.9](https://github.com/gitsindonesia/ui-component/compare/v0.11.8...v0.11.9) (2022-09-23)
**Note:** Version bump only for package @gits-id/multi-select
## [0.11.6](https://github.com/gitsindonesia/ui-component/compare/v0.11.5...v0.11.6) (2022-09-13)
**Note:** Version bump only for package @gits-id/multi-select
## [0.11.5](https://github.com/gitsindonesia/ui-component/compare/v0.11.4...v0.11.5) (2022-09-09)
### Features
- upgrade to vite 3 ([a733f2e](https://github.com/gitsindonesia/ui-component/commit/a733f2e6469150a9041472b5cd393d715d2764a4))
# [0.11.0](https://github.com/gitsindonesia/ui-component/compare/v0.10.14...v0.11.0) (2022-08-24)
**Note:** Version bump only for package @gits-id/multi-select
## [0.10.12](https://github.com/gitsindonesia/ui-component/compare/v0.10.11...v0.10.12) (2022-07-20)
**Note:** Version bump only for package @gits-id/multi-select
## [0.10.10](https://github.com/gitsindonesia/ui-component/compare/v0.10.9...v0.10.10) (2022-07-18)
### Bug Fixes
- **v-multi-select:** add error style ([ae9367d](https://github.com/gitsindonesia/ui-component/commit/ae9367d77f1ef0053d78c8b0b2b639bd4d1f88a1))
### Features
- **v-multi-select:** custom label ([8b4d9b1](https://github.com/gitsindonesia/ui-component/commit/8b4d9b10e28a832020f5ec7fd0649399a902153d))
- **v-multi-select:** integrate vee-validate to v-multi-select ([30fbe4b](https://github.com/gitsindonesia/ui-component/commit/30fbe4b7e307af3fb2523a3f1e5b040a095d3a26))
## [0.10.5](https://github.com/gitsindonesia/ui-component/compare/v0.10.4...v0.10.5) (2022-07-06)
**Note:** Version bump only for package @gits-id/multi-select
## [0.10.1](https://github.com/gitsindonesia/ui-component/compare/v0.10.0...v0.10.1) (2022-07-04)
**Note:** Version bump only for package @gits-id/multi-select
# [0.10.0](https://github.com/gitsindonesia/ui-component/compare/v0.9.0...v0.10.0) (2022-07-01)
### Features
- **v-multi-select:** custom style multi select ([0267f05](https://github.com/gitsindonesia/ui-component/commit/0267f0590839ac775f323e7066da2b26ae84edca))
# [0.9.0](https://github.com/gitsindonesia/ui-component/compare/v0.8.2...v0.9.0) (2022-06-30)
**Note:** Version bump only for package @gits-id/multi-select
# [0.8.0](https://github.com/gitsindonesia/ui-component/compare/v0.7.3...v0.8.0) (2022-06-27)
**Note:** Version bump only for package @gits-id/multi-select
## [0.7.3](https://github.com/gitsindonesia/ui-component/compare/v0.7.2...v0.7.3) (2022-06-22)
**Note:** Version bump only for package @gits-id/multi-select
# [0.7.0](https://github.com/gitsindonesia/ui-component/compare/v0.6.0...v0.7.0) (2022-06-22)
**Note:** Version bump only for package @gits-id/multi-select
# [0.6.0](https://github.com/gitsindonesia/ui-component/compare/v0.5.0...v0.6.0) (2022-06-20)
**Note:** Version bump only for package @gits-id/multi-select
# [0.5.0](https://github.com/gitsindonesia/ui-component/compare/v0.4.8...v0.5.0) (2022-06-20)
**Note:** Version bump only for package @gits-id/multi-select
# [0.3.0](https://github.com/gitsindonesia/ui-component/compare/v0.2.6...v0.3.0) (2022-05-11)
**Note:** Version bump only for package @gits-id/multi-select
## [0.2.4](https://github.com/gitsindonesia/ui-component/compare/v0.2.3...v0.2.4) (2022-05-10)
**Note:** Version bump only for package @gits-id/multi-select
## [0.2.2](https://github.com/gitsindonesia/ui-component/compare/v0.2.1...v0.2.2) (2022-05-10)
**Note:** Version bump only for package @gits-id/multi-select