Skip to content

Releases: iliyaZelenko/vue-cool-select

v3.5.2

04 Feb 03:23
Compare
Choose a tag to compare

3.5.2 (2020-02-04)

Bug Fixes

  • pin core-js to 3.4.6 (081a676)
  • types: incorrect work with config strict: true (0f1d2f8), closes #315
  • types: incorrect work with config strict: true (8fbb9a5)

v3.5.1

12 Nov 13:19
Compare
Choose a tag to compare

3.5.1 (2019-11-12)

Bug Fixes

  • input event on component's created hook. The items prop is not required when simple-input prop (b2c17b4)

v3.5.0

06 Nov 13:43
Compare
Choose a tag to compare

3.5.0 (2019-11-06)

Bug Fixes

  • component: fixes #254 - Remove async from showMenu() (223160f)

v3.4.0

04 Nov 13:05
Compare
Choose a tag to compare

3.4.0 (2019-11-04)

Features

  • props: simple-input prop (4c534cc)

v3.3.0

24 Oct 16:46
Compare
Choose a tag to compare

3.3.0 (2019-10-24)

Features

  • component: add prop to toggle full input selection on click/focus (dc1b997)

v3.2.0

17 Oct 17:14
Compare
Choose a tag to compare

3.2.0 (2019-10-17)

Features

  • menu: new props: menuDynamicPosition, menuDefaultPosition. Smart position for menu (6a30ed3), closes #228 #234

v3.1.0

30 Sep 19:20
Compare
Choose a tag to compare

3.1.0 (2019-09-30)

Features

  • plugin: auto-install for CDN usage (script tag) (2174ad1), closes #213

v3.0.2

18 Sep 19:02
Compare
Choose a tag to compare

3.0.2 (2019-09-18)

Bug Fixes

  • ssr: access window only on client (84c042b)

v3.0.1

18 Sep 18:31
Compare
Choose a tag to compare

3.0.1 (2019-09-18)

Bug Fixes

  • types: incorrect type setting fixed (e13ba79)

v3.0.0

18 Sep 12:27
Compare
Choose a tag to compare

3.0.0 (2019-09-18)

Bug Fixes

  • getitemvalue: improve comparison to null and undefined (a53dfe4), closes #199

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 is true, previously there was the false 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)