Skip to content

Commit

Permalink
Merge pull request #89 from adobe-webplatform/version-1.7.0
Browse files Browse the repository at this point in the history
Version 1.7.0
  • Loading branch information
redmunds authored Jul 5, 2016
2 parents 66d571b + 80f0e5c commit 16707d5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ Code is minified using: http://marijnhaverbeke.nl/uglifyjs
* v 1.3.x - Debounce resizing events, more accurate space width estimate
* v 1.4.0 - Add support for nested tags (rileyjshaw)
* v 1.5.0 - Re-balance text on resize for manually triggered selectors (rileyjshaw)
* v 1.6.0 - Add balanceTextUpdate() method (rileyjshaw)
* v 1.6.x - Add balanceTextUpdate() method (rileyjshaw), bug fixes (bfred-it)
* v 1.7.0 - Hack for partially working with jQuery 3, remove deprecation warning
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balance-text",
"version": "1.6.2",
"version": "1.7.0",
"authors": [
"Adobe Systems, Inc. <https://github.com/adobe-webplatform>"
],
Expand All @@ -14,6 +14,6 @@
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/adobe-webplatform/balance-text",
"dependencies": {
"jquery": "~1.8.0"
"jquery": "1.9.1 - 3"
}
}
2 changes: 1 addition & 1 deletion jquery.balancetext.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balance-text",
"version": "1.6.2",
"version": "1.7.0",
"filename": "jquery.balancetext.min.js",
"homepage": "https://github.com/adobe-webplatform/balance-text",
"description": "A jQuery plugin for implementing balancing of text across lines in a web page",
Expand Down
2 changes: 0 additions & 2 deletions sample/jquery-1.8.0.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions test/jquery-1.8.0.min.js

This file was deleted.

0 comments on commit 16707d5

Please sign in to comment.