This repository was archived by the owner on Jun 11, 2026. It is now read-only.
Releases: dreipol/vue-ui
Releases · dreipol/vue-ui
v3.1.0
v3.0.0
- Drop IE11 Support
- Update BEM classes using standard BEM naming convention
- Update code style of the project using
@dreipol/pandora
v2.5.0
v2.4.0
- Add the first version of the tabs component
- Add the possibility to define the Element Name into the
bemIfmethod
v2.3.1
- Fix: floating labels support on
ui-selectcomponents
v2.3.0
Changelog
- Feat: Add option for a configurable checkbox icon (
CHECKBOX_ICON)
v2.2.0
Changelog
- Feat: Add option for controlling the expression of icon titles (
USE_ICON_TITLES)
v2.1.0
Changelog
- Refactor: Update
index.jsfile containing all the module exports - Refactor: Update
lodashimports avoiding to load the whole library - Feat: Update npm dependencies
- Chore: Remove
moduleandjsnext:mainaliases from thepackage.json
v2.0.1
v2.0.0
Changelog
- Feat: Add
ui-accordioncomponent - Feat: Add general
settingsmap for global default properties - Refactor: Update all the components css classes using the
ui-prefix - Refactor: Rename the
ui-selectdefault icon - Refactor: Update
ui-overlaysimplifying 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.tsandIBemFacetOptions.ts