Skip to content

Commit d647049

Browse files
committed
All: 1.13.2 release
1 parent 3da4558 commit d647049

File tree

8 files changed

+264
-257
lines changed

8 files changed

+264
-257
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"dependencies": {
2323
"cheerio": "0.22.0",
24-
"download.jqueryui.com": "2.2.9",
24+
"download.jqueryui.com": "2.2.11",
2525
"grunt": "1.5.3",
2626
"grunt-cli": "1.4.3",
2727
"grunt-jquery-content": "3.1.0"

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.2 Changelog](/changelog/1.13.2/)
7+
Released on July 14, 2022
8+
69
## [1.13.1 Changelog](/changelog/1.13.1/)
710
Released on January 20, 2022
811

page/changelog/1.13.2.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<script>{
2+
"title": "jQuery UI 1.13.2 Changelog"
3+
}</script>
4+
5+
Released on July 14, 2022
6+
7+
## Core &amp; Utilities
8+
9+
## Widgets
10+
11+
### Checkboxradio
12+
13+
* Fixed: Don't re-evaluate text labels as HTML ([#2101](https://github.com/jquery/jquery-ui/issues/2101), [8cc5bae1c](https://github.com/jquery/jquery-ui/commit/8cc5bae1caa1fcf96bf5862c5646c787020ba3f9))
14+
15+
### Datepicker
16+
17+
* Fixed: Capitalize some Indonesian words ([9d1fc97b4](https://github.com/jquery/jquery-ui/commit/9d1fc97b4ea5c364b8f1c7d9ab2a3c28f8c594e7))
18+
* Fixed: Add missing localization for prevText and nextText ([#2048](https://github.com/jquery/jquery-ui/issues/2048), [395aa7d05](https://github.com/jquery/jquery-ui/commit/395aa7d05601aa1f2ebeae272f81f0014c0cae90))
19+
* Fixed: Remove symbols in localization ([#2048](https://github.com/jquery/jquery-ui/issues/2048), [218c6af95](https://github.com/jquery/jquery-ui/commit/218c6af95a5d72134c1b32220995b161c56a1453), [3126e1286](https://github.com/jquery/jquery-ui/commit/3126e128691fd9fa78f33930ba9cb37609d0a64f))
20+
21+
### Selectmenu
22+
23+
* Fixed: Remove a call to the deprecated .focus() method ([1f467baaa](https://github.com/jquery/jquery-ui/commit/1f467baaacf0f9927cb73482a9f3ac0253739c4a))
24+
25+
### All
26+
27+
* Fixed: Remove deprecated .click() usage in demos/tests ([b53e7beb6](https://github.com/jquery/jquery-ui/commit/b53e7beb6884a8de7710146112bc48aecd8737b4))
28+
29+
## Build
30+
31+
* Changed: Add dependabot.yml config (GitHub Actions) ([d66fdd5c9](https://github.com/jquery/jquery-ui/commit/d66fdd5c9a1afac13138c7f48b068c36236b9358))
32+
* Changed: Include all the files published to the CDN in npm/Bower packages ([#2011](https://github.com/jquery/jquery-ui/issues/2011), [e21a2543b](https://github.com/jquery/jquery-ui/commit/e21a2543b55680f23aaa7efa38f3288b8e767e7d))

page/download/all.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"title": "All jQuery UI Downloads"
33
}</script>
44

5+
## 1.13.2
6+
* Released on July 14, 2022
7+
* [jQuery UI 1.13.2 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.13.2.zip)
8+
* [jQuery UI 1.13.2 Themes](/resources/download/jquery-ui-themes-1.13.2.zip)
9+
510
## 1.13.1
6-
* Released on October 7, 2021
11+
* Released on January 20, 2022
712
* [jQuery UI 1.13.1 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.13.1.zip)
813
* [jQuery UI 1.13.1 Themes](/resources/download/jquery-ui-themes-1.13.1.zip)
914

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.1</h2>
16+
<h2>Download jQuery UI 1.13.2</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.1.zip" class="button">Stable</a>
21-
<span>v1.13.1</span>
20+
<a href="/resources/download/jquery-ui-1.13.2.zip" class="button">Stable</a>
21+
<span>v1.13.2</span>
2222
<span>jQuery 1.8+</span>
2323
</div>
2424
<div class="download-option download-legacy">
430 KB
Binary file not shown.
1.62 MB
Binary file not shown.

0 commit comments

Comments
 (0)