Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrobertson committed Sep 16, 2011
2 parents 124022c + b799e36 commit 17ef6a2
Show file tree
Hide file tree
Showing 65 changed files with 19,120 additions and 482 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
build
site
www
builder
jquerytools.github.com

# patch
*.rej
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jQuery Tools is a collection of the most important user-interface components for
##Contributing

Please issue pull requests to the [dev branch](https://github.com/jquerytools/jquerytools/tree/dev).

This is where active development takes place, we then merge changes into master for releases. That will become v1.2.6.
Most of the development goes to 2.0 which is currently a private repository.


16 changes: 16 additions & 0 deletions lib/jquery-1.5.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 17ef6a2

Please sign in to comment.