Releases: acidb/mobiscroll
Releases · acidb/mobiscroll
Version 2.15.0
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. UseformatValue
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
ormixed
.
Timespan
- New:
getVal
andsetVal
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.
Version 2.14.4
Changelog
Calendar
- Fixed: Calling the
option
method resulted in an error if the calendar was visible. - Fixed: Styling fixes in liquid modal mode for Android and Sense UI themes.
Listview
- Fixed: List item border styling fixes for Sense Dark theme.
- Fixed: Newly added elements were not enhanced.
- Fixed: Remove enhancements on destroy.
- Fixed: Sort and hierarchical navigation was not working with some versions of App Framework.
- Fixed: Enhanced icon was not correctly positioned vertically.
- Fixed: Sort with autoscroll was not working correctly if context specified.
- New: Updated arrow styling for Mobiscroll theme.
Menustrip
- Fixed: Border color fix for Android theme in bottom mode.
Numpad
- Fixed: Date parse was inccorect for date preset.
Select
- Fixed:
valueText
event parameter had incorrect value (#270).
Temperature
- Fixed: Check if sign wheel is needed, if units are not used.
Version 2.14.3
Changelog
Integrations
- New:
mobiscroll-data
attribute added to Angular listview integration for filter support (#264). - New:
mobiscroll-instance
attribute added to Angular directives for better accessibility (#266). - New: Added menustrip helper to ASP.NET MVC integration.
- Fixed: Kendo
mobiscroll-color
andmobiscroll-range
bindings were not working (#268). - Fixed: Group select was not working with Angular, if generated with
ng-repeat
.
Datetime
- New:
steps
setting instead ofstepHour
,stepMinute
,stepSecond
, also allows starting steps from 0 (#263).
Calendar
- Fixed: Marked icon was not visible, if had color and text specified.
Listview
- New:
enhance
setting to automatically add styling to list items. - New:
rtl
setting for right to left support. - Fixed: Listview fixed header was not removed on destroy, if context was specified.
Measurements
- Fixed: Disable whole value, if all fractions are disabled.
Menustrip
- New:
navigate
,prev
andnext
methods for programatic navigation.
Number
- Fixed: Disable whole value, if all fractions are disabled.
Scroller
- Fixed: Detach keydown event handler from window on hide.
Themes
- Fixed: Widget header disappeared if header text was empty.