Skip to content

Commit

Permalink
Updated 1.9.0 changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Oct 8, 2012
1 parent 39c2034 commit 2998fc9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions page/changelog/1.9.0.md
Expand Up @@ -4,6 +4,9 @@

## General

* Added: Menu widget.
* Added: Spinner widget.
* Added: Tooltip widget.
* Added: Consistent effects support across plugins. ([#3772](http://bugs.jqueryui.com/ticket/3772))
* Fixed: Store version numbers on instances. ([#7436](http://bugs.jqueryui.com/ticket/7436), [6a5b21f](http://github.com/jquery/jquery-ui/commit/6a5b21fda2730a0650e0144658d47b9b01bffc64))
* Fixed: Use .toggleClass() instead of \[ bool ? "addClass" : "removeClass" ](). ([#6764](http://bugs.jqueryui.com/ticket/6764), [956697b](http://github.com/jquery/jquery-ui/commit/956697bfca1b386ae20eb27ccfd8c1df3234f1f2))
Expand Down Expand Up @@ -164,6 +167,10 @@
* Fixed: Slow script warning with 1,000 options inside a select. ([#7118](http://bugs.jqueryui.com/ticket/7118), [09e88d6](http://github.com/jquery/jquery-ui/commit/09e88d6220af2f90197c826ac3a31a0ca97f2c8f))
* Fixed: Modal dialogs cause horizontal scrollbars in IE. ([#3623](http://bugs.jqueryui.com/ticket/3623), [29b36bb](http://github.com/jquery/jquery-ui/commit/29b36bb4090632aaf306cc44591386c0263c9d27))

### Menu - NEW!

New menu widget. Check out the [menu documentation](http://api.jqueryui.com/menu/) for more details.

### Tabs

* Removed: rotate method. ([#5939](http://bugs.jqueryui.com/ticket/5939), [162364f](http://github.com/jquery/jquery-ui/commit/162364fae4a34bcd6e5ef9f094583b5afbdc6cc5))
Expand Down Expand Up @@ -214,6 +221,15 @@
* Fixed: Memory leak. ([#7383](http://bugs.jqueryui.com/ticket/7383))
* Fixed: Tab retains active state when programmatically moving focus. ([#7520](http://bugs.jqueryui.com/ticket/7520))
* Fixed: Tabs are stopping event propagation. ([#7708](http://bugs.jqueryui.com/ticket/7708))
* Fixed: Tabs displayed differently in IE7. ([#8632](http://bugs.jqueryui.com/ticket/8632))

### Tooltip - NEW!

New tooltip widget. Check out the [tooltip documentation](http://api.jqueryui.com/tooltip/) for more details.

### Spinner - NEW!

New spinner widget. Check out the [spinner documentation](http://api.jqueryui.com/spinner/) for more details.

## Effects

Expand Down

0 comments on commit 2998fc9

Please sign in to comment.