All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.37.6 (2022-06-03)
- use multiplcation or calc instead of division (60ad1c8)
1.37.5 (2022-02-16)
- replace unreliable .test (97b1079)
1.37.4 (2021-11-16)
- Modal: only destroy proxy if it exists (88af1d5)
1.37.3 (2021-10-07)
- Modal: make sure modal behaves correctly (54c41af)
1.37.2 (2021-10-03)
- import PlainObject correctly (a8070fd)
1.37.1 (2021-07-29)
1.37.0 (2021-07-29)
- update dependencies (8cc9adb)
1.36.4 (2021-06-15)
- FormInput: replace clear "button" with "a" tag, to avoid issues inside of elements (df4b609)
- FormTypeahead: fix broken return type (c65457f)
- export nouislider dependent components only if the dependency actually exists (7977656)
1.36.3 (2021-03-17)
- prevent default event if closed outside of the modal (4ba743f)
1.36.2 (2021-03-15)
1.36.1 (2021-03-15)
1.36.0 (2021-03-05)
- add filteredAttributes to textarea (409b5b2)
1.35.1 (2021-02-18)
- update dependencies (ce90aa4)
- LinkTag: don't attach a http:// prefix for relative, external links (734b067)
- VueDropdownItemTemplate: pass on all props using v-bind to allow overrides (5aa2a74)
1.35.0 (2021-01-22)
- DropdownItem: pass through link component props from a dropdown item (89eb552)
- resolve issues with "this" in data definition (7b0d788)
1.34.0 (2020-12-11)
- Dropdown: implement better interaction between dropdowns (1dee47a)
1.33.0 (2020-12-07)
- implement link tag component (08242cb)
- BaseAccordion: pass through legacy item slots (586f241)
- BaseAccordion: reset labels correctly (43fea3b)
1.32.0 (2020-12-03)
- VuFormRangeSlider: add min and max as props (d8c529c)
1.31.2 (2020-12-03)
- restructure component export to help IDEs a bit (d8bb8b9)
1.31.1 (2020-12-03)
- FormRangeSlider: add correct exports (9665cc4)
1.31.0 (2020-12-02)
1.30.2 (2020-11-30)
- fix crash if container not exist (74b2919)
1.30.1 (2020-11-25)
- VuDropdownAbstract: use parentIsReference instead of f as prop name (fb272d9)
1.30.0 (2020-11-25)
- VuDropdownAbstract: implement parentIsReference prop (fb4dbf6)
- FormTypeahead: fix double down issue by arrowDown (d32253b)
- templateFactory: use "template" as ref key (04fe721)
1.29.1 (2020-11-25)
- VuDropdown: remove list style from dropdown items (b65b7b6)
1.29.0 (2020-11-25)
- rename VuView to VuTemplate and viewFactory to templateFactory (a6708f0)
1.28.1 (2020-11-24)
- viewFactory: reimplement previous prop resolution (503595c)
- VuFormTypeahead: implement missing loader controls (8f3d958)
1.28.0 (2020-11-24)
- FormInput: consolidate events + add example (5e26429)
- VuFormTypeahead: emit "select" event when "enter" is pressed or a dropdown item was selected (3cb66f1)
- use vue-functional-data-merge to merge view data (40a3ec5)
1.27.0 (2020-11-24)
- VuFormTypeahead: emit "select" event when "enter" is pressed or a dropdown item was selected (b586bec)
1.26.4 (2020-11-24)
- make InputField and VuFormInput compatible with NULL VALUES (f992958)
1.26.3 (2020-11-24)
- InputField: compatibility to new VuFormInput (9081a09)
- VuFormInputTemplate: remove console spam (235a0b9)
1.26.2 (2020-11-24)
1.26.1 (2020-11-24)
- fix build issues (8eab389)
1.26.0 (2020-11-24)
- begin to implement version 2 with FormInput element (aaf4224)
- implement build process for v2 components (c3e86aa)
- implement typeahead (ee45225)
- implement v2 dropdown (67f75eb)
- prepare build in the pipeline (3f019a0)
- prepare es6 module export (c491720)
- FormInput: add Vu Prefix to all class names (de2333b)
- FormInput: import sass file from template (38b83f0)
1.25.1 (2020-11-18)
- InputField: allow numbers as value (e70ed02)
1.25.0 (2020-11-14)
1.24.1 (2020-11-14)
- BaseAccordionItem: pass the instance to the registerItem method (1a713a6)
1.24.0 (2020-11-14)
- BaseAccordion: emit the child instance on open:wasOpen and close:wasClosed (d78b75f)
1.23.0 (2020-11-14)
- emit open:wasOpen / close:wasClosed events when accordion + tab items are triggered but already at the required state (e469390)
1.22.6 (2020-11-14)
- set --checked modifier correctly in baseRadio and baseCheckbox (96f82dc)
1.22.5 (2020-11-14)
- don't override slot name with groupName in baseRadio and baseCheckbox (c8bfa30)
1.22.4 (2020-11-14)
- register child components after they have been removed (4c21c86)
- BaseAccordionItem: fix multiple issues with opening and closing (889397c)
1.22.3 (2020-11-13)
- BaseAccordionItem: adjust some css classes for legacy compatibility (4ad6ca2)
1.22.2 (2020-11-12)
- BaseAccordionItem: emit this instead of el for transition events (5b58f6d)
1.22.1 (2020-11-12)
1.22.0 (2020-11-12)
- Chips: refactoring + new api + aria support (039c5e1)
- resolve strange "value" bug for baseRadio and baseCheckbox stories (378deab)
- BaseCheckbox: set correct type hint for api (2200b52)
- BaseRadio: set correct type hint for api (5802d9e)
- BaseTabs: fix item order for numeric keys (df53305)
- BaseTabs: remove dev output (0c50188)
1.21.1 (2020-11-12)
- fix broken tabs and accordion story (6277d3b)
1.21.0 (2020-11-12)
- update tabs and accordion story (c3bda58)
- BaseAccordion: refactoring + new api + aria support (6a6128d)
- BaseCheckbox: refactoring + new api (b16d73b)
- BaseRadio: refactoring + new api (e68392f)
- BaseTabs: refactoring + new api + aria support (9e67da5)
- implement ReactiveMap and ReactiveSet to use in the refactoring process (f4172dd)
- BaseTabs: let the legacy items use keys (8e203ad)
- remove not required sass import from stories (b100a4c)
- BaseAccordion: multiple adjustments to support legacy definition correctly (9f9168e)
1.20.3 (2020-11-09)
- BaseAccordion: make sure contents stay reactive (10d41ec)
1.20.2 (2020-11-09)
- fix ie11 includes with indexOf (3dae190)
1.20.1 (2020-11-08)
- BaseAccordion: fix broken click handler (4abad8a)
1.20.0 (2020-11-08)
- BaseAccordion: implement a more speaking event concept (820a47b)
- BaseAccordion: build given container classes correctly (80e5b08)
- BaseAccordion: close the item using the internal api in onClickToggle (5df0eed)
- BaseAccordion: emit close event for auto-closed items in openItem (5bf1bbc)
1.19.0 (2020-11-06)
- remove item output (b9359d8)
1.18.0 (2020-11-05)
- use PSR-2 compliant code styles (83b1809)
- BaseAccordion: make sure onChangeOpen does not break with string items (ace395b)
1.17.0 (2020-11-05)
- BaseAccordion: implement new item api (c718c55)
1.16.0 (2020-10-30)
- BaseSelectBox: fix bug when input offset is calculated (bc33322)
1.15.2 (2020-09-16)
- Basetabs: add item prop to all slots (77adf7e)
1.15.1 (2020-08-27)
- InputField: allow longer TDLs in email addresses (77a30fa)
1.15.0 (2020-08-26)
- update dependencies (0ab3785)
- BaseSelectBox: fix multiple issues with non existent refs + code cleanup (ec97fa8)
- update vuejs env package (a4fc492)
1.14.1 (2020-08-20)
- fix default open tab if no prop (0967ab2)
1.14.0 (2020-08-19)
- add open prop to control from outside with index of the arrays (391c776)
1.13.0 (2020-08-12)
- Add calculation to decide which direction the menu opens -> Error when calculating opening direction (6db2936)
- Tabs/Accordion can now be controlled with hash in url - Add public open/close API (88fe0ff)
- add max-height to display a scrollbar if outside of viewport (15ddf3c)
- Date Field: Broken placeholder rendering (869e900)
1.12.0 (2020-07-23)
- recreate checkbox and radio as BaseCheckbox and BaseRadio (fc36f1d)
- set old components to deprecated (1283dbb)
1.11.1 (2020-07-22)
1.11.0 (2020-07-21)
- add slot for checkbox label (3abc7c0)
1.10.6 (2020-07-21)
- textarea computed classes on main container (5b78c42)
1.10.5 (2020-07-21)
- classes names (0650abb)
1.10.4 (2020-07-21)
1.10.3 (2020-07-20)
- add number input type, adjust doc header (0a6ce66)
1.10.2 (2020-07-17)
- add error slot (4ad8098)
1.10.1 (2020-07-16)
1.10.0 (2020-07-06)
- fix some bugs, fix transition, add itemLabel to get label from array (908f67b)
1.9.3 (2020-07-03)
- missing refs on mounted (8a9b0f4)
1.9.2 (2020-07-03)
- transition and height (e778764)
1.9.1 (2020-07-03)
- active state (6d29722)
1.9.0 (2020-07-02)
- add accordion and tab component with stories (448b5ad)
- fix modal value error (46281c3)
1.8.3 (2020-06-25)
- BaseSelectBox: render multiSelectAltPlaceholder for multiSelect fields (82bc50e)
- Checkbox: remove console.log spam (91111de)
1.8.2 (2020-06-25)
- InputField: make field more resilient to external updates (d4c8a82)
1.8.1 (2020-06-25)
- InputField: always use BEM flags on root (789d399)
- InputField: clear icon without "absolute" (db4e31c)
- InputField: place slots in inputField__inputContainer (a77e017)
- fix crash in the inputField (cf68619)
1.8.0 (2020-06-25)
- BaseSelectBox: add additional multiSelectAltPlaceholder prop (4559b19)
1.7.0 (2020-06-25)
- BaseSelectBox: add additional slots (8f04936)
1.6.0 (2020-06-24)
- BaseSelectBox: translate checkbox items before emitting 'input' event (1ef8ba0)
- Checkbox: make input/value filtering more resilient (81496f0)
- fix some story issues and (11df843)
- InputField: remove blur on enter key (b66adbe)
1.5.1 (2020-06-17)
- Checkbox: fixe multiple reactivity issues (39e13bc)
1.5.0 (2020-05-28)
- add MultiSelect, modified checkbox and chips (d9c86b3)
1.4.1 (2020-05-11)
- fix missing css, fixed storybook chips (6a41963)
1.4.0 (2020-05-11)
- add chips, fix v-model bugs, add storybook (4e1dd1e)
1.3.5 (2020-05-06)
- uncheck old value for easier styling (5f4ff23)
1.3.4 (2020-05-06)
- removed div (e13eb4e)
1.3.3 (2020-05-06)
- fix some bugs, rename radio to radio-button, add icon slot for check and radio (5ee5fad)
1.3.2 (2020-05-06)
- undefined value, fixed clear icon if no v-model present (758823a)
1.3.1 (2020-05-06)
- remove debug statement (1889e45)
1.3.0 (2020-05-06)
- add clear button to input field (f57a527)
1.2.4 (2020-05-04)
- fix error style if undefined, clean up selectbox (fa383fe)
1.2.3 (2020-05-04)
- add new components (fc51d8b)
1.2.2 (2020-04-28)
- SelectBox: make sure items has a default value (93b6cd4)
1.2.1 (2020-04-28)
- add src directory to npm otherwise we don't have much to share o.o (bf530bb)
1.2.0 (2020-04-28)
- implement modal and select box + basic readme (bf1bdca)
- don't push storybook related stuff to npm (0167b48)
1.1.1 (2020-04-24)
- initial release (fa7f12d)