-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: jquery/jquery-ui
base: f1c2bcf
head repository: jquery/jquery-ui
compare: fcba20a
- 18 commits
- 164 files changed
- 8 contributors
Commits on Dec 8, 2019
-
All: Migrate away from deprecated/removed Core APIs
Summary of the changes: * Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against * Build: Load jQuery & Migrate via HTTPS * Build: Add package-lock.json to .gitignore * Build: Update jQuery Migrate from 3.0.0 to 3.1.0 * Build: Allow to run tests against jQuery 3.x-git * Build: Fix formatting according to JSCS rules * Build: Disable JSCS for the inlined jQuery Color * All: Switch from $.isArray to Array.isArray (jQuery.isArray will be removed in jQuery 4.0) * All: Switch from `$.isFunction( x )` to `typeof x === "function"` (jQuery.isFunction will be removed in jQuery 4.0) * All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0 * Effects: Fix a timing issue in a variable declaration. Previously, a jQuery object was created, chained & assigned to a variable that was then accessed in a callback used inside of this chained definition. Due to a timing difference in when the callback fired for the first time in latest jQuery master, it was being called before the variable was defined. * Tests: Make dialog & draggable unit tests less strict (newest jQuery returns fractional results in some cases, making comparisons fail when there's a tiny difference) * All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim will be deprecated in jQuery 3.5) Closes gh-1901
2Configuration menu - View commit details
-
Copy full SHA for 98b5391 - Browse repository at this point
Copy the full SHA 98b5391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 995b5fa - Browse repository at this point
Copy the full SHA 995b5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for d26032a - Browse repository at this point
Copy the full SHA d26032aView commit details
Commits on Dec 9, 2019
-
Datepicker: Fix typo in currentText in da localization
The term for "Today" in Danish is "I dag" not "Idag". This is a common misspelling in the Danish language. see https://dsn.dk/?retskriv=idag Dansk Sprognævn (DSN) is the authority over the Danish language. Closes gh-1862
Configuration menu - View commit details
-
Copy full SHA for 9c0d83f - Browse repository at this point
Copy the full SHA 9c0d83fView commit details -
Sortable: Remove reference to .disableSelection() from demos
`.disableSelection()` was deprecated in v1.9: http://api.jqueryui.com/disableSelection/ Closes gh-1856
Configuration menu - View commit details
-
Copy full SHA for d193d0b - Browse repository at this point
Copy the full SHA d193d0bView commit details
Commits on Jan 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3481f50 - Browse repository at this point
Copy the full SHA 3481f50View commit details
Commits on Jan 22, 2020
-
All: Remove usage of jQuery positional selectors
jQuery positional selectors () have been deprecated in [jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/) and they'll be removed in jQuery 4.0.0. This PR removes their usage. Most of the changes were possible without changing public API. However, dropping `:even` usage required a change to the [`header` option](https://api.jqueryui.com/accordion/#option-header) of the accordion widget. I made it an optional function; this will need to be documented. The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was no usage of the :odd selector in the code but the `.odd()` method is also polyfilled for completeness. Closes gh-1904
Configuration menu - View commit details
-
Copy full SHA for 0c860b0 - Browse repository at this point
Copy the full SHA 0c860b0View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 817ce38 - Browse repository at this point
Copy the full SHA 817ce38View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddbcc5d - Browse repository at this point
Copy the full SHA ddbcc5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb366e - Browse repository at this point
Copy the full SHA 9bb366eView commit details
Commits on May 16, 2020
-
Build: Update jQuery Simulate, jQuery Migrate & jQuery Color
The jQuery Simulate & jQuery Color updates are needed for compatibility with jQuery master, a future jQuery 4. Closes gh-1914
Configuration menu - View commit details
-
Copy full SHA for 512cbbf - Browse repository at this point
Copy the full SHA 512cbbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d37ebc6 - Browse repository at this point
Copy the full SHA d37ebc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 579bedd - Browse repository at this point
Copy the full SHA 579beddView commit details -
Build: Rename jquery-1-7 to jquery-patch
The file now contains many more than just jQuery 1.7 patches. Closes gh-1917
Configuration menu - View commit details
-
Copy full SHA for 7caf8f6 - Browse repository at this point
Copy the full SHA 7caf8f6View commit details -
Tests: Load jQuery Migrate before UI test files
This is necessary to catch all possible warnings that the test files may trigger. Closes gh-1918
Configuration menu - View commit details
-
Copy full SHA for b36d542 - Browse repository at this point
Copy the full SHA b36d542View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ef03e - Browse repository at this point
Copy the full SHA f4ef03eView commit details -
Tests: Ensure no timers are running at the end of each test (#1920)
This helps fix issues that make tooltip tests sometimes fail when run against jQuery 3.2 or newer due to timing differences. Details: * Add the `moduleAfterEach` function ensuring no timers are running. * Attach this function via `common.testWidget`. * Attach this function to most test suites. * Add a tooltip test helper cleaning up leftover timers. * Rename legacy `setup`/`teardown` hooks to `beforeEach`/`afterEach`. Closes gh-1920
Configuration menu - View commit details
-
Copy full SHA for e7a10c7 - Browse repository at this point
Copy the full SHA e7a10c7View commit details
Commits on Jun 15, 2020
-
jquery-ui: Adding puppeteer support
Signed-off-by: sakshi87 <sakshi.sharma@puresoftware.com>
Configuration menu - View commit details
-
Copy full SHA for fcba20a - Browse repository at this point
Copy the full SHA fcba20aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f1c2bcf...fcba20a