Skip to content

Commit 4cb5dea

Browse files
committed
All: 1.13.1 release
1 parent 740871e commit 4cb5dea

File tree

8 files changed

+202
-240
lines changed

8 files changed

+202
-240
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
],
2222
"dependencies": {
2323
"cheerio": "0.22.0",
24-
"download.jqueryui.com": "2.2.8",
25-
"grunt": "1.4.0",
26-
"grunt-cli": "1.4.2",
24+
"download.jqueryui.com": "2.2.9",
25+
"grunt": "1.4.1",
26+
"grunt-cli": "1.4.3",
2727
"grunt-jquery-content": "3.1.0"
2828
}
2929
}

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.1 Changelog](/changelog/1.13.1/)
7+
Released on January 20, 2022
8+
69
## [1.13.0 Changelog](/changelog/1.13.0/)
710
Released on October 7, 2021
811

page/changelog/1.13.1.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<script>{
2+
"title": "jQuery UI 1.13.1 Changelog"
3+
}</script>
4+
5+
Released on January 20, 2022
6+
7+
## Core &amp; Utilities
8+
9+
### Widget factory
10+
11+
* Fixed: Optimize attachment of the _untrackClassesElement listener ([#2014](https://github.com/jquery/jquery-ui/issues/2014), [0c5becce0](https://github.com/jquery/jquery-ui/commit/0c5becce0e395b89de0f526e857e7ca2717d4ab2))
12+
* Fixed: Make contextless widget construction work ([#2015](https://github.com/jquery/jquery-ui/issues/2015), [ed637b04d](https://github.com/jquery/jquery-ui/commit/ed637b04d75e4ebd6ea523f23e6dee7f64b68145))
13+
14+
## Widgets
15+
16+
### Autocomplete
17+
18+
* Fixed: Rewrite with a delay instead of appending the live region ([#2002](https://github.com/jquery/jquery-ui/issues/2002), [933ce5d77](https://github.com/jquery/jquery-ui/commit/933ce5d779135ad04734f14c50b38f9a8d8564f5))
19+
20+
### Tooltip
21+
22+
* Fixed: Don't crash on empty content ([#1990](https://github.com/jquery/jquery-ui/issues/1990), [85fba3f10](https://github.com/jquery/jquery-ui/commit/85fba3f107a4a03bdac43f06c81ab2f2a3c2fea5))
23+
24+
## Interactions
25+
26+
### Sortable
27+
28+
* Fixed: Fix positioning when moving a Draggable item into a Sortable ([#2001](https://github.com/jquery/jquery-ui/issues/2001), [b52ee4012](https://github.com/jquery/jquery-ui/commit/b52ee4012d13e2f531a39fe0a53366e119dd1501))
29+
* Fixed: Allow 0-height containers to be sortable as in 1.12.1 ([#1998](https://github.com/jquery/jquery-ui/issues/1998), [efe3b2251](https://github.com/jquery/jquery-ui/commit/efe3b225179f8f2f3f2c05484f7757f90bc5a27b))
30+
31+
## Build
32+
33+
* Changed: Update the bug tracker from bugs.jqueryui.com to GitHub ([1f0851b53](https://github.com/jquery/jquery-ui/commit/1f0851b5381143e78d4ded1877b2a0e4d2aec5ca))
34+
* Changed: Switch from Travis to GitHub actions ([e0a78d440](https://github.com/jquery/jquery-ui/commit/e0a78d440048c9a192713c1dac0529cfbacbe993))

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.1
6+
* Released on October 7, 2021
7+
* [jQuery UI 1.13.1 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.13.1.zip)
8+
* [jQuery UI 1.13.1 Themes](/resources/download/jquery-ui-themes-1.13.1.zip)
9+
510
## 1.13.0
611
* Released on October 7, 2021
712
* [jQuery UI 1.13.0 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.13.0.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.0</h2>
16+
<h2>Download jQuery UI 1.13.1</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.0.zip" class="button">Stable</a>
21-
<span>v1.13.0</span>
20+
<a href="/resources/download/jquery-ui-1.13.1.zip" class="button">Stable</a>
21+
<span>v1.13.1</span>
2222
<span>jQuery 1.8+</span>
2323
</div>
2424
<div class="download-option download-legacy">
430 KB
Binary file not shown.
1.61 MB
Binary file not shown.

0 commit comments

Comments
 (0)