You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: page/changelog/1.13.0-rc.2.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ Released on September 3, 2021
19
19
20
20
### Widget Factory
21
21
22
-
* Fixed: Boolean option when under use strict (__TICKETREF__, [2434dfd45](https://github.com/jquery/jquery-ui/commit/2434dfd45d0805304e1db634d059feaa0bacf358))
22
+
* Fixed: Boolean option when under use strict ([2434dfd45](https://github.com/jquery/jquery-ui/commit/2434dfd45d0805304e1db634d059feaa0bacf358))
23
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))
* Fixed: Don't swallow errors in `remove` events (__TICKETREF__, [1f2011ece](https://github.com/jquery/jquery-ui/commit/1f2011ece3fe6847874677e9a8210fa202498ccb))
25
+
* Fixed: Don't swallow errors in `remove` events ([1f2011ece](https://github.com/jquery/jquery-ui/commit/1f2011ece3fe6847874677e9a8210fa202498ccb))
26
26
27
27
## Widgets
28
28
@@ -41,28 +41,28 @@ Released on September 3, 2021
41
41
42
42
### Datepicker
43
43
44
-
* Added: Add option for `onUpdateDatepicker` callback (__TICKETREF__, [17d115b82](https://github.com/jquery/jquery-ui/commit/17d115b8298b935ab0d26b881d4f6f3e83984868), [a12c98574](https://github.com/jquery/jquery-ui/commit/a12c98574d07f002fd59d166f9fc1fd391581b91))
45
-
* Added: German localization (__TICKETREF__, [ddbcc5d29](https://github.com/jquery/jquery-ui/commit/ddbcc5d29d069336ddaeab221db91220b95da175))
46
-
* Fixed: Get `selectedDay` from `data-date` instead of element contents (__TICKETREF__, [cf938e286](https://github.com/jquery/jquery-ui/commit/cf938e286382cc8f6cb74b3c6f75275073672aeb))
44
+
* Added: Add option for `onUpdateDatepicker` callback ([17d115b82](https://github.com/jquery/jquery-ui/commit/17d115b8298b935ab0d26b881d4f6f3e83984868), [a12c98574](https://github.com/jquery/jquery-ui/commit/a12c98574d07f002fd59d166f9fc1fd391581b91))
45
+
* Added: German localization ([ddbcc5d29](https://github.com/jquery/jquery-ui/commit/ddbcc5d29d069336ddaeab221db91220b95da175))
46
+
* Fixed: Get `selectedDay` from `data-date` instead of element contents ([cf938e286](https://github.com/jquery/jquery-ui/commit/cf938e286382cc8f6cb74b3c6f75275073672aeb))
47
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))
48
-
* Fixed: Make sure `altField` is treated as a CSS selector (__TICKETREF__, [32850869d](https://github.com/jquery/jquery-ui/commit/32850869d308d5e7c9bf3e3b4d483ea886d373ce))
49
-
* Fixed: Hungarian localization to use uppercase for first characters (__TICKETREF__, [9bb366ef8](https://github.com/jquery/jquery-ui/commit/9bb366ef8a710c06df924b2f6567cd5ed701cd44))
50
-
* Fixed: Current instance memory leak and added unit testcases (__TICKETREF__, [817ce3855](https://github.com/jquery/jquery-ui/commit/817ce38555f07981f929fb4b1229fc42574cf85c))
51
-
* Fixed: Typo in `currentText` in `da` localization (__TICKETREF__, [9c0d83f2e](https://github.com/jquery/jquery-ui/commit/9c0d83f2e55f6b33e650f8dcd6b53866601695fd))
48
+
* Fixed: Make sure `altField` is treated as a CSS selector ([32850869d](https://github.com/jquery/jquery-ui/commit/32850869d308d5e7c9bf3e3b4d483ea886d373ce))
49
+
* Fixed: Hungarian localization to use uppercase for first characters ([9bb366ef8](https://github.com/jquery/jquery-ui/commit/9bb366ef8a710c06df924b2f6567cd5ed701cd44))
50
+
* Fixed: Current instance memory leak and added unit testcases ([817ce3855](https://github.com/jquery/jquery-ui/commit/817ce38555f07981f929fb4b1229fc42574cf85c))
51
+
* Fixed: Typo in `currentText` in `da` localization ([9c0d83f2e](https://github.com/jquery/jquery-ui/commit/9c0d83f2e55f6b33e650f8dcd6b53866601695fd))
52
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
53
* Fixed: Swedish localization ([#15142](https://bugs.jqueryui.com/ticket/15142), [032ddc334](https://github.com/jquery/jquery-ui/commit/032ddc3349f625e0840aa8e266b5d8ebee994853))
54
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
55
* Fixed: Traditional Chinese translation ([#15060](https://bugs.jqueryui.com/ticket/15060), [129434384](https://github.com/jquery/jquery-ui/commit/12943438478e71db02e861b02cd406429fc3b080))
56
-
* Fixed: Adapt `datepicker.js` for a11y (__TICKETREF__, [b864cd103](https://github.com/jquery/jquery-ui/commit/b864cd103a0acb76b0a34fb1dd382dc0925ef9a8))
56
+
* Fixed: Adapt `datepicker.js` for a11y ([b864cd103](https://github.com/jquery/jquery-ui/commit/b864cd103a0acb76b0a34fb1dd382dc0925ef9a8))
57
57
58
58
### Dialog
59
59
60
-
* Fixed: Broken focus re-triggering in jQuery 3.4/3.5 (__TICKETREF__, [834ee5f7c](https://github.com/jquery/jquery-ui/commit/834ee5f7cfb621b5f75292915a00319927a9a6d0))
60
+
* Fixed: Broken focus re-triggering in jQuery 3.4/3.5 ([834ee5f7c](https://github.com/jquery/jquery-ui/commit/834ee5f7cfb621b5f75292915a00319927a9a6d0))
61
61
* Fixed: Shared event handler for modal dialogs ([#15182](https://bugs.jqueryui.com/ticket/15182), [5708046ea](https://github.com/jquery/jquery-ui/commit/5708046ea1ba4d6d86f431ec9fd32d28ae7542f6))
62
62
63
63
### Menu
64
64
65
-
* Fixed: Account for scrollbars in jQuery 3.2 (__TICKETREF__, [1712b9bbb](https://github.com/jquery/jquery-ui/commit/1712b9bbb2e214819508b00d8f318713e27cd949))
65
+
* Fixed: Account for scrollbars in jQuery 3.2 ([1712b9bbb](https://github.com/jquery/jquery-ui/commit/1712b9bbb2e214819508b00d8f318713e27cd949))
66
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
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
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))
@@ -98,23 +98,23 @@ Released on September 3, 2021
98
98
99
99
### Focusable
100
100
101
-
* Fixed: Handling of `visibility: collapse` (__TICKETREF__, [f5d38e2e0](https://github.com/jquery/jquery-ui/commit/f5d38e2e05bd54073c2bf8e8210b78b2cf2637d8))
101
+
* Fixed: Handling of `visibility: collapse` ([f5d38e2e0](https://github.com/jquery/jquery-ui/commit/f5d38e2e05bd54073c2bf8e8210b78b2cf2637d8))
102
102
103
103
### Position
104
104
105
-
* Fixed: Make sure `of` is treated as a CSS selector (__TICKETREF__, [effa323f1](https://github.com/jquery/jquery-ui/commit/effa323f1505f2ce7a324e4f429fa9032c72f280))
105
+
* Fixed: Make sure `of` is treated as a CSS selector ([effa323f1](https://github.com/jquery/jquery-ui/commit/effa323f1505f2ce7a324e4f429fa9032c72f280))
106
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))
* Fixed: Keep user-provided handles on destroy ([c426b9a20](https://github.com/jquery/jquery-ui/commit/c426b9a203271ab5e5e5f165a1d686c8281164bf))
112
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
113
* Fixed: `aspectRatio` cannot be changed after initialization. ([#4186](https://bugs.jqueryui.com/ticket/4186), [c481400f2](https://github.com/jquery/jquery-ui/commit/c481400f222c871ba5853bc2930a3b8b4375d08b))
114
114
115
115
### Sortable
116
116
117
-
* Sortable: Remove reference to .disableSelection() from demos (__TICKETREF__, [d193d0ba8](https://github.com/jquery/jquery-ui/commit/d193d0ba8532206763b666bcc62665b357aef021))
117
+
* Sortable: Remove reference to .disableSelection() from demos ([d193d0ba8](https://github.com/jquery/jquery-ui/commit/d193d0ba8532206763b666bcc62665b357aef021))
* 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
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))
@@ -124,17 +124,17 @@ Released on September 3, 2021
124
124
125
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))
126
126
* Fixed: Resolve csslint issues with the IE filter property ([b15e45a45](https://github.com/jquery/jquery-ui/commit/b15e45a45100ad8e64ef0d362380d9aa27fe6862))
127
-
* Fixed: Don't load the image sprite for 'ui-icon-blank' (__TICKETREF__, [43254468d](https://github.com/jquery/jquery-ui/commit/43254468de7d69b5422e667ba7ebbe864fc34a63))
128
-
* Fixed: Replace missing definition for default icons (__TICKETREF__, [dde9b83df](https://github.com/jquery/jquery-ui/commit/dde9b83df61d1d676e66cb2a2f7970dd44a05137))
129
-
* Fixed: Switch icon background to use bgColorContent (__TICKETREF__, [265b8f5e5](https://github.com/jquery/jquery-ui/commit/265b8f5e533923b9b4c9cbd9f1dd7b7785423381))
* Changed: Optimize PNG files with zopflipng (__TICKETREF__, [cc37fe76a](https://github.com/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6))
127
+
* Fixed: Don't load the image sprite for 'ui-icon-blank' ([43254468d](https://github.com/jquery/jquery-ui/commit/43254468de7d69b5422e667ba7ebbe864fc34a63))
128
+
* Fixed: Replace missing definition for default icons ([dde9b83df](https://github.com/jquery/jquery-ui/commit/dde9b83df61d1d676e66cb2a2f7970dd44a05137))
129
+
* Fixed: Switch icon background to use bgColorContent ([265b8f5e5](https://github.com/jquery/jquery-ui/commit/265b8f5e533923b9b4c9cbd9f1dd7b7785423381))
* Changed: Don't publish `dist/cdn` to npm ([74af51279](https://github.com/jquery/jquery-ui/commit/74af51279419b2f901cfbacbbecd47136b3d7569))
137
137
* Changed: Update dependencies passed to `jquery-release` ([399c81e07](https://github.com/jquery/jquery-ui/commit/399c81e077823f83faf18d9366e5a09d1c0734a2))
138
138
* Changed: Migrate from JSHint & JSCS to ESLint ([#15393](https://bugs.jqueryui.com/ticket/15393), [70dae67b7](https://github.com/jquery/jquery-ui/commit/70dae67b73dfea9126f126f516fe8286f1e73417))
139
-
* Changed: Rename the primary branch `master` to `main` (__TICKETREF__, [19c628675](https://github.com/jquery/jquery-ui/commit/19c628675dadc714616af975969694267f3840df))
139
+
* Changed: Rename the primary branch `master` to `main` ([19c628675](https://github.com/jquery/jquery-ui/commit/19c628675dadc714616af975969694267f3840df))
140
140
* Changed: Rename `jquery-1-7` to `jquery-patch` ([7caf8f61d](https://github.com/jquery/jquery-ui/commit/7caf8f61df7840fb3de2478a75aec229d9f84f15))
0 commit comments