Skip to content

Latest commit

 

History

History
792 lines (367 loc) · 34.4 KB

CHANGELOG.md

File metadata and controls

792 lines (367 loc) · 34.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.37.6 (2022-06-03)

Bug Fixes

  • use multiplcation or calc instead of division (60ad1c8)

1.37.5 (2022-02-16)

Bug Fixes

  • replace unreliable .test (97b1079)

1.37.4 (2021-11-16)

Bug Fixes

  • Modal: only destroy proxy if it exists (88af1d5)

1.37.3 (2021-10-07)

Bug Fixes

  • Modal: make sure modal behaves correctly (54c41af)

1.37.2 (2021-10-03)

Bug Fixes

  • import PlainObject correctly (a8070fd)

1.37.1 (2021-07-29)

Bug Fixes

  • fix operator in string conversion (80395a5)
  • update peer dependence (172cc3d)

1.37.0 (2021-07-29)

Features

1.36.4 (2021-06-15)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • add filteredAttributes to textarea (409b5b2)

1.35.1 (2021-02-18)

Bug Fixes

  • 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)

Features

  • DropdownItem: pass through link component props from a dropdown item (89eb552)

Bug Fixes

  • resolve issues with "this" in data definition (7b0d788)

1.34.0 (2020-12-11)

Features

  • Dropdown: implement better interaction between dropdowns (1dee47a)

1.33.0 (2020-12-07)

Features

  • implement link tag component (08242cb)

Bug Fixes

  • BaseAccordion: pass through legacy item slots (586f241)
  • BaseAccordion: reset labels correctly (43fea3b)

1.32.0 (2020-12-03)

Features

  • VuFormRangeSlider: add min and max as props (d8c529c)

1.31.2 (2020-12-03)

Bug Fixes

  • restructure component export to help IDEs a bit (d8bb8b9)

1.31.1 (2020-12-03)

Bug Fixes

  • FormRangeSlider: add correct exports (9665cc4)

1.31.0 (2020-12-02)

Features

  • implement form range slider (875428b)
  • implement form range slider (7aaf8c7)

1.30.2 (2020-11-30)

Bug Fixes

  • fix crash if container not exist (74b2919)

1.30.1 (2020-11-25)

Bug Fixes

  • VuDropdownAbstract: use parentIsReference instead of f as prop name (fb272d9)

1.30.0 (2020-11-25)

Features

  • VuDropdownAbstract: implement parentIsReference prop (fb4dbf6)

Bug Fixes

  • FormTypeahead: fix double down issue by arrowDown (d32253b)
  • templateFactory: use "template" as ref key (04fe721)

1.29.1 (2020-11-25)

Bug Fixes

  • VuDropdown: remove list style from dropdown items (b65b7b6)

1.29.0 (2020-11-25)

Features

  • rename VuView to VuTemplate and viewFactory to templateFactory (a6708f0)

1.28.1 (2020-11-24)

Bug Fixes

  • viewFactory: reimplement previous prop resolution (503595c)
  • VuFormTypeahead: implement missing loader controls (8f3d958)

1.28.0 (2020-11-24)

Features

  • 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)

Features

  • VuFormTypeahead: emit "select" event when "enter" is pressed or a dropdown item was selected (b586bec)

1.26.4 (2020-11-24)

Bug Fixes

  • make InputField and VuFormInput compatible with NULL VALUES (f992958)

1.26.3 (2020-11-24)

Bug Fixes

  • InputField: compatibility to new VuFormInput (9081a09)
  • VuFormInputTemplate: remove console spam (235a0b9)

1.26.2 (2020-11-24)

Bug Fixes

1.26.1 (2020-11-24)

Bug Fixes

1.26.0 (2020-11-24)

Features

  • 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)

Bug Fixes

  • FormInput: add Vu Prefix to all class names (de2333b)
  • FormInput: import sass file from template (38b83f0)

1.25.1 (2020-11-18)

Bug Fixes

  • InputField: allow numbers as value (e70ed02)

1.25.0 (2020-11-14)

Features

  • update dependencies (1df0f43)
  • InputField: pass through some attributes to the input field (a5cdd4b)

1.24.1 (2020-11-14)

Bug Fixes

  • BaseAccordionItem: pass the instance to the registerItem method (1a713a6)

1.24.0 (2020-11-14)

Features

  • BaseAccordion: emit the child instance on open:wasOpen and close:wasClosed (d78b75f)

1.23.0 (2020-11-14)

Features

  • 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)

Bug Fixes

  • set --checked modifier correctly in baseRadio and baseCheckbox (96f82dc)

1.22.5 (2020-11-14)

Bug Fixes

  • don't override slot name with groupName in baseRadio and baseCheckbox (c8bfa30)

1.22.4 (2020-11-14)

Bug Fixes

  • register child components after they have been removed (4c21c86)
  • BaseAccordionItem: fix multiple issues with opening and closing (889397c)

1.22.3 (2020-11-13)

Bug Fixes

  • BaseAccordionItem: adjust some css classes for legacy compatibility (4ad6ca2)

1.22.2 (2020-11-12)

Bug Fixes

  • BaseAccordionItem: emit this instead of el for transition events (5b58f6d)

1.22.1 (2020-11-12)

1.22.0 (2020-11-12)

Features

  • Chips: refactoring + new api + aria support (039c5e1)

Bug Fixes

  • 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)

Bug Fixes

  • fix broken tabs and accordion story (6277d3b)

