jQuery Mobile 1.4.4 Changelog
link Events
link Swipe
link Init
link Navigation
- Fixed click handler to correctly handle absolute URLs with a hash. (#5759, 4813c33)
- Fixed comparison of domains case-sensitivity inside $.mobile.path (#2446, b068128)
- Fixed exceptions during navigation by correctly (un)escaping data-url all throughout the code, selector-escaping the result when creating a selector for a page, and removing code dealing with nested list URL tokens (subPageUrlKey) (#1383, d3a412e)
- Fixed the way a transition is chosen during back / forward navigation. (#1867, #4951, 8ea937f)
- Removed initialDst which is no longer needed for resolving initial URLs. (#7177, 0095c40)
link Fieldcontain
link Tests
- Fixed errors and visual glitches in Chrome (#7499, ede2f5f)
- Added the ability to specify a specific test file within a suite. (#7506, 901c8ff)
link Widgets
link Button
link Checkboxradio
link Collapsible
link Listview
- Added demo of navbar with button elements. (32224ec)
- Fixed to re-implement recursion limitation. (#7644, 4dbe745)
- Fixed filter demos to use new Filterable widget API (#7279, 5e1a940)
- Fixed styling of button elements. (#7606, a6b00e7)
- Removed dependency on page widget. (#7493, 36a9898)
link Pagecontainer
- Fixed to correctly identify the current page as a dialog. (#7538, 445ff20)
- Fixed passing of triggerData with load event. (#7580, d1bb77f)
link Popup
- Fixed to check that the body is not the activeElement before calling blur, to prevent sending the current window to the background in IE. (#7639, 5f06bd1)
link Rangeslider
- Fixed ability to enable the widget after disabling it. (#7547, a3b0f79)
- Fixed triggering of slidestart on first handle. (#7597, e31e599)
link Selectmenu
link Slider
- Added demo of dynamic creation. (#7545, 8086d00)
- Fixed change event triggering on drag to only trigger if value actually changes. (#7649, b08b5d7)
- Fixed input not geting ui-state-disabled class when disabled. (#7024, #6532, 31c0b2a)
link Table
link Textinput
- Added aria-hidden="true" to clear buttons to hide them from screen readers. (88c7761)
- Added tabindex -1 on clearbuttons to prevent them from being tabbed to.(#6467, 5c27fa0)
- Fixed concatenation of clearBtnText value into HTML snippet. (#7603, #7605, 516b791)
- Fixed syncing of height in IE8. (#7577, 6c9b996)
- Fixed attempting to remove clear button when not present in destroy method. (#7567, 7f3f585)