Skip to content

Releases: dreipol/vue-ui

v3.1.0

26 Mar 14:16
Compare
Choose a tag to compare
  • Add the hasAutoHeight property to the textarea input fields
  • Add the borderWidth property to the textarea input fields to improve the auto height computing

v3.0.0

19 Feb 09:14
Compare
Choose a tag to compare
  • Drop IE11 Support
  • Update BEM classes using standard BEM naming convention
  • Update code style of the project using @dreipol/pandora

v2.5.0

18 Feb 10:53
Compare
Choose a tag to compare
  • Add the first version of the swiper component

v2.4.0

09 Dec 16:01
Compare
Choose a tag to compare
  • Add the first version of the tabs component
  • Add the possibility to define the Element Name into the bemIf method

v2.3.1

27 Jan 13:55
Compare
Choose a tag to compare
  • Fix: floating labels support on ui-select components

v2.3.0

19 Sep 14:40
Compare
Choose a tag to compare

Changelog

  • Feat: Add option for a configurable checkbox icon (CHECKBOX_ICON)

v2.2.0

11 Jul 12:40
Compare
Choose a tag to compare

Changelog

  • Feat: Add option for controlling the expression of icon titles (USE_ICON_TITLES)

v2.1.0

24 Apr 09:41
Compare
Choose a tag to compare

Changelog

  • Refactor: Update index.js file containing all the module exports
  • Refactor: Update lodash imports avoiding to load the whole library
  • Feat: Update npm dependencies
  • Chore: Remove module and jsnext:main aliases from the package.json

v2.0.1

01 Apr 07:01
Compare
Choose a tag to compare

Changelog

  • Fix: Avoid rendering the form field boolean box twice (#26)

v2.0.0

29 Mar 15:03
Compare
Choose a tag to compare

Changelog

  • Feat: Add ui-accordion component
  • Feat: Add general settings map for global default properties
  • Refactor: Update all the components css classes using the ui- prefix
  • Refactor: Rename the ui-select default icon
  • Refactor: Update ui-overlay simplifying its internal logic
  • Refactor: Update component slotting to support the newest vue versions
  • Test: Add more tests and increase code coverage
  • Docs: Add more documentation about the components and helpers exported
  • Docs: Update and add new interfaces like IOverlay.ts and IBemFacetOptions.ts