Showing with 80 additions and 1 deletion.
  1. +1 −1 package.json
  2. +6 −0 page/changelog.md
  3. +43 −0 page/changelog/1.8.10.md
  4. +30 −0 page/changelog/1.8.9.md
@@ -25,7 +25,7 @@
"grunt-html": "0.1.1",
"grunt-wordpress": "1.0.3",
"grunt-jquery-content": "0.4.x",
"download.jqueryui.com": "1.0.2",
"download.jqueryui.com": "1.0.3",
"jsdom": "0.2.x"
},
"keywords" : []
@@ -47,6 +47,12 @@ Released on April 13, 2011
## [1.8.11 Changelog](/changelog/1.8.11/)
Released on March 5, 2011

## [1.8.10 Changelog](/changelog/1.8.10/)
Released on February 22, 2011

## [1.8.9 Changelog](/changelog/1.8.9/)
Released on January 19, 2011

<hr class="dots">

Please bear with us while we import older upgrade guides. In the meantime,
@@ -0,0 +1,43 @@
<script>{
"title": "jQuery UI 1.8.10 Changelog"
}</script>

## Interactions

### Resizable

* Fixed: Element doesn't change to size that helper shows when snapping to grid ([#6926](http://bugs.jqueryui.com/ticket/6926), [d6fa44a](http://github.com/jquery/jquery-ui/commit/d6fa44a0b4c5bf08f31040f9008e8fb54b36db02))

## Widgets

### Autocomplete

* Fixed: Handling of race conditions when using jQuery 1.3.2. ([#6904](http://bugs.jqueryui.com/ticket/6904), [6b9b513](http://github.com/jquery/jquery-ui/commit/6b9b513e77deebe33bf8c81268a587c1f022556f))

### Button

* Fixed: Batched class changes to improve performance. ([#6934](http://bugs.jqueryui.com/ticket/6934), [9191ee3](http://github.com/jquery/jquery-ui/commit/9191ee3cd806c0e93a2cdf37125ff7b70e738e6b))

### Datepicker

* Fixed: Incorrect semi-colon that should have been a comma. ([#6916](http://bugs.jqueryui.com/ticket/6916), [d4e715f](http://github.com/jquery/jquery-ui/commit/d4e715f4bc82f7020bc26808abfd5e1b9a174d7f))
* Fixed: Account for daylight saving when calculating number of days in a month. ([#6978](http://bugs.jqueryui.com/ticket/6978), [9162679](http://github.com/jquery/jquery-ui/commit/9162679e1589e6883cee0ec462bce5e20ef47ec7))
* Fixed: Display Year before Month in Hungarian i18n. ([#7019](http://bugs.jqueryui.com/ticket/7019), [971566d](http://github.com/jquery/jquery-ui/commit/971566d258af5ed5762e70ba7aa132f25121aed7))
* Fixed: Improved translation of Norwegian names for days and months. ([#6986](http://bugs.jqueryui.com/ticket/6986), [685ac7a](http://github.com/jquery/jquery-ui/commit/685ac7a042536b005ab1cf8a59464d66bcc32cde))
* Fixed: Datepicker does not fire change event in IE8. ([#6694](http://bugs.jqueryui.com/ticket/6694), [d14366a](http://github.com/jquery/jquery-ui/commit/d14366abcea59b4fb6d0fb1ce48a6ad196ddff3a))
* Fixed: Datepicker creates extra dom element with empty object. ([#6976](http://bugs.jqueryui.com/ticket/6976), [ab7a5b4](http://github.com/jquery/jquery-ui/commit/ab7a5b441aab8722429f8333bf8524fea4b00374))
* Fixed: Properly handle datepickers attached to inputs that are hidden using CSS. ([#6988](http://bugs.jqueryui.com/ticket/6988), [cf9dac6](http://github.com/jquery/jquery-ui/commit/cf9dac6c1704150d40191573767e5bfa58dcd9d2))

### Dialog

* Fixed: Documentation does not list position as a dependency. ([#6964](http://bugs.jqueryui.com/ticket/6964))

## Effects

### Individual effects

* Fixed: Docs say that in Effect/Size the origin argument default is middle,center but it seems to be top,left. ([#6961](http://bugs.jqueryui.com/ticket/6961))

## Website

* Fixed: Text in "Build custom download" button wraps in Linux browsers. ([#6903](http://bugs.jqueryui.com/ticket/6903))
@@ -0,0 +1,30 @@
<script>{
"title": "jQuery Ui 1.8.9 Changelog"
}</script>

## Interactions

### Draggable

* Fixed: Incorrect handling of revert when using a helper and the original element is removed. ([#6871](http://bugs.jqueryui.com/ticket/6871), [0ed452b](http://github.com/jquery/jquery-ui/commit/0ed452bf2581a83781c417dffe6ed4e3dbe2d676))

### Sortable

* Fixed: Calling cancel when there is no sort occurring throws an error. ([#6879](http://bugs.jqueryui.com/ticket/6879), [1ce8cf8](http://github.com/jquery/jquery-ui/commit/1ce8cf885f8f83b3c449629acb7124e31f4c71c3))
* Fixed: Calling cancel throws an error. ([#5882](http://bugs.jqueryui.com/ticket/5882), [465c4c2](http://github.com/jquery/jquery-ui/commit/465c4c2cbef33fc4491d862245180b6441875c15))

## Widgets

### Accordion

* Fixed: Opening a panel after all panels have been collapsed causes an error. ([#6856](http://bugs.jqueryui.com/ticket/6856), [a7aa65d](http://github.com/jquery/jquery-ui/commit/a7aa65d1fcbb21f6591985d05e147daa23df60d5))

### Datepicker

* Added: Algerian Arabic localizations. ([#6877](http://bugs.jqueryui.com/ticket/6877), [cf622ca](http://github.com/jquery/jquery-ui/commit/cf622cacd61238e2f5882e9988f47539a860c42e))
* Added: Australian and New Zealand localizations. ([#6828](http://bugs.jqueryui.com/ticket/6828), [b3145fb](http://github.com/jquery/jquery-ui/commit/b3145fb5bcfe6e8f283cb92cb368d094568e02ff))
* Fixed: parseDate does not default shortYearCutoff correctly. ([#6872](http://bugs.jqueryui.com/ticket/6872), [015ea16](http://github.com/jquery/jquery-ui/commit/015ea163d1995f5a3f42fd394d9db3abdc0fa16a))

### Tabs

* Fixed: Inconsistent ui.panel contents for show event of tabs widget. ([#6867](http://bugs.jqueryui.com/ticket/6867), [c6394d7](http://github.com/jquery/jquery-ui/commit/c6394d7afae12739a6302fd84cf15d7e7a2cc482))