Skip to content

Commit 17c4f9f

Browse files
committed
All: 1.13.3 release
1 parent a9271f7 commit 17c4f9f

File tree

8 files changed

+1458
-1308
lines changed

8 files changed

+1458
-1308
lines changed

package-lock.json

Lines changed: 1400 additions & 1303 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.13.13",
44
"private": true,
55
"dependencies": {
6-
"cheerio": "^1.0.0-rc.12",
7-
"download.jqueryui.com": "2.2.11",
6+
"cheerio": "1.0.0-rc.12",
7+
"download.jqueryui.com": "2.2.15",
88
"grunt": "1.6.1",
99
"grunt-jquery-content": "3.3.1"
1010
}

page/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"noHeadingLinks": true
44
}</script>
55

6+
## [1.13.3 Changelog](/changelog/1.13.3/)
7+
Released on April 26, 2024
8+
69
## [1.13.2 Changelog](/changelog/1.13.2/)
710
Released on July 14, 2022
811

page/changelog/1.13.3.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<script>{
2+
"title": "jQuery UI 1.13.3 Changelog"
3+
}</script>
4+
5+
Released on April 26, 2024
6+
7+
## Core &amp; Utilities
8+
9+
### UI Core
10+
11+
* Fixed: Fix dependencies in ui/core.js ([#2107](https://github.com/jquery/jquery-ui/issues/2107), [5fa0db48d](https://github.com/jquery/jquery-ui/commit/5fa0db48d73887facf891eb05b43c443b5baeca3))
12+
* Fixed: Fix IE `-ms-filter` property values ([#2190](https://github.com/jquery/jquery-ui/issues/2190), [jquery/jquery-ui-themeroller#19](https://github.com/jquery/jquery-ui-themeroller/pull/19), [jquery/download.jqueryui.com#612](https://github.com/jquery/download.jqueryui.com/pull/612))
13+
14+
## Widgets
15+
16+
### Dialog
17+
18+
* Fixed: Fix IE dialog focus handling with jQuery <3.7 ([7adb13ac7](https://github.com/jquery/jquery-ui/commit/7adb13ac7c30a7ba33f1db256952be77b9e7a310))
19+
20+
### Selectmenu
21+
22+
* Fixed: Fix selecting options following hidden ones via the `hidden` attribute ([#2082](https://github.com/jquery/jquery-ui/issues/2082), [020828e7f](https://github.com/jquery/jquery-ui/commit/020828e7ffd5e7830d979b4c5cf8412f04223973))
23+
24+
## Interactions
25+
26+
### Resizable
27+
28+
* Fixed: Fix resizing of elems with `box-sizing: border-box` ([#1979](https://github.com/jquery/jquery-ui/issues/1979), [#2083](https://github.com/jquery/jquery-ui/issues/2083), [62f2ccc56](https://github.com/jquery/jquery-ui/commit/62f2ccc5678a8b09df85afd006eb623ac38af189))
29+
30+
## Build
31+
32+
* Added: Add a maintenance mode info to README ([988b73d20](https://github.com/jquery/jquery-ui/commit/988b73d20fb555131827e4585a7fcfbaf1ae15d9))
33+
* Added: Add a security policy in SECURITY.md ([4bae79d53](https://github.com/jquery/jquery-ui/commit/4bae79d534aa62a6383d12cbfbeb1d0eea4afe8b))
34+
* Added: Align test runner with other repos ([4af5caed7](https://github.com/jquery/jquery-ui/commit/4af5caed7a16cc0aca6b8f2b65ab0d697df139eb)), ([91df20be6](https://github.com/jquery/jquery-ui/commit/91df20be6b488ac6cf4da291d7ee3aa5d6feac73))
35+
* Fixed: Replace search.php with $.ajaxTransport() mock in demos ([604aae1a5](https://github.com/jquery/jquery-ui/commit/604aae1a5739f4b1980959ceed024e44619f6c7e))
36+
* Fixed: Avoid self-closing HTML tags in demos/tests ([0977ea1b4](https://github.com/jquery/jquery-ui/commit/0977ea1b48355bfddc98cb16673ea8b627904dab))
37+
* Fixed: remove a duplicated "be" in an accordion demo ([4da7a30ff](https://github.com/jquery/jquery-ui/commit/4da7a30ff4d3ebd733fa538a0253d114ca0fc348))
38+
* Changed: Update JS Foundation mentions to OpenJS Foundation ([0df6e6583](https://github.com/jquery/jquery-ui/commit/0df6e658307f8936a477deb9674d643d18a2469b))
39+
* Changed: Change Node tested versions from 10/16/18 to 10/18/20 ([2de8604b6](https://github.com/jquery/jquery-ui/commit/2de8604b67983a53fd42b24610a59e140a1425e9))
40+
* Changed: Fork vendors to remove QUnit deprecated API usage ([546214e86](https://github.com/jquery/jquery-ui/commit/546214e86956804a1b02da173a4c6c5ddea11454))
41+
* Changed: Update dependencies, including QUnit 1 -> 2 ([f68d655af](https://github.com/jquery/jquery-ui/commit/f68d655aff81273d431d5e58bc8af775fc9bd231))
42+
* Changed: Optimize PNG files in selectmenu demos ([827abdfcc](https://github.com/jquery/jquery-ui/commit/827abdfccd13033a7cd0c5d83b213d38f20a4fa2))
43+
* Changed: Better wording for the purposefully broken tab demo ([455884470](https://github.com/jquery/jquery-ui/commit/455884470c269939411d1704949a89f7e8d9ec7c))
44+
* Changed: Update HTTP URLs to HTTPS ([8e34aa615](https://github.com/jquery/jquery-ui/commit/8e34aa6155d2c0770962c42d49a696183fe6d80f)), ([4966aea38](https://github.com/jquery/jquery-ui/commit/4966aea381403ce368c17bcf4b2ecd836c82487d))
45+
* Changed: Switch from QUnit.jsDump to QUnit.dump ([f36fe9e50](https://github.com/jquery/jquery-ui/commit/f36fe9e50d2a83a9bc5c4eb18fdfd5abe754e300))

page/download/all.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"title": "All jQuery UI Downloads"
33
}</script>
44

5+
## 1.13.3
6+
* Released on April 26, 2024
7+
* [jQuery UI 1.13.3 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.13.3.zip)
8+
* [jQuery UI 1.13.3 Themes](/resources/download/jquery-ui-themes-1.13.3.zip)
9+
510
## 1.13.2
611
* Released on July 14, 2022
712
* [jQuery UI 1.13.2 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.13.2.zip)

page/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
choice.</p>
1414

1515
<div class="download-box">
16-
<h2>Download jQuery UI 1.13.2</h2>
16+
<h2>Download jQuery UI 1.13.3</h2>
1717
<a href="/download/" class="button">Custom Download</a>
1818
<p>Quick Downloads:</p>
1919
<div class="download-option">
20-
<a href="/resources/download/jquery-ui-1.13.2.zip" class="button">Stable</a>
21-
<span>v1.13.2</span>
20+
<a href="/resources/download/jquery-ui-1.13.3.zip" class="button">Stable</a>
21+
<span>v1.13.3</span>
2222
<span>jQuery 1.8+</span>
2323
</div>
2424
<div class="download-option download-legacy">
417 KB
Binary file not shown.
1.61 MB
Binary file not shown.

0 commit comments

Comments
 (0)