Skip to content

Version 4.7.2

Compare
Choose a tag to compare
@dioslaska dioslaska released this 05 Jun 09:46
· 40 commits to master since this release

Changelog 4.7.2

General

  • Fixed: Fixed a bug in Angular, that prevented the correct value to be set to the model, when the settings of the component were changed at the same time.

Forms

  • Fixed: In Angular, the FormGroup component collapsible behavior was not working. The Accordion component was also affected.

Cards

  • Fixed: The collapsible binding now makes the card components collapsible in angular.

Color

  • Fixed: Styling fixes for the Windows theme.

  • Fixed: Stacked and floating labels were not working correctly with the iOS theme.

  • Fixed: Moving the slider has thrown an error when the initial color value on the input was not between the defined colors.

Eventcalendar

  • Fixed: The default inline display mode was not applied initially on the angular component.

  • Fixed: In agenda view, if scrollable event list was enabled, scroll was not working - the event list was constantly re-rendered on scroll.

Listview

  • Fixed: The actionable setting was missing from type definitions.

  • Fixed: The instance parameter was missing from the onStageChange event handler type definitions.

  • Fixed: The select, deselect, hideLoading and showLoading methods were missing from type definitions.

Popup

  • Fixed: responsive setting did not work for the Popup component.

Select

  • Fixed: In Angular, the select directive showed up empty when it was used with option elements instead of data array.

Changelog 4.7.1

General

  • Fixed: Angular event listeners that were passed in the options object were not triggered.

  • Fixed: In Angular, if a component's value and options were changed at the same time, the value was not updated correctly.

Eventcalendar

  • Fixed: If month was changed from the month or year picker, the first date of the month was not selected.

Forms

  • Fixed: The onChange event of the Slider was not working in React.

Listview

  • Fixed: The option method was missing from the instance type definitions.

Timer

  • Fixed: Small styling fixes for the iOS theme desktop mode.

Timespan

  • Fixed: Small styling fixes for the iOS theme desktop mode.

Changelog 4.7.0

General

  • New: Styling was rewritten from Less to Sass, and the scss files are included in the packages as well, making possible to modify the theme colors programatically, without using the theme builder.

  • Fixed: Improved on angular bundle sizes.

  • Fixed: A bunch of type definition issues.

Forms

  • Fixed: Fixed the Input's floating label styling in Angular, when used with Reactive Forms.

  • Fixed: In React, fixed a bug that killed the Switch components animation when the value was changed programatically.

  • Fixed: Corrected the inset binding of the MbscFormGroup component in angular, to change when a false value is passed to it.

Listview

  • Fixed: Corrected a bug in react, that triggered an add animation for each listview item on any data operation like add or remove.

Numpad

  • Fixed: responsive setting did not work.

Optionlist

  • Fixed: Data attributes for list items are now passed down to the rendered element.