v3.5.0
Feature and bug fix release
Enhancements/New Features
#963 - Changes conditions to when cleared.fu.searched
is triggered.
#932 - Does not fire cleared.fu.searched
when input is empty. Default is now false. Previously default was true and can be changed with option clearOnEmpty
. [search]
#961 & #962 - Makes compatible with Moment's (v2.8) locale
method. [datepicker]
#957 - Adds support for startDateOptions
and endDateOptions
. [datepicker]
#955 - Improves bower install
experience by specifying latest version of jquery, requirejs 2.x, bootstrap 3.x and moment 2.x instead of bugfix releases only.
#936 - Tested support for Bootstrap 3.3
#933 - Set thumbnail_alignment
to left
instead of justify
. [repeater-thumbnail]
#923 - If a string is provided, datepicker parses with MomentJS and falls back on browser date()
, otherwise date()
is used first and then passes result to MomentJS [datepicker]
Bug fixes
#971 - Columns update even if columns were a subset of original columns [repeater-list]
#967 - Disables scrolling when disabled [spinbox]
#940 - thead
removed instead of .repeater-list-header
[repeater]
#963 - Prevents cleared.fu.searched
being trigger by 'tabbing' into input. [search]
#939 - Add/remove checked
attribute to maintain consistent state [checkbox]
#930 - Heading tags no longer overwrite Bootstrap heading tags styling [CSS]
Admin
#927 - Task to update versions in README when releasing
#909 - Removed Sauce Labs from running in TravisCI. Sauce Labs will be run before all releases.