Skip to content

Version 2.15.0

Compare
Choose a tag to compare
@dioslaska dioslaska released this 19 Feb 08:05
· 610 commits to master since this release

Changelog

Calendar

  • Fixed: Calendar selected day styling fixes (for WP8.1 Denim).
  • Fixed: Trigger onMonthChange event on quick navigation as well.
  • Fixed: Clear month change animation queue on hide (#280).
  • Fixed: Week numbers were not loaded correctly when the date was changed with quickNav.
  • New: Mousewheel / touchpad support.
  • New: Add first day of week to language files.

Core

  • New: Improved keyboard support on desktop (#272).
  • New: showOnFocus setting's default value changed to false.

Listview

  • New: hover setting to reveal the list item actions on mouse pointer hover.
  • New: vibrate on sort start and sort end.

Menustrip

  • New: Mousewheel / touchpad support.
  • New: Selected tab is scrolled to center if variant B styling is applied.

Numpad

  • Fixed: Date defaultValue was not working (#273).
  • Fixed: Decimal suffix was not working if scale was 0 (#274).
  • Fixed: Support for 'd' literal character in template (#275).
  • Fixed: Timespan parseValue fix.

Scroller

  • New: Integration plugins for Kendo UI, Ember JS, Backbone and ASP.NET MVC.
  • New: formatResult is deprecated and will be removed in the future. Use formatValue instead.
  • New: Support for $('myscroller').mobiscroll().scroller(settings); initizalization form.
  • New: Tapping selected item confirms selection (#277).
  • New: Improved mousewheel scrolling.
  • Fixed: Ensure proper display with 1 row and clickpick buttons.

Select

  • New: Wheel items are loaded on demand (#255).
  • New: In group mode group items can be clustered or continuous. In continuous mode all items available on the option scroll wheel. Group wheel value is updated based on item change (#256).
  • New: multiple setting to enable multiple selection.
  • Fixed: In multiselect mode top and bottom items were not selectable if scrolling mode was clickpick or mixed.

Timespan

  • New: getVal and setVal methods are working with milliseconds.

Themes

  • New: Use theme: 'auto' to use OS theme.
  • New: Auto theme support for OS theme based custom themes.
  • Removed: accent option for WP theme is no longer supported. Use the Theme Builder instead.

Treelist

  • Fixed: Value was not correctly formatted if set programatically and the scroller was not visible.

Widget

  • New: A component to display arbitrary markup inside a mobiscroll frame in modal/bubble/top/bottom/inline positions.

Integration

  • Fixed: AngularJS - mobiscroll-instance directive now parses the attribute value and uses it's assign property (#281).
  • Fixed: AngularJS - Properly initialize dynamically generated components inside ngRepeat (#282).
  • Fixed: AngularJS - Support for list dividers (#287).
  • New: Integration support for Select component's data setting.