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
bemIf
method
v2.3.1
- Fix: floating labels support on
ui-select
components
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.js
file containing all the module exports - Refactor: Update
lodash
imports avoiding to load the whole library - Feat: Update npm dependencies
- Chore: Remove
module
andjsnext:main
aliases from thepackage.json
v2.0.1
v2.0.0
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
andIBemFacetOptions.ts