1.21.0 (2020-11-12)

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • BaseAccordion: make sure contents stay reactive (10d41ec)

1.20.2 (2020-11-09)

Bug Fixes

  • fix ie11 includes with indexOf (3dae190)

1.20.1 (2020-11-08)

Bug Fixes

  • BaseAccordion: fix broken click handler (4abad8a)

1.20.0 (2020-11-08)

Features

  • BaseAccordion: implement a more speaking event concept (820a47b)

Bug Fixes

  • 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)

Features

Bug Fixes

1.18.0 (2020-11-05)

Features

  • use PSR-2 compliant code styles (83b1809)

Bug Fixes

  • BaseAccordion: make sure onChangeOpen does not break with string items (ace395b)

1.17.0 (2020-11-05)

Features

  • BaseAccordion: implement new item api (c718c55)

1.16.0 (2020-10-30)

Features

Bug Fixes

  • BaseSelectBox: fix bug when input offset is calculated (bc33322)

1.15.2 (2020-09-16)

Bug Fixes

  • Basetabs: add item prop to all slots (77adf7e)

1.15.1 (2020-08-27)

Bug Fixes

  • InputField: allow longer TDLs in email addresses (77a30fa)

1.15.0 (2020-08-26)

Features

  • update dependencies (0ab3785)
  • BaseSelectBox: fix multiple issues with non existent refs + code cleanup (ec97fa8)

Bug Fixes

  • update vuejs env package (a4fc492)

1.14.1 (2020-08-20)

Bug Fixes

  • fix default open tab if no prop (0967ab2)

1.14.0 (2020-08-19)

Features

  • add open prop to control from outside with index of the arrays (391c776)

1.13.0 (2020-08-12)

Features

  • 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)

Bug Fixes

  • add max-height to display a scrollbar if outside of viewport (15ddf3c)
  • Date Field: Broken placeholder rendering (869e900)

1.12.0 (2020-07-23)

Features

  • 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)

Features

  • add slot for checkbox label (3abc7c0)

1.10.6 (2020-07-21)

Bug Fixes

  • textarea computed classes on main container (5b78c42)

1.10.5 (2020-07-21)

Bug Fixes

1.10.4 (2020-07-21)

Bug Fixes

1.10.3 (2020-07-20)

Bug Fixes

  • add number input type, adjust doc header (0a6ce66)

1.10.2 (2020-07-17)

Bug Fixes

1.10.1 (2020-07-16)

Bug Fixes

1.10.0 (2020-07-06)

Features

  • fix some bugs, fix transition, add itemLabel to get label from array (908f67b)

1.9.3 (2020-07-03)

Bug Fixes

  • missing refs on mounted (8a9b0f4)

1.9.2 (2020-07-03)

Bug Fixes

1.9.1 (2020-07-03)

Bug Fixes

1.9.0 (2020-07-02)

Features

  • add accordion and tab component with stories (448b5ad)

Bug Fixes

1.8.3 (2020-06-25)

Bug Fixes

  • BaseSelectBox: render multiSelectAltPlaceholder for multiSelect fields (82bc50e)
  • Checkbox: remove console.log spam (91111de)

1.8.2 (2020-06-25)

Bug Fixes

  • InputField: make field more resilient to external updates (d4c8a82)

1.8.1 (2020-06-25)

Bug Fixes

  • 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)

Features

  • BaseSelectBox: add additional multiSelectAltPlaceholder prop (4559b19)

1.7.0 (2020-06-25)

Features

  • BaseSelectBox: add additional slots (8f04936)

1.6.0 (2020-06-24)

Features

  • BaseSelectBox: multiple adjustments and bugfixes (6dfccc7)
  • update dependencies (8056496)

Bug Fixes

  • 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)

Bug Fixes

  • Checkbox: fixe multiple reactivity issues (39e13bc)

1.5.0 (2020-05-28)

Features

  • add MultiSelect, modified checkbox and chips (d9c86b3)

1.4.1 (2020-05-11)

Bug Fixes

  • fix missing css, fixed storybook chips (6a41963)

1.4.0 (2020-05-11)

Features

  • add chips, fix v-model bugs, add storybook (4e1dd1e)

1.3.5 (2020-05-06)

Bug Fixes

  • uncheck old value for easier styling (5f4ff23)

1.3.4 (2020-05-06)

Bug Fixes

1.3.3 (2020-05-06)

Bug Fixes

  • fix some bugs, rename radio to radio-button, add icon slot for check and radio (5ee5fad)

1.3.2 (2020-05-06)

Bug Fixes

  • undefined value, fixed clear icon if no v-model present (758823a)

1.3.1 (2020-05-06)

Bug Fixes

1.3.0 (2020-05-06)

Features

  • add clear button to input field (f57a527)

1.2.4 (2020-05-04)

Bug Fixes

  • fix error style if undefined, clean up selectbox (fa383fe)

1.2.3 (2020-05-04)

Features

1.2.2 (2020-04-28)

Bug Fixes

  • SelectBox: make sure items has a default value (93b6cd4)

1.2.1 (2020-04-28)

Bug Fixes

  • add src directory to npm otherwise we don't have much to share o.o (bf530bb)

1.2.0 (2020-04-28)

Features

  • implement modal and select box + basic readme (bf1bdca)

Bug Fixes

  • don't push storybook related stuff to npm (0167b48)

1.1.1 (2020-04-24)

1.1.0 (2020-04-24)

Features