Skip to content

Releases: melistik/vaadin-sliderpanel

vaadin-sliderpanel-root-2.2.1

12 Apr 18:48
Compare
Choose a tag to compare

vaadin-sliderpanel-root-1.5.1

12 Apr 18:48
Compare
Choose a tag to compare

vaadin-sliderpanel-root-2.2.0

04 Sep 12:36
Compare
Choose a tag to compare
  • added setEnabledToggle to only disable slider expand/collape (content is still enabled!)

vaadin-sliderpanel-root-2.1.0

04 Sep 11:59
Compare
Choose a tag to compare

vaadin-sliderpanel-root-1.5.0

04 Sep 12:37
Compare
Choose a tag to compare
  • added setEnabled support thx to @gero1992
  • added setEnabledToggle to only disable slider expand/collape (content is still enabled!)

vaadin-sliderpanel-root-2.0.0

24 Feb 08:54
Compare
Choose a tag to compare
  • compatible with vaadin 8

vaadin-sliderpanel-root-1.4.2

25 Aug 20:05
Compare
Choose a tag to compare
  • working with grid now
  • thx to Matti Tahvonen

vaadin-sliderpanel-root-1.4.1

22 Aug 15:27
Compare
Choose a tag to compare
  • css fixes
  • fixed possible nullpointer with no caption set

vaadin-sliderpanel-root-1.4.0

22 Aug 15:26
Compare
Choose a tag to compare
  • 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

11 Nov 15:10
Compare
Choose a tag to compare
  • 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