Skip to content

Version 2.16.0

Compare
Choose a tag to compare
@dioslaska dioslaska released this 19 Jun 08:54
· 558 commits to master since this release

Changelog

Calendar

  • Fixed: Scroll was disabled if full screen calendar was larger than the screen.
  • Fixed: Event bubble was hiding if scrolled with mouse drag.
  • Fixed: Week number is always calculated for monday (#302).
  • New: Add dw-cal-day-marked css class to marked calendar days (#308).

Core

  • Fixed: Correctly prevent clicks on underlying elements (#301).
  • Fixed: Focus trap is not needed in inline display mode.
  • New: Allow changing the display mode and animation settings in the onBeforeShow event.
  • New: Font smoothing enabled.

Datetime

  • Fixed: timeWheels for dutch language was incorrect.
  • Fixed: Change en-GB locale to use 24 hours format.

Forms

  • New: Mobiscroll form elements with integrations including text field, multi-line text field, select, checkbox, switch, radio button, button, and typography styles.

Languages

  • Fixed: Typo fix for French locale, 'Terminé' changed to 'Terminer' (#313).

Listview

  • Fixed: Undo text updated for some languages.
  • Fixed: Stage shortly blinked on swipe start if itemGroups were used.
  • Fixed: On sort sorted item jumped 1px when entered in sort mode.
  • Fixed: Prevent background flickering on hierarchical navigation.
  • Fixed: Only inital listview icons were shown with angular, if expressions were used (#304).

Menustrip

  • Fixed: Expressions inside items were not re-evaluated if used with angular (#310).

Numpad

  • Fixed: Support for more key codes (#305).

Scroller

  • New: Wheel item opacity is animated (when changing valid/invalid state).

Select

  • Fixed: Selected group was not updated if refresh methos was called.

Themes

  • New: Windows Phone theme accent color and active button style updated.
  • New: Android Material theme added.

Widget

  • Fixed: Instead of cloning the widget content, use the DOM element directly to avoid possible id duplications.
  • Fixed: Space character was not working inside form inputs.