jQuery UI 1.14.1 Changelog


Released on October 30, 2024

link Supported jQuery versions

This release has been tested against jQuery 1.12.4, 2.2.4, 3.6.4 & 3.7.1. Since jQuery follows semver, newer jQuery <4 versions within each major version line should generally work as well.

jQuery UI 1.14.1 triggers no jQuery Migrate warnings when running its test suite against jQuery 3.7.1 with jQuery Migrate 3.5.2, i.e. the latest versions at the time of this release.

link Core & Utilities

link Widget Factory

  • Fixed: Don't let widget name affect $.ui prototype & constructor (d591bdd49)

link Widgets

link Dialog

  • Added: An option to put the dialog title in a header element (#2271, d564731f2)

link Tabs

  • Fixed: Use CSS.escape for sanitizing selectors (af8adca54)

link Interactions

link Resizable

link Demos

  • Fixed: Removed 404 scripts from removeClass demo (f068bf450)
  • Fixed: Remove usage of deprecated button APIs (#2295, b8fff16dc)
  • Removed: Demos & visual tests of the transfer effect (#2278, 36ed9fc3b)

link Build

  • Added: A CodeQL non-mandatory check (e399092c3)
  • Fixed: A potential XSS in the test server HTML serving logic (85bed8ddd)
  • Fixed: Titles of jquery-patch.js tests (ebdcd0d86)
  • Fixed: Properly check $.uiBackCompat in common widget tests (fd1b8a03b)