diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a9e6743 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 1.2.6 +#### Sept 15, 2011 + + - Fixed animation queue issue when switching tabs in both autoscroll and slideshow plugins [#447](https://github.com/jquerytools/jquerytools/issues/447) + - Native browser validation is now disabled in validator to avoid compatibility issues [#334](https://github.com/jquerytools/jquerytools/issues/334) + - Dateinput now has `beforeChange` event and triggers `change` appropriately [#292](https://github.com/jquerytools/jquerytools/issues/292) + - Tooltip fade bugfix for IE [#363](https://github.com/jquerytools/jquerytools/issues/363) + - Rangeinput vertical position calculations are fixed [#463](https://github.com/jquerytools/jquerytools/issues/463) + - Horizontal accordion works again with smoother animation [#327](https://github.com/jquerytools/jquerytools/issues/327) + - Tabs with history plugin work once again [#261](https://github.com/jquerytools/jquerytools/issues/261) + - Added size parameter back to scrollable [#58](https://github.com/jquerytools/jquerytools/issues/58) + - Dateinput forward/back buttons no longer calculate the wrong date *in some cases* [#476](https://github.com/jquerytools/jquerytools/pull/476)