Releases: iliyaZelenko/vue-cool-select
Releases · iliyaZelenko/vue-cool-select
v3.5.2
v3.5.1
v3.5.0
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2019-09-18)
Bug Fixes
Features
- build: added rollup, postcss (d901fd9)
- classes: iZ-select--with-value class if select has value (c978a76)
- component: different sizes (1e498e5)
- component: improve the
inputStyles
logic and height style (1aeb01d) - plugin's options: the text option to set custom no data text (9698298)
- props: arrowsDisableInstantSelection prop (59e9af4), closes #9
- props: discard the loadingIndicator prop (0c18790)
- sizes: changed the idea about different sizes (1abdf8d)
BREAKING CHANGES
- props:
loadingIndicator
prop no longer exists - props:
arrowsDisableInstantSelection
now istrue
, previously there was thefalse
value, which led to the immediate selection of a menu
item. I decided that this was not the best practice. - component: the sizes are adjusted to fit the bootstrap styles perfectly, maybe they changed a
little - build: new build system (styles separated)