Skip to content

Commit 2917eab

Browse files
authored
All: Improve 1.13.* changelogs & the upgrade guide
Summary of the changes: * Change references to Trac issues from `#NUMBER` to `trac-NUMBER`; we're going to use GitHub from now on so this should reduce the confusion * Add info about 1.13 CVEs to changelogs & the upgrade guide, next to each relevant change * Add info about security fixes & using strict mode to the 1.13 upgrade guide Closes gh-195
1 parent b690643 commit 2917eab

File tree

3 files changed

+84
-74
lines changed

3 files changed

+84
-74
lines changed

page/changelog/1.13.0-rc.2.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -13,88 +13,88 @@ Released on September 3, 2021
1313

1414
### UI Core
1515

16-
* Fixed: Rename from `.form()` to `._form()` since its not for public use ([#15074](https://bugs.jqueryui.com/ticket/15074), [0627eb364](https://github.com/jquery/jquery-ui/commit/0627eb3645009d868ae20a27d0a283acd5797a1f))
17-
* Fixed: Handle empty sets in Labels ([#15184](https://bugs.jqueryui.com/ticket/15184), [adcf9b6f6](https://github.com/jquery/jquery-ui/commit/adcf9b6f6ef9c6dfa88932b40307f581e65bc667))
18-
* Removed: `$.ui.escapeSelector` in favor of `$.escapeSelector` ([#14991](https://bugs.jqueryui.com/ticket/14991), [7c6a9f012](https://github.com/jquery/jquery-ui/commit/7c6a9f01281a9739f54ef57d7deecb41a873ef38))
16+
* Fixed: Rename from `.form()` to `._form()` since its not for public use ([trac-15074](https://bugs.jqueryui.com/ticket/15074), [0627eb364](https://github.com/jquery/jquery-ui/commit/0627eb3645009d868ae20a27d0a283acd5797a1f))
17+
* Fixed: Handle empty sets in Labels ([trac-15184](https://bugs.jqueryui.com/ticket/15184), [adcf9b6f6](https://github.com/jquery/jquery-ui/commit/adcf9b6f6ef9c6dfa88932b40307f581e65bc667))
18+
* Removed: `$.ui.escapeSelector` in favor of `$.escapeSelector` ([trac-14991](https://bugs.jqueryui.com/ticket/14991), [7c6a9f012](https://github.com/jquery/jquery-ui/commit/7c6a9f01281a9739f54ef57d7deecb41a873ef38))
1919

2020
### Widget Factory
2121

2222
* Fixed: Boolean option when under use strict ([2434dfd45](https://github.com/jquery/jquery-ui/commit/2434dfd45d0805304e1db634d059feaa0bacf358))
23-
* Fixed: Handle `Object.create(null)` for options objects ([#15179](https://bugs.jqueryui.com/ticket/15179), [b3c0a7f71](https://github.com/jquery/jquery-ui/commit/b3c0a7f71d0b351755b97858ad47de4e9a373606))
24-
* Fixed: Improve `remove` event bindings for `classes` options ([#15078](https://bugs.jqueryui.com/ticket/15078), [#15082](https://bugs.jqueryui.com/ticket/15082), [#15095](https://bugs.jqueryui.com/ticket/15095), [#15136](https://bugs.jqueryui.com/ticket/15136), [#15152](https://bugs.jqueryui.com/ticket/15152), [ef2e9bab9](https://github.com/jquery/jquery-ui/commit/ef2e9bab92ae898311baa295590cd487d9071319))
23+
* Fixed: Handle `Object.create(null)` for options objects ([trac-15179](https://bugs.jqueryui.com/ticket/15179), [b3c0a7f71](https://github.com/jquery/jquery-ui/commit/b3c0a7f71d0b351755b97858ad47de4e9a373606))
24+
* Fixed: Improve `remove` event bindings for `classes` options ([trac-15078](https://bugs.jqueryui.com/ticket/15078), [trac-15082](https://bugs.jqueryui.com/ticket/15082), [trac-15095](https://bugs.jqueryui.com/ticket/15095), [trac-15136](https://bugs.jqueryui.com/ticket/15136), [trac-15152](https://bugs.jqueryui.com/ticket/15152), [ef2e9bab9](https://github.com/jquery/jquery-ui/commit/ef2e9bab92ae898311baa295590cd487d9071319))
2525
* Fixed: Don't swallow errors in `remove` events ([1f2011ece](https://github.com/jquery/jquery-ui/commit/1f2011ece3fe6847874677e9a8210fa202498ccb))
2626

2727
## Widgets
2828

2929
### Autocomplete
3030

31-
* Fixed: IE/Edge scrolling issues ([#9638](https://bugs.jqueryui.com/ticket/9638), [573e7e69c](https://github.com/jquery/jquery-ui/commit/573e7e69c9b63752fb06a15d60ec2dded839e093))
32-
* Fixed: Escape HTML tags in callback name to avoid XSS in demo ([#15048](https://bugs.jqueryui.com/ticket/15048), [69e66ea65](https://github.com/jquery/jquery-ui/commit/69e66ea6556584c39621c184f8f790a1011408ce))
31+
* Fixed: IE/Edge scrolling issues ([trac-9638](https://bugs.jqueryui.com/ticket/9638), [573e7e69c](https://github.com/jquery/jquery-ui/commit/573e7e69c9b63752fb06a15d60ec2dded839e093))
32+
* Fixed: Escape HTML tags in callback name to avoid XSS in demo ([trac-15048](https://bugs.jqueryui.com/ticket/15048), [69e66ea65](https://github.com/jquery/jquery-ui/commit/69e66ea6556584c39621c184f8f790a1011408ce))
3333

3434
### Button
3535

36-
* Fixed: Backcompat when called on collection of mixed elements ([#15109](https://bugs.jqueryui.com/ticket/15109), [abc9e7ce2](https://github.com/jquery/jquery-ui/commit/abc9e7ce2f3b60a18bf1f461c7cbfccb3fa02b53))
36+
* Fixed: Backcompat when called on collection of mixed elements ([trac-15109](https://bugs.jqueryui.com/ticket/15109), [abc9e7ce2](https://github.com/jquery/jquery-ui/commit/abc9e7ce2f3b60a18bf1f461c7cbfccb3fa02b53))
3737

3838
### Checkboxradio
3939

40-
* Fixed: Don't add ui-state-hover to icons ([#15055](https://bugs.jqueryui.com/ticket/15055), [b9d687deb](https://github.com/jquery/jquery-ui/commit/b9d687deb58cce5f4c6e27dace9cb172e291698c))
40+
* Fixed: Don't add ui-state-hover to icons ([trac-15055](https://bugs.jqueryui.com/ticket/15055), [b9d687deb](https://github.com/jquery/jquery-ui/commit/b9d687deb58cce5f4c6e27dace9cb172e291698c))
4141

4242
### Datepicker
4343

4444
* Added: Add option for `onUpdateDatepicker` callback ([17d115b82](https://github.com/jquery/jquery-ui/commit/17d115b8298b935ab0d26b881d4f6f3e83984868), [a12c98574](https://github.com/jquery/jquery-ui/commit/a12c98574d07f002fd59d166f9fc1fd391581b91))
4545
* Added: German localization ([ddbcc5d29](https://github.com/jquery/jquery-ui/commit/ddbcc5d29d069336ddaeab221db91220b95da175))
4646
* Fixed: Get `selectedDay` from `data-date` instead of element contents ([cf938e286](https://github.com/jquery/jquery-ui/commit/cf938e286382cc8f6cb74b3c6f75275073672aeb))
47-
* Fixed: Make sure text options are text, shorten HTML strings ([#15284](https://bugs.jqueryui.com/ticket/15284), [afe20b79a](https://github.com/jquery/jquery-ui/commit/afe20b79a64266e64011f34b26a30b3d1c62fd47))
47+
* Fixed: Make sure text options are text, shorten HTML strings ([trac-15284](https://bugs.jqueryui.com/ticket/15284), [afe20b79a](https://github.com/jquery/jquery-ui/commit/afe20b79a64266e64011f34b26a30b3d1c62fd47))
4848
* Fixed: Make sure `altField` is treated as a CSS selector ([32850869d](https://github.com/jquery/jquery-ui/commit/32850869d308d5e7c9bf3e3b4d483ea886d373ce))
4949
* Fixed: Hungarian localization to use uppercase for first characters ([9bb366ef8](https://github.com/jquery/jquery-ui/commit/9bb366ef8a710c06df924b2f6567cd5ed701cd44))
5050
* Fixed: Current instance memory leak and added unit testcases ([817ce3855](https://github.com/jquery/jquery-ui/commit/817ce38555f07981f929fb4b1229fc42574cf85c))
5151
* Fixed: Typo in `currentText` in `da` localization ([9c0d83f2e](https://github.com/jquery/jquery-ui/commit/9c0d83f2e55f6b33e650f8dcd6b53866601695fd))
52-
* Fixed: First day of week for `pt-PT` locale ([#15195](https://bugs.jqueryui.com/ticket/15195), [6fdd0e34a](https://github.com/jquery/jquery-ui/commit/6fdd0e34a74789d2da214739ea0f5a8feff71d7e))
53-
* Fixed: Swedish localization ([#15142](https://bugs.jqueryui.com/ticket/15142), [032ddc334](https://github.com/jquery/jquery-ui/commit/032ddc3349f625e0840aa8e266b5d8ebee994853))
54-
* Fixed: Prev/next button behavior with `showCurrentAtPos` ([#15102](https://bugs.jqueryui.com/ticket/15102), [17404ced4](https://github.com/jquery/jquery-ui/commit/17404ced478a235651513fa7bef3473ef1b039e8))
55-
* Fixed: Traditional Chinese translation ([#15060](https://bugs.jqueryui.com/ticket/15060), [129434384](https://github.com/jquery/jquery-ui/commit/12943438478e71db02e861b02cd406429fc3b080))
52+
* Fixed: First day of week for `pt-PT` locale ([trac-15195](https://bugs.jqueryui.com/ticket/15195), [6fdd0e34a](https://github.com/jquery/jquery-ui/commit/6fdd0e34a74789d2da214739ea0f5a8feff71d7e))
53+
* Fixed: Swedish localization ([trac-15142](https://bugs.jqueryui.com/ticket/15142), [032ddc334](https://github.com/jquery/jquery-ui/commit/032ddc3349f625e0840aa8e266b5d8ebee994853))
54+
* Fixed: Prev/next button behavior with `showCurrentAtPos` ([trac-15102](https://bugs.jqueryui.com/ticket/15102), [17404ced4](https://github.com/jquery/jquery-ui/commit/17404ced478a235651513fa7bef3473ef1b039e8))
55+
* Fixed: Traditional Chinese translation ([trac-15060](https://bugs.jqueryui.com/ticket/15060), [129434384](https://github.com/jquery/jquery-ui/commit/12943438478e71db02e861b02cd406429fc3b080))
5656
* Fixed: Adapt `datepicker.js` for a11y ([b864cd103](https://github.com/jquery/jquery-ui/commit/b864cd103a0acb76b0a34fb1dd382dc0925ef9a8))
5757

5858
### Dialog
5959

6060
* Fixed: Broken focus re-triggering in jQuery 3.4/3.5 ([834ee5f7c](https://github.com/jquery/jquery-ui/commit/834ee5f7cfb621b5f75292915a00319927a9a6d0))
61-
* Fixed: Shared event handler for modal dialogs ([#15182](https://bugs.jqueryui.com/ticket/15182), [5708046ea](https://github.com/jquery/jquery-ui/commit/5708046ea1ba4d6d86f431ec9fd32d28ae7542f6))
61+
* Fixed: Shared event handler for modal dialogs ([trac-15182](https://bugs.jqueryui.com/ticket/15182), [5708046ea](https://github.com/jquery/jquery-ui/commit/5708046ea1ba4d6d86f431ec9fd32d28ae7542f6))
6262

6363
### Menu
6464

6565
* Fixed: Account for scrollbars in jQuery 3.2 ([1712b9bbb](https://github.com/jquery/jquery-ui/commit/1712b9bbb2e214819508b00d8f318713e27cd949))
66-
* Fixed: Ignore mouse events triggered due to page scrolling ([#9356](https://bugs.jqueryui.com/ticket/9356), [50efd6e1b](https://github.com/jquery/jquery-ui/commit/50efd6e1b063822c4a0ecb38f324ed3354f387c4))
67-
* Fixed: Handle mouse movement mixed with keyboard navigation ([#9357](https://bugs.jqueryui.com/ticket/9357), [7d992ae29](https://github.com/jquery/jquery-ui/commit/7d992ae29d27cdab8787691a14e689e60c74c05c))
68-
* Fixed: Don't focus dividers when wrapping via keyboard navigation ([#15157](https://bugs.jqueryui.com/ticket/15157), [a3e953b49](https://github.com/jquery/jquery-ui/commit/a3e953b495905d0c67790e65032841451b470ce1))
69-
* Fixed: Close menus immediately on selection or click outside ([#15034](https://bugs.jqueryui.com/ticket/15034), [0d25a36ee](https://github.com/jquery/jquery-ui/commit/0d25a36eecb9e5598596208e4852b3c3fdbf5510))
66+
* Fixed: Ignore mouse events triggered due to page scrolling ([trac-9356](https://bugs.jqueryui.com/ticket/9356), [50efd6e1b](https://github.com/jquery/jquery-ui/commit/50efd6e1b063822c4a0ecb38f324ed3354f387c4))
67+
* Fixed: Handle mouse movement mixed with keyboard navigation ([trac-9357](https://bugs.jqueryui.com/ticket/9357), [7d992ae29](https://github.com/jquery/jquery-ui/commit/7d992ae29d27cdab8787691a14e689e60c74c05c))
68+
* Fixed: Don't focus dividers when wrapping via keyboard navigation ([trac-15157](https://bugs.jqueryui.com/ticket/15157), [a3e953b49](https://github.com/jquery/jquery-ui/commit/a3e953b495905d0c67790e65032841451b470ce1))
69+
* Fixed: Close menus immediately on selection or click outside ([trac-15034](https://bugs.jqueryui.com/ticket/15034), [0d25a36ee](https://github.com/jquery/jquery-ui/commit/0d25a36eecb9e5598596208e4852b3c3fdbf5510))
7070

7171
### Selectmenu
7272

73-
* Fixed: Don't render options with the `hidden` attribute ([#15098](https://bugs.jqueryui.com/ticket/15098), [a2b25ef6c](https://github.com/jquery/jquery-ui/commit/a2b25ef6caae3e1a272214839b815a6387618124))
73+
* Fixed: Don't render options with the `hidden` attribute ([trac-15098](https://bugs.jqueryui.com/ticket/15098), [a2b25ef6c](https://github.com/jquery/jquery-ui/commit/a2b25ef6caae3e1a272214839b815a6387618124))
7474

7575
### Slider
7676

77-
* Changed: Use `cursor: pointer` on handles ([#9371](https://bugs.jqueryui.com/ticket/9371), [c6e2b52d7](https://github.com/jquery/jquery-ui/commit/c6e2b52d70b8caf920f382402aba9f04de7e32b2))
77+
* Changed: Use `cursor: pointer` on handles ([trac-9371](https://bugs.jqueryui.com/ticket/9371), [c6e2b52d7](https://github.com/jquery/jquery-ui/commit/c6e2b52d70b8caf920f382402aba9f04de7e32b2))
7878

7979
### Spinner
8080

81-
* Spinner: Ignore `mousewheel` events when not focused ([#15139](https://bugs.jqueryui.com/ticket/15139), [a3b9129be](https://github.com/jquery/jquery-ui/commit/a3b9129be19afabb3fa6b2fb913b85aab43f4652))
81+
* Spinner: Ignore `mousewheel` events when not focused ([trac-15139](https://bugs.jqueryui.com/ticket/15139), [a3b9129be](https://github.com/jquery/jquery-ui/commit/a3b9129be19afabb3fa6b2fb913b85aab43f4652))
8282
* Spinner: Fix typo ([863a49f95](https://github.com/jquery/jquery-ui/commit/863a49f95b181adaf76cbaf268e4ecf5485dbcf1))
8383

8484
### Tabs
8585

86-
* Fixed: Don't blur focused tab on sort ([#14627](https://bugs.jqueryui.com/ticket/14627), [f1fa076f6](https://github.com/jquery/jquery-ui/commit/f1fa076f62e99089257f6f8159cb2ce503f0abc2))
87-
* Fixed: Remove presentation role ([#10122](https://bugs.jqueryui.com/ticket/10122), [b9ffc3471](https://github.com/jquery/jquery-ui/commit/b9ffc34710212fd910717ab735818ef265c9372e))
86+
* Fixed: Don't blur focused tab on sort ([trac-14627](https://bugs.jqueryui.com/ticket/14627), [f1fa076f6](https://github.com/jquery/jquery-ui/commit/f1fa076f62e99089257f6f8159cb2ce503f0abc2))
87+
* Fixed: Remove presentation role ([trac-10122](https://bugs.jqueryui.com/ticket/10122), [b9ffc3471](https://github.com/jquery/jquery-ui/commit/b9ffc34710212fd910717ab735818ef265c9372e))
8888

8989
### Tooltip
9090

91-
* Fixed: Clear interval for delayed tracking tooltips on remove ([#15099](https://bugs.jqueryui.com/ticket/15099), [9a4c05715](https://github.com/jquery/jquery-ui/commit/9a4c0571577e20795c19796594747f0f8beb476a))
91+
* Fixed: Clear interval for delayed tracking tooltips on remove ([trac-15099](https://bugs.jqueryui.com/ticket/15099), [9a4c05715](https://github.com/jquery/jquery-ui/commit/9a4c0571577e20795c19796594747f0f8beb476a))
9292

9393
## Interactions
9494

9595
### Droppable
9696

97-
* Fixed: Use `$.ui.intersect()` ([#14963](https://bugs.jqueryui.com/ticket/14963), [fd30534b7](https://github.com/jquery/jquery-ui/commit/fd30534b73eaf9c076f93a349dbe0c7a77efc209))
97+
* Fixed: Use `$.ui.intersect()` ([trac-14963](https://bugs.jqueryui.com/ticket/14963), [fd30534b7](https://github.com/jquery/jquery-ui/commit/fd30534b73eaf9c076f93a349dbe0c7a77efc209))
9898

9999
### Focusable
100100

@@ -103,26 +103,26 @@ Released on September 3, 2021
103103
### Position
104104

105105
* Fixed: Make sure `of` is treated as a CSS selector ([effa323f1](https://github.com/jquery/jquery-ui/commit/effa323f1505f2ce7a324e4f429fa9032c72f280))
106-
* Fixed: Increase scrollbar test div to handle larger scrollbars ([#15106](https://bugs.jqueryui.com/ticket/15106), [efb1fee02](https://github.com/jquery/jquery-ui/commit/efb1fee02b53c8fc17c3ffe68162f51b583e75f0))
106+
* Fixed: Increase scrollbar test div to handle larger scrollbars ([trac-15106](https://bugs.jqueryui.com/ticket/15106), [efb1fee02](https://github.com/jquery/jquery-ui/commit/efb1fee02b53c8fc17c3ffe68162f51b583e75f0))
107107

108108
### Resizable
109109

110110
* Fixed: CSP violation (style `unsafe-inline`) ([dadde722a](https://github.com/jquery/jquery-ui/commit/dadde722a40ee41bd721e7d4609ee190815055c2))
111111
* Fixed: Keep user-provided handles on destroy ([c426b9a20](https://github.com/jquery/jquery-ui/commit/c426b9a203271ab5e5e5f165a1d686c8281164bf))
112-
* Fixed: Keep user defined handles on `_setOption` ([#15084](https://bugs.jqueryui.com/ticket/15084), [278d1e110](https://github.com/jquery/jquery-ui/commit/278d1e1108e6c12d35be9edce2a9efcab1946229))
113-
* Fixed: `aspectRatio` cannot be changed after initialization. ([#4186](https://bugs.jqueryui.com/ticket/4186), [c481400f2](https://github.com/jquery/jquery-ui/commit/c481400f222c871ba5853bc2930a3b8b4375d08b))
112+
* Fixed: Keep user defined handles on `_setOption` ([trac-15084](https://bugs.jqueryui.com/ticket/15084), [278d1e110](https://github.com/jquery/jquery-ui/commit/278d1e1108e6c12d35be9edce2a9efcab1946229))
113+
* Fixed: `aspectRatio` cannot be changed after initialization. ([trac-4186](https://bugs.jqueryui.com/ticket/4186), [c481400f2](https://github.com/jquery/jquery-ui/commit/c481400f222c871ba5853bc2930a3b8b4375d08b))
114114

115115
### Sortable
116116

117117
* Sortable: Remove reference to .disableSelection() from demos ([d193d0ba8](https://github.com/jquery/jquery-ui/commit/d193d0ba8532206763b666bcc62665b357aef021))
118-
* Sortable: Fix various scrolling issues ([#3173](https://bugs.jqueryui.com/ticket/3173), [#15165](https://bugs.jqueryui.com/ticket/15165), [#15166](https://bugs.jqueryui.com/ticket/15166), [#15167](https://bugs.jqueryui.com/ticket/15167), [#15168](https://bugs.jqueryui.com/ticket/15168), [#15169](https://bugs.jqueryui.com/ticket/15169), [#15170](https://bugs.jqueryui.com/ticket/15170), [c866e4553](https://github.com/jquery/jquery-ui/commit/c866e455373028a62a0956455a229fef63e91fac))
119-
* Sortable: Fix `z-index` switching from `auto` to `0` ([#14683](https://bugs.jqueryui.com/ticket/14683), [9c5ce4c3e](https://github.com/jquery/jquery-ui/commit/9c5ce4c3e986136b8dce14b6b1ccd5296d932f01))
120-
* Sortable: Setting table row placeholder height to be same as sorted row ([#13662](https://bugs.jqueryui.com/ticket/13662), [87eab46a5](https://github.com/jquery/jquery-ui/commit/87eab46a589031d781299937f95f22bf61b5ef27))
121-
* Sortable: Fix parent offset detection ([#15021](https://bugs.jqueryui.com/ticket/15021), [1d409528a](https://github.com/jquery/jquery-ui/commit/1d409528a164c550e4e167c367f33ab3b7ad0e66))
118+
* Sortable: Fix various scrolling issues ([trac-3173](https://bugs.jqueryui.com/ticket/3173), [trac-15165](https://bugs.jqueryui.com/ticket/15165), [trac-15166](https://bugs.jqueryui.com/ticket/15166), [trac-15167](https://bugs.jqueryui.com/ticket/15167), [trac-15168](https://bugs.jqueryui.com/ticket/15168), [trac-15169](https://bugs.jqueryui.com/ticket/15169), [trac-15170](https://bugs.jqueryui.com/ticket/15170), [c866e4553](https://github.com/jquery/jquery-ui/commit/c866e455373028a62a0956455a229fef63e91fac))
119+
* Sortable: Fix `z-index` switching from `auto` to `0` ([trac-14683](https://bugs.jqueryui.com/ticket/14683), [9c5ce4c3e](https://github.com/jquery/jquery-ui/commit/9c5ce4c3e986136b8dce14b6b1ccd5296d932f01))
120+
* Sortable: Setting table row placeholder height to be same as sorted row ([trac-13662](https://bugs.jqueryui.com/ticket/13662), [87eab46a5](https://github.com/jquery/jquery-ui/commit/87eab46a589031d781299937f95f22bf61b5ef27))
121+
* Sortable: Fix parent offset detection ([trac-15021](https://bugs.jqueryui.com/ticket/15021), [1d409528a](https://github.com/jquery/jquery-ui/commit/1d409528a164c550e4e167c367f33ab3b7ad0e66))
122122

123123
## CSS
124124

125-
* Removed: CSS for `ui-state-checked` as it's not used any more ([#15059](https://bugs.jqueryui.com/ticket/15059), [1b0e947f4](https://github.com/jquery/jquery-ui/commit/1b0e947f46bc1261b15816f2dcbd239d83a86335))
125+
* Removed: CSS for `ui-state-checked` as it's not used any more ([trac-15059](https://bugs.jqueryui.com/ticket/15059), [1b0e947f4](https://github.com/jquery/jquery-ui/commit/1b0e947f46bc1261b15816f2dcbd239d83a86335))
126126
* Fixed: Resolve csslint issues with the IE filter property ([b15e45a45](https://github.com/jquery/jquery-ui/commit/b15e45a45100ad8e64ef0d362380d9aa27fe6862))
127127
* Fixed: Don't load the image sprite for 'ui-icon-blank' ([43254468d](https://github.com/jquery/jquery-ui/commit/43254468de7d69b5422e667ba7ebbe864fc34a63))
128128
* Fixed: Replace missing definition for default icons ([dde9b83df](https://github.com/jquery/jquery-ui/commit/dde9b83df61d1d676e66cb2a2f7970dd44a05137))
@@ -135,6 +135,6 @@ Released on September 3, 2021
135135
* Changed: Update npm dependencies ([491ecc1bd](https://github.com/jquery/jquery-ui/commit/491ecc1bd5c48a24d8a4bcff6f74ca368b37fdf3), [91b6fc3f0](https://github.com/jquery/jquery-ui/commit/91b6fc3f08a6256ebb8006f96661db163aa8b5bc), [a22361dbe](https://github.com/jquery/jquery-ui/commit/a22361dbe491c494a87f38600d9c1f91aa07d3e0))
136136
* Changed: Don't publish `dist/cdn` to npm ([74af51279](https://github.com/jquery/jquery-ui/commit/74af51279419b2f901cfbacbbecd47136b3d7569))
137137
* Changed: Update dependencies passed to `jquery-release` ([399c81e07](https://github.com/jquery/jquery-ui/commit/399c81e077823f83faf18d9366e5a09d1c0734a2))
138-
* Changed: Migrate from JSHint & JSCS to ESLint ([#15393](https://bugs.jqueryui.com/ticket/15393), [70dae67b7](https://github.com/jquery/jquery-ui/commit/70dae67b73dfea9126f126f516fe8286f1e73417))
138+
* Changed: Migrate from JSHint & JSCS to ESLint ([trac-15393](https://bugs.jqueryui.com/ticket/15393), [70dae67b7](https://github.com/jquery/jquery-ui/commit/70dae67b73dfea9126f126f516fe8286f1e73417))
139139
* Changed: Rename the primary branch `master` to `main` ([19c628675](https://github.com/jquery/jquery-ui/commit/19c628675dadc714616af975969694267f3840df))
140140
* Changed: Rename `jquery-1-7` to `jquery-patch` ([7caf8f61d](https://github.com/jquery/jquery-ui/commit/7caf8f61df7840fb3de2478a75aec229d9f84f15))

0 commit comments

Comments
 (0)