3.5.2 (2020-02-04)
- 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)
3.5.1 (2019-11-12)
- input event on component's created hook. The items prop is not required when simple-input prop (b2c17b4)
3.5.0 (2019-11-06)
3.4.0 (2019-11-04)
- props: simple-input prop (4c534cc)
3.3.0 (2019-10-24)
- component: add prop to toggle full input selection on click/focus (dc1b997)
3.2.0 (2019-10-17)
- menu: new props: menuDynamicPosition, menuDefaultPosition. Smart position for menu (6a30ed3), closes #228 #234
3.1.0 (2019-09-30)
3.0.2 (2019-09-18)
- ssr: access window only on client (84c042b)
3.0.1 (2019-09-18)
- types: incorrect type setting fixed (e13ba79)
3.0.0 (2019-09-18)
- 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)
- 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)
2.11.1 (2019-09-13)
- input: do not submit the form if there was a menu choice (if the component is inside the form) (50bc64d), closes #196
2.11.0 (2019-09-12)
- input: update component to ignore chrome autofill (b64671f)
2.10.2 (2019-03-29)
2.10.1 (2019-03-29)
- component: fixed opening the menu when you click again (046689f)
2.10.0 (2019-03-29)
- component: fix circular call for methods (03053bd)
- component: fix tab navigation (a03694b), closes #98
- component: when you clear the elements, the selected element is not cleared (b184378), closes #42
- props: added inputForTextClass prop (ddb2c32), closes #90
- slots: added 4 new slots for input (3f892e0), closes #98
2.9.0 (2019-03-17)
2.8.0 (2019-03-17)
- items menu: added scrollToItemIfNeeded with true by default (aec02ef), closes #50
- props: added
input-styles
prop for custom styles on input (472d176), closes #2 - props: added new prop disableFirstItemSelectOnEnter (ef56833), closes #53