Skip to content

Version 4.10.2

Compare
Choose a tag to compare
@dioslaska dioslaska released this 29 Jan 09:51
· 31 commits to master since this release

Changelog 4.10.2

General

  • Fixed: We fixed the icons, that got mixed up in version 4.10.1

Eventcalendar

  • Fixed: We fixed an issue where the previous and next navigation buttons were not disabled when the min or max boundaries were reached.

  • Fixed: We fixed a memory leak that occured when using the event popover and changing the calendar settings dynamically at the same time.

  • Fixed: We fixed an issue where the event popover was not dismissed when navigating the calendar programmatically.

Changelog 4.10.1

General

  • Fixed: We fixed an SSR rendering issue, introduced in 4.10.0 (#474).

Cards

  • Fixed: We fixed the border color of cards in ios, material and windows themes, to be consistent with the previous versions.

Eventcalendar

  • Fixed: We fixed a rendering issue which happened on Chrome, when labels were displayed.

Forms

  • Fixed: We fixed the form background color in ios theme, to be consistent with previous versions.

  • Fixed: We fixed the border color of textfields, to be consistent with previous versions.

Listview

  • Fixed: We fixed the background color of the listview items and headers, to be consisten with previous versions.

Changelog 4.10.0

General

  • New: Added new scss color variables to all components, allowing color customizations across themes and components.

Calendar

  • New: We added the onCellHoverIn and onCellHoverOut events, allowing to perform custom tasks when calendar days are hovered on desktop, e.g. showing a tooltip.

  • Fixed: We added the missing role="row" attributes on calendar rows for improved accessibility (#473).

Eventcalendar

  • New: We added the onCellHoverIn and onCellHoverOut events, allowing to perform custom tasks when calendar days are hovered on desktop, e.g. showing a tooltip.

  • Fixed: We added the missing role="row" attributes on calendar rows for improved accessibility (#473).

  • Fixed: We made possible to navigate the event list using the Tab key for improved accessibility.

Measurements

  • New: We added the decimalSeparator setting to localize the decimal separator charachter.

Navigation

  • Fixed: We fixed an issue which caused the onItemTap event to fire twice if the navigation control was nested inside a Scrollview.

Number

  • New: We added the decimalSeparator setting to localize the decimal separator charachter.

Numpad

  • New: We added the onInput event, which runs every time the value is changed from the UI. This is useful to perform custom tasks when the user is typing the value, e.g. auto-suggest values for quick selection.

  • New: We added the possibility to enter decimal values freely without a pre-defined, fixed scale. This can be enabled through the entryMode setting that accepts template and freeform . The maximum length of the fractional part can be limited by the also newly introduced maxScale that defaults to 4.

Range

  • New: We added the onCellHoverIn and onCellHoverOut events, allowing to perform custom tasks when calendar days are hovered on desktop, e.g. showing a tooltip.

  • Fixed: We added the missing role="row" attributes on calendar rows for improved accessibility (#473).

Select

  • Fixed: We fixed the position of the scrollbar in desktop mode and liquid layout (regression introduced in v4.9.1).

Changelog 4.9.1

General

  • Fixed: We fixed an issue with scroller pickers, where longer wheel values were cut off, even if there were enough space to display them. The issue was limited to the iOS theme in bubble and center mode.

  • Fixed: We fixed the iOS theme 3D wheels styling to display in perspective in Edge and Firefox as well.

Forms

  • Fixed: We fixed an issue with the Angular button component, where the click event was fired for disabled buttons, when the button icon was clicked.

Listview

  • Fixed: We fixed the hierarchical navigation direction and arrow positioning in RTL mode.

  • Fixed: We fixed the list item border styling in RTL mode for the iOS theme.

  • Fixed: We fixed the action menu styling where part of the menu was cut off in recent Chrome versions.

Optionlist

  • Fixed: We fixed a React Warning that came up in projects where the React Router was used with the Navigation components.