Skip to content

v3.0.0

Compare
Choose a tag to compare
@iliyaZelenko iliyaZelenko released this 18 Sep 12:27
· 76 commits to next since this release

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)