Skip to content

Commit 2169c85

Browse files
committed
Changelog: Remove __TICKETREF__ occurrences from 1.13.0-rc.2
1 parent 2e744b5 commit 2169c85

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

page/changelog/1.13.0-rc.2.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Released on September 3, 2021
1919

2020
### Widget Factory
2121

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))
2323
* Fixed: Handle `Object.create(null)` for options objects ([#15179](https://bugs.jqueryui.com/ticket/15179), [b3c0a7f71](https://github.com/jquery/jquery-ui/commit/b3c0a7f71d0b351755b97858ad47de4e9a373606))
2424
* 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))
25-
* 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))
2626

2727
## Widgets
2828

@@ -41,28 +41,28 @@ Released on September 3, 2021
4141

4242
### Datepicker
4343

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))
4747
* 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))
5252
* 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))
5353
* Fixed: Swedish localization ([#15142](https://bugs.jqueryui.com/ticket/15142), [032ddc334](https://github.com/jquery/jquery-ui/commit/032ddc3349f625e0840aa8e266b5d8ebee994853))
5454
* Fixed: Prev/next button behavior with `showCurrentAtPos` ([#15102](https://bugs.jqueryui.com/ticket/15102), [17404ced4](https://github.com/jquery/jquery-ui/commit/17404ced478a235651513fa7bef3473ef1b039e8))
5555
* 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))
5757

5858
### Dialog
5959

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))
6161
* Fixed: Shared event handler for modal dialogs ([#15182](https://bugs.jqueryui.com/ticket/15182), [5708046ea](https://github.com/jquery/jquery-ui/commit/5708046ea1ba4d6d86f431ec9fd32d28ae7542f6))
6262

6363
### Menu
6464

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))
6666
* 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))
6767
* Fixed: Handle mouse movement mixed with keyboard navigation ([#9357](https://bugs.jqueryui.com/ticket/9357), [7d992ae29](https://github.com/jquery/jquery-ui/commit/7d992ae29d27cdab8787691a14e689e60c74c05c))
6868
* 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
9898

9999
### Focusable
100100

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))
102102

103103
### Position
104104

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))
106106
* 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))
107107

108108
### Resizable
109109

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

115115
### Sortable
116116

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))
118118
* 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))
119119
* 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))
120120
* 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
124124

125125
* 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))
126126
* 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))
130-
* Changed: Optimize images (__TICKETREF__, [d85c68f6c](https://github.com/jquery/jquery-ui/commit/d85c68f6cdc02266ab8972e5c4159514b4d2598f))
131-
* 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))
130+
* Changed: Optimize images ([d85c68f6c](https://github.com/jquery/jquery-ui/commit/d85c68f6cdc02266ab8972e5c4159514b4d2598f))
131+
* Changed: Optimize PNG files with zopflipng ([cc37fe76a](https://github.com/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6))
132132

133133
## Build
134134

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))
138138
* 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))
140140
* Changed: Rename `jquery-1-7` to `jquery-patch` ([7caf8f61d](https://github.com/jquery/jquery-ui/commit/7caf8f61df7840fb3de2478a75aec229d9f84f15))

0 commit comments

Comments
 (0)