Releases: melistik/vaadin-sliderpanel
Releases · melistik/vaadin-sliderpanel
vaadin-sliderpanel-root-2.2.1
- fix to topSlider (thx @gero1992)
vaadin-sliderpanel-root-1.5.1
- fix to topSlider (thx @gero1992)
vaadin-sliderpanel-root-2.2.0
- added setEnabledToggle to only disable slider expand/collape (content is still enabled!)
vaadin-sliderpanel-root-2.1.0
- added setEnabled support thx to @gero1992
vaadin-sliderpanel-root-1.5.0
- added setEnabled support thx to @gero1992
- added setEnabledToggle to only disable slider expand/collape (content is still enabled!)
vaadin-sliderpanel-root-2.0.0
- compatible with vaadin 8
vaadin-sliderpanel-root-1.4.2
- working with grid now
- thx to Matti Tahvonen
vaadin-sliderpanel-root-1.4.1
- css fixes
- fixed possible nullpointer with no caption set
vaadin-sliderpanel-root-1.4.0
- mixins for custom styles
- allow to configure z-index (for multipe SliderPanels)
- improved api and minor css fixes
- improved demo a lot and added documentation for custom styles
vaadin-sliderpanel-root-1.3.0
- added autoCollapse feature
- when user click's outsite the slider it will collapse
- you need to enable it via the new SliderPanelBuilder(….).autoCollapseSlider(true)
- detection now works also with popovers within the slider for example ComboBoxes
- fix some issues