| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.13.01.13.0 | Michał Gołębiowski-Owczarek | 2021-10-07 | 20 | -41/+41 |
* | Docs: Update removal comments to mention 1.14, not 1.13 | Michał Gołębiowski-Owczarek | 2021-08-26 | 1 | -1/+1 |
* | Datepicker: Get selectedDay from data-date instead of element contents | c-lambert | 2021-07-12 | 1 | -1/+2 |
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 20 | -90/+199 |
* | Datepicker: Add option for onUpdateDatepicker callback | Patrick McKay | 2021-05-21 | 1 | -1/+7 |
* | Fix: Adapt datpicker.js for a11y | Mikolaj Wolicki | 2021-05-15 | 1 | -4/+9 |
* | All: Drop $.ui.escapeSelector in favor of $.escapeSelector | Michał Gołębiowski-Owczarek | 2021-05-14 | 3 | -6/+3 |
* | Datepicker: Make sure text option are text, shorten HTML strings | Michał Gołębiowski-Owczarek | 2021-05-12 | 1 | -21/+115 |
* | Datepicker: Make sure altField is treated as a CSS selector | Michał Gołębiowski-Owczarek | 2021-05-04 | 1 | -1/+1 |
* | Dialog: Workaround broken focus re-triggering in jQuery 3.4/3.5 | Michał Gołębiowski-Owczarek | 2021-02-22 | 1 | -10/+22 |
* | Resizable: Fix CSP violation (style unsafe-inline) | Jérémy Munsch | 2020-08-11 | 1 | -2/+3 |
* | Menu: Account for scrollbars in jQuery 3.2 | Michał Gołębiowski-Owczarek | 2020-07-23 | 1 | -2/+14 |
* | All: Drop support for jQuery 1.7 | Michał Gołębiowski-Owczarek | 2020-07-22 | 1 | -4/+1 |
* | All: Resolve most jQuery Migrate warnings | Michał Gołębiowski-Owczarek | 2020-05-16 | 3 | -3/+3 |
* | Datepicker: Fixed current instance memory leak and added unit testcases | jigar gala | 2020-03-23 | 1 | -0/+1 |
* | All: Remove usage of jQuery positional selectors | Michał Gołębiowski-Owczarek | 2020-01-22 | 3 | -5/+11 |
* | All: Use expr.pseudos instead of deprecated expr.filters | Maksymenkov Eugene | 2019-12-08 | 1 | -1/+1 |
* | All: Migrate away from deprecated/removed Core APIs | Michał Gołębiowski-Owczarek | 2019-12-08 | 13 | -29/+31 |
* | Dialog: Fix shared event handler for modal dialogs | Scott González | 2017-05-17 | 1 | -15/+14 |
* | All: Remove uses of `jQuery.proxy()` | Scott González | 2017-05-17 | 1 | -2/+2 |
* | Core: Fix JQMIGRATE warning about `jQuery.expr[":"]` | Eirik Sletteberg | 2017-05-02 | 2 | -2/+2 |
* | Menu: Ignore mouse events triggered due to page scrolling | Scott González | 2017-05-02 | 1 | -0/+12 |
* | Menu: Handle mouse movement mixed with keyboard navigation | Scott González | 2017-05-02 | 1 | -23/+33 |
* | Menu: Don't focus dividers when wrapping via keyboard navigation | Scott González | 2017-05-02 | 1 | -11/+13 |
* | Button: Fix backcompat when called on collection of mixed elements | Alexander Schmitz | 2017-05-02 | 1 | -14/+73 |
* | Sortable: Fix various scrolling issues | A. Wells | 2017-05-02 | 1 | -129/+168 |
* | Menu: Close menus immediately on selection or click outside | Scott González | 2017-04-25 | 1 | -2/+2 |
* | Resizable: Keep user-provided handles on destroy | Konstantin Dinev | 2017-04-17 | 1 | -3/+2 |
* | Resizable: Keep user defined handles on _setOption | Konstantin Dinev | 2017-02-24 | 1 | -2/+6 |
* | Spinner: Ignore `mousewheel` events when not focused | Scott González | 2017-02-21 | 1 | -1/+5 |
* | Datepicker: Fix prev/next button behavior with `showCurrentAtPos` | claudi | 2017-01-25 | 1 | -3/+1 |
* | Autocomplete: Fix IE/Edge scrolling issues | Ryan Oriecuia | 2017-01-25 | 1 | -23/+11 |
* | Selectmenu: Don't render options with the `hidden` attribute | Scott González | 2016-11-16 | 1 | -0/+4 |
* | Tooltip: Clear interval for delayed tracking tooltips on remove | pallxk | 2016-11-16 | 1 | -0/+4 |
* | Spinner: Fix typo | Kyle Rosenberg | 2016-11-02 | 1 | -7/+7 |
* | Sortable: Fix `z-index` switching from `auto` to `0` | Jeremy Mickelson | 2016-10-19 | 1 | -7/+10 |
* | Form: Rename from `.form()` to `._form()` since its not for public use | Scott González | 2016-10-11 | 1 | -1/+1 |
* | Sortable: Setting table row placeholder height to be same as sorted row | Kevin Cupp | 2016-10-04 | 1 | -9/+15 |
* | Checkboxradio: Don't add ui-state-hover to icons | Alexander Schmitz | 2016-10-04 | 1 | -3/+0 |
* | Sortable: Fix parent offset detection | Robin | 2016-10-04 | 1 | -2/+6 |
* | Droppable: Use `$.ui.intersect()` | Evelyn Masso | 2016-10-03 | 1 | -4/+4 |
* | Tabs: Remove presentation role | milk54 | 2016-09-29 | 1 | -1/+0 |
* | Resizable: Fix aspectRatio cannot be changed after initialization. | Sergei Ratnikov | 2016-09-28 | 1 | -0/+3 |
* | Sortable: Use an event object for simulated `mouseup` in `cancel()` | Scott González | 2016-09-14 | 1 | -1/+1 |
* | Draggable: Fix spurious blur in dialogs on mousedown | Ryan Oriecuia | 2016-09-13 | 1 | -6/+5 |
* | Slider: Add demo for custom handle | Scott González | 2016-09-13 | 1 | -1/+3 |
* | Controlgroup: Don't use `String.prototype.trim()` | Scott González | 2016-08-31 | 1 | -1/+1 |
* | Tabs: Strip hash from remote content URLs | Scott González | 2016-08-31 | 1 | -1/+4 |
* | Menu: Support number pad keyboard input | Felix Nagel | 2016-08-24 | 1 | -1/+4 |
* | Dialog: Support deprecated button options | Scott González | 2016-07-25 | 1 | -1/+11 |