jQuery UI 1.13.0-rc.2 Changelog
Released on September 3, 2021
link General
- Removed: Support for jQuery 1.7.x (b61b16b5a)
- Fixed: Stop using deprecated jQuery APIs, resolve jQuery Migrate warnings (f4ef03e57, 0c860b0d9, 995b5faec, 98b539171, 809f29efa, 0940cb9bd, 0b7246b6e)
link Core & Utilities
link UI Core
- Fixed: Rename from
.form()
to._form()
since its not for public use (trac-15074, 0627eb364) - Fixed: Handle empty sets in Labels (trac-15184, adcf9b6f6)
- Removed:
$.ui.escapeSelector
in favor of$.escapeSelector
(trac-14991, 7c6a9f012)
link Widget Factory
- Fixed: Boolean option when under use strict (2434dfd45)
- Fixed: Handle
Object.create(null)
for options objects (trac-15179, b3c0a7f71) - Fixed: Improve
remove
event bindings forclasses
options (trac-15078, trac-15082, trac-15095, trac-15136, trac-15152, ef2e9bab9) - Fixed: Don't swallow errors in
remove
events (1f2011ece)
link Widgets
link Autocomplete
- Fixed: IE/Edge scrolling issues (trac-9638, 573e7e69c)
- Fixed: Escape HTML tags in callback name to avoid XSS in demo (trac-15048, 69e66ea65)
link Button
- Fixed: Backcompat when called on collection of mixed elements (trac-15109, abc9e7ce2)
link Checkboxradio
- Fixed: Don't add ui-state-hover to icons (trac-15055, b9d687deb)
link Datepicker
- Added: Add option for
onUpdateDatepicker
callback (17d115b82, a12c98574) - Added: German localization (ddbcc5d29)
- Fixed: Get
selectedDay
fromdata-date
instead of element contents (cf938e286) - Fixed: Make sure text options are text, shorten HTML strings (trac-15284, afe20b79a)
- Fixed: Make sure
altField
is treated as a CSS selector (32850869d) - Fixed: Hungarian localization to use uppercase for first characters (9bb366ef8)
- Fixed: Current instance memory leak and added unit testcases (817ce3855)
- Fixed: Typo in
currentText
inda
localization (9c0d83f2e) - Fixed: First day of week for
pt-PT
locale (trac-15195, 6fdd0e34a) - Fixed: Swedish localization (trac-15142, 032ddc334)
- Fixed: Prev/next button behavior with
showCurrentAtPos
(trac-15102, 17404ced4) - Fixed: Traditional Chinese translation (trac-15060, 129434384)
- Fixed: Adapt
datepicker.js
for a11y (b864cd103)
link Dialog
- Fixed: Broken focus re-triggering in jQuery 3.4/3.5 (834ee5f7c)
- Fixed: Shared event handler for modal dialogs (trac-15182, 5708046ea)
link Menu
- Fixed: Account for scrollbars in jQuery 3.2 (1712b9bbb)
- Fixed: Ignore mouse events triggered due to page scrolling (trac-9356, 50efd6e1b)
- Fixed: Handle mouse movement mixed with keyboard navigation (trac-9357, 7d992ae29)
- Fixed: Don't focus dividers when wrapping via keyboard navigation (trac-15157, a3e953b49)
- Fixed: Close menus immediately on selection or click outside (trac-15034, 0d25a36ee)
link Selectmenu
- Fixed: Don't render options with the
hidden
attribute (trac-15098, a2b25ef6c)
link Slider
link Spinner
- Spinner: Ignore
mousewheel
events when not focused (trac-15139, a3b9129be) - Spinner: Fix typo (863a49f95)
link Tabs
- Fixed: Don't blur focused tab on sort (trac-14627, f1fa076f6)
- Fixed: Remove presentation role (trac-10122, b9ffc3471)
link Tooltip
- Fixed: Clear interval for delayed tracking tooltips on remove (trac-15099, 9a4c05715)
link Interactions
link Droppable
- Fixed: Use
$.ui.intersect()
(trac-14963, fd30534b7)
link Focusable
- Fixed: Handling of
visibility: collapse
(f5d38e2e0)
link Position
- Fixed: Make sure
of
is treated as a CSS selector (effa323f1) - Fixed: Increase scrollbar test div to handle larger scrollbars (trac-15106, efb1fee02)
link Resizable
- Fixed: CSP violation (style
unsafe-inline
) (dadde722a) - Fixed: Keep user-provided handles on destroy (c426b9a20)
- Fixed: Keep user defined handles on
_setOption
(trac-15084, 278d1e110) - Fixed:
aspectRatio
cannot be changed after initialization. (trac-4186, c481400f2)
link Sortable
- Sortable: Remove reference to .disableSelection() from demos (d193d0ba8)
- Sortable: Fix various scrolling issues (trac-3173, trac-15165, trac-15166, trac-15167, trac-15168, trac-15169, trac-15170, c866e4553)
- Sortable: Fix
z-index
switching fromauto
to0
(trac-14683, 9c5ce4c3e) - Sortable: Setting table row placeholder height to be same as sorted row (trac-13662, 87eab46a5)
- Sortable: Fix parent offset detection (trac-15021, 1d409528a)
link CSS
- Removed: CSS for
ui-state-checked
as it's not used any more (trac-15059, 1b0e947f4) - Fixed: Resolve csslint issues with the IE filter property (b15e45a45)
- Fixed: Don't load the image sprite for 'ui-icon-blank' (43254468d)
- Fixed: Replace missing definition for default icons (dde9b83df)
- Fixed: Switch icon background to use bgColorContent (265b8f5e5)
- Changed: Optimize images (d85c68f6c)
- Changed: Optimize PNG files with zopflipng (cc37fe76a)
link Build
- Changed: Update npm dependencies (491ecc1bd, 91b6fc3f0, a22361dbe)
- Changed: Don't publish
dist/cdn
to npm (74af51279) - Changed: Update dependencies passed to
jquery-release
(399c81e07) - Changed: Migrate from JSHint & JSCS to ESLint (trac-15393, 70dae67b7)
- Changed: Rename the primary branch
master
tomain
(19c628675) - Changed: Rename
jquery-1-7
tojquery-patch
(7caf8f61d)