Skip to content

Releases: Servoy/bootstrapextracomponents

Tooltips added to some components (Servoy 8.1)

23 Sep 14:44
Compare
Choose a tag to compare

A toolTipText property has been added to

  • badge
  • inputgroup
  • dropdown

Switch update (Servoy 8.2.x)

11 Aug 21:57
Compare
Choose a tag to compare
  • Fix a bug with Switches and responsive forms

Switch update (Servoy 8.1.x)

11 Aug 21:49
Compare
Choose a tag to compare
  • Fix a bug with Switches and responsive forms

Updated components to work with 8.2

07 Aug 12:41
Compare
Choose a tag to compare

Due to changes in angular-ui used in 8.2, some components were adjusted.

Update switch & navbar Component

03 Aug 05:00
Compare
Choose a tag to compare

*Fix issues with switch
*Add switch demo
*Fixed an issue with collapseOnClick property in navbar not allowing subitems to activate.

Carousel enhanced

21 Jul 08:39
Compare
Choose a tag to compare

The carousel now supports an onSlideClicked handler which is fired every time a slide is clicked on. The method receives a JSEvent as first parameter and the slide clicked as second.

Update Switch Component

12 Jul 23:14
Compare
Choose a tag to compare
  • Fix some bugs with the switch component.

Add Switch Component, Navbar enhancements

16 Jun 19:07
Compare
Choose a tag to compare
  • Added the switch component.
  • Fix issues with collapsible bar when switching between responsive viewports.
  • Added an option to collapse the bar when an item is clicked.

Navbar and dropdown button enhancements and fixes

23 May 11:03
Compare
Choose a tag to compare

The following has been added or fixed in the navbar component

  • exposed collapsing property to allow the component to collapse when the screen gets too small (default false)
  • fixed some issues with setMenuItemEnabled
  • added setSubMenuItemEnabled()

The dropdown button menu should now display the menu correctly when placed in a form's header.

Navbar enhancements and fixes

21 Mar 17:50
Compare
Choose a tag to compare

Added onBrandClicked handler to allow to fire a method when the brand logo or text is clicked
Improved CSS to only show a click cursor on brand logo or text when a method is attached
Minor fixes