Skip to content

Releases: Servoy/bootstrapcomponents

Bootstrap 1.3.3

24 Nov 14:13
Compare
Choose a tag to compare
  • add missing focus handler to components; add 'mustExecuteOnFocusGainedMethod' param to request focus
  • Add "dataProvider" and "format" to Bootstrap label (added a new label component that works with dataprovider instead of text)
  • Responsive form defaulted to height: 100%: Some css changes to let containers (tabpanel/split) layout nested repsonsive forms nicer.

Bootstrap 1.3.2

29 Sep 15:19
Compare
Choose a tag to compare
  • Added better api on the tabpanel (adding/altering of tabs)
  • Missing media for the image media in developer
  • Fix for format property runtime change on the textbox is not directly visible

Bootstrap 1.3.1

19 Sep 14:22
Compare
Choose a tag to compare

Added tooltip support on the components

Bootstrap 1.3

28 Jul 12:01
Compare
Choose a tag to compare

This is a release especially for Servoy 8.2 because of the upgrade of javascript libraries in that release (angular and supported libs)
Besides 1 fix:

FormComponent will use by default the form's size if the form it shows is in absolute layout.

Bootstrap 1.2.1

26 Jun 08:41
Compare
Choose a tag to compare

List component polyfill to support this html component also on Safari browsers
and some other fixes for auto complete

Textbox, support setting the input type at runtime (setInputType api added)

Added placehodertext property on calendar,list,textarea and typeahead

Combobox fix for when a real value is not found in the valuelist (display value can't be resolved)

Typeahead will fire ondatachange at the moment the selection is changed

Renamed the filtername this package provides to not be in conflict with the default servoy filtername (fixes default selection issues)

Textbox fixed maxlength of format not honored

Label should only have a tabsequence if it has an event attached to it.

Bootstrap 1.2.0

10 May 09:19
Compare
Choose a tag to compare

This release enhance the usability of textbox bootstrap component on mobile devices allowing to use native date pickers and native keyboard types.

  • Added new 'types' to the textbox component : "email", "tel", "date", "time", "datetime-local", "month", "week", "number", "color". Note the component's format cannot be used on the special date inputs.

Bootstrap 1.1.1

25 Apr 07:34
Compare
Choose a tag to compare

tabpanel tabindex fixes for correctly returning the right value.

better readonly (controller.readonly) support in various components

fix for combobox with valuelist that has numbers

Bootstrap 1.1.0

13 Mar 10:23
Compare
Choose a tag to compare

From this release the Bootstrap components can be used also in non-responsive forms.

Fix style of empty value in dropdown lists

Fix on choicegroup radio when realValue is not a string

Bootstrap 1.0.7

10 Feb 14:49
Compare
Choose a tag to compare

DateField findmode fix

Image media field: nicer looking in designer

TabPanel: readonly/editable fixes (so it works more with the readonly feature of servoy)

FormComponent updated to a better name

Bootstrap 1.0.6

29 Nov 13:28
Compare
Choose a tag to compare

Fix for bootstrap label to always allow javascript execution
fix for bootstrap label in labelFor mode to never allow javascript excetion
fix for labelFor that it really uses the 'labelFor' type instead of 'string' so that the labelFor property is filled in correctly.