Skip to content

Commit

Permalink
Updated to jQuery 1.9.0
Browse files Browse the repository at this point in the history
Added source map
Updated CHANGELOG.md and README.md
  • Loading branch information
cibernox committed Jan 19, 2013
1 parent a902acf commit 8f601cb
Show file tree
Hide file tree
Showing 5 changed files with 3,715 additions and 3,625 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.0 (16 January 2012)

- Updated to jQuery 1.9.0

## 2.1.4 (26 November 2012)

- Updated to jQuery 1.8.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jQuery! For Rails! So great.

This gem provides:

* jQuery 1.8.3
* jQuery 1.9.0
* jQuery UI 1.9.2 (javascript only)
* the jQuery UJS adapter
* assert_select_jquery to test jQuery responses in Ruby tests
Expand Down
Loading

2 comments on commit 8f601cb

@masterkain
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI, jquery/jquery@eb47553

This has just been fixed, as it seems pretty important. Waiting for another stable release.

@astjohn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@masterkain is right. That jquery mishap is a huge regression which made my app explode, and I anticipate many others will experience the same pain.

Please sign in to comment.