Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 2.48 KB

1.14.1.md

File metadata and controls

46 lines (27 loc) · 2.48 KB
<script>{ "title": "jQuery UI 1.14.1 Changelog" }</script>

Released on October 30, 2024

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.

Core & Utilities

Widget Factory

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

Widgets

Dialog

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

Tabs

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

Interactions

Resizable

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)

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)