Scott González
|
3d9545ad27
|
Update lint task to include the release script.
|
2012-10-03 21:23:20 -04:00 |
|
Scott González
|
e8bdf46861
|
Build: Fixed core.json syntax.
|
2012-10-02 11:05:32 -04:00 |
|
Scott González
|
5405a821b9
|
Autocomplete cache demo: Let the widget handle request synchronization. Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync.
|
2012-10-02 10:21:52 -04:00 |
|
Scott González
|
2c50b1b8b5
|
Accordion: Only adjust height animations for heightStyle: content. Fix tests that punch .animate().
|
2012-10-01 16:52:54 -04:00 |
|
Scott González
|
d20f05ea37
|
Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion animation a bit jumpy in some browsers.
|
2012-10-01 16:25:23 -04:00 |
|
Scott González
|
4ab4684cfc
|
Dialog: Don't try to place the dialog next to itself on destroy. Fixes #8613 - Destroying a dialog removes the original element from the DOM.
|
2012-10-01 15:34:44 -04:00 |
|
Scott González
|
9b0c8b7041
|
Release: Build themes and CDN zips.
|
2012-09-29 16:33:30 -04:00 |
|
Scott González
|
7882bf4548
|
Updated docs URLs for core files.
|
2012-09-29 16:32:52 -04:00 |
|
Scott González
|
90a8581fc3
|
Manifest: Fixed docs URL for widget factory.
|
2012-09-29 16:21:58 -04:00 |
|
Scott González
|
b0684e94ce
|
Updated AUTHORS.txt.
|
2012-09-29 15:46:29 -04:00 |
|
Timo Tijhof
|
6e55168318
|
grunt testswarm: Job name consistent with other jquery repos.
With hash symbol in front of link and 10-char commit hash.
|
2012-09-29 05:25:45 +02:00 |
|
Scott González
|
149567e476
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
|
Scott González
|
ac0f6de4c8
|
Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget :active { outline: none; } causes slowness in FF.
|
2012-09-26 11:55:03 -05:00 |
|
Jörn Zaefferer
|
9bac5bb54a
|
Grunt: New task for downloading themes using new themeroller.
* Replaces the old theme tasks with generate_themes.
* Drops useless download_docs task
* Drops request module
|
2012-09-24 08:54:24 +02:00 |
|
Scott González
|
a638acb583
|
Upgrade jQuery to 1.8.2.
|
2012-09-20 21:41:47 -04:00 |
|
Scott González
|
a14cf74c16
|
Build: Remove summary from changelog.
|
2012-09-20 20:36:39 -04:00 |
|
Scott González
|
1827b390d8
|
Build: Convert changelog to markdown.
|
2012-09-20 20:21:45 -04:00 |
|
Kris Borchers
|
9fbbd01492
|
Button demos: Fix selector since demo wrapper div was removed
|
2012-09-20 07:39:04 -05:00 |
|
Rafael Xavier de Souza
|
92e1e83eca
|
Tests: Fix padding from 4% to 2%, since width is 96%.
|
2012-09-19 16:33:46 -03:00 |
|
Scott González
|
7023ed4699
|
Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.
|
2012-09-12 09:28:51 -04:00 |
|
Scott González
|
01e3af4b92
|
Widget demo: Remove link to planning wiki.
|
2012-09-11 16:14:56 -04:00 |
|
Scott González
|
51676c063a
|
Demo: Missed one wrapper div.
|
2012-09-10 11:36:16 -04:00 |
|
Scott González
|
303f20e1b3
|
Demos: Cleanup.
|
2012-09-10 11:33:46 -04:00 |
|
Scott González
|
9e259c6e53
|
Menu demo: Added demo description.
|
2012-09-06 21:54:22 -04:00 |
|
Jared A. Scheel
|
19a9d57868
|
Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix option leaves iframes in DOM when using a selector.
|
2012-09-06 12:30:11 -04:00 |
|
Kris Borchers
|
e1fd8ea6b3
|
Tooltip tests: Fixed typo
|
2012-09-05 20:37:29 -05:00 |
|
Scott González
|
e162fddd95
|
Menu: Don't move focus from the active item on click. Fixes #8552 - selected value overwritten/not correctly set.
|
2012-09-05 16:07:36 -04:00 |
|
Scott González
|
6abb10766c
|
Dialog: Only bind focus-trapping event once. Fixes #8551 - After repeated opening and closing of a modal dialog, focus navigation using tab becomes slow.
|
2012-09-04 17:00:26 -04:00 |
|
Scott González
|
e242868f56
|
Tooltip: Allow strings for content option.
|
2012-08-31 15:41:45 -04:00 |
|
Scott González
|
dee7c8bd44
|
Tooltip: Update open tooltips if the content option changes. Fixes #8544 - Unable to update tooltip content dynamically.
|
2012-08-31 15:38:21 -04:00 |
|
Scott González
|
c135fc18a3
|
Accordion demo: Cleanup.
|
2012-08-31 08:57:59 -04:00 |
|
Bernhard Sirlinger
|
dec9c54632
|
Effects (Shake): Divide duration by number of animation steps. Fixed: #8531 - Shake effect: Duration is multiplied based on number of shakes.
|
2012-08-30 11:23:07 -04:00 |
|
Scott González
|
13fa4a9dac
|
Tabs: Don't apply a spinner when nested tabs are loading. Fixes #8529 - tabs with in tabs, heading appears as Loading....
|
2012-08-30 09:44:57 -04:00 |
|
Jörn Zaefferer
|
7852583980
|
Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes tooltip unit tests
|
2012-08-30 15:20:36 +02:00 |
|
Jörn Zaefferer
|
0164db1e0d
|
Update QUnit to 1.10.0
|
2012-08-30 15:10:52 +02:00 |
|
Sindre Sorhus
|
397a421e20
|
Update .editorconfig with new properties
(cherry picked from commit cfe50f559f )
|
2012-08-30 09:25:43 +02:00 |
|
Philipp Benjamin Köppchen
|
bce0838938
|
Droppable: greedy children now consider only parents with same scope as parents. Fixed #8524 - Nested greedy droppables trigger parents events even when scopes are different
|
2012-08-29 08:24:14 -04:00 |
|
Scott González
|
96cabd59ab
|
Effects: Cleanup.
|
2012-08-27 17:23:30 -04:00 |
|
Scott González
|
93556a8e18
|
Menu: If the active element no longer exists after a refresh, blur the menu.
|
2012-08-27 08:05:27 -04:00 |
|
Scott González
|
b22e3c36f2
|
Tooltip tests: Added test for widget() method.
|
2012-08-26 20:21:24 -04:00 |
|
Scott González
|
072919467d
|
Tabs tests: Added test for widget() method.
|
2012-08-26 20:20:43 -04:00 |
|
Scott González
|
1540f4afc8
|
Whitespace
|
2012-08-26 20:20:13 -04:00 |
|
Scott González
|
383d0dbfae
|
Spinner tests: Added test for widget() method.
|
2012-08-26 20:19:35 -04:00 |
|
Scott González
|
dc7c26b8d1
|
Progressbar tests: Added test for widget() method.
|
2012-08-26 20:18:21 -04:00 |
|
Scott González
|
2e491e0bb7
|
Menu tests: Added test for widget() method.
|
2012-08-26 20:17:36 -04:00 |
|
Scott González
|
355a1a6f0a
|
Menu tests: re-order tests.
|
2012-08-26 20:16:30 -04:00 |
|
Scott González
|
7f6ef7ffad
|
Autocomplete tests: Added test for widget() method.
|
2012-08-26 20:15:03 -04:00 |
|
Scott González
|
103463323a
|
Accordion tests: Added test for widget() method.
|
2012-08-26 20:00:36 -04:00 |
|
Scott González
|
42b21fd3ed
|
Tests: Removed completed TODO.
|
2012-08-26 18:37:30 -04:00 |
|
Scott González
|
7e9315a34d
|
Position cycler demo: Cleanup.
|
2012-08-26 18:21:15 -04:00 |
|