Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Travis commit : build 403
Browse files Browse the repository at this point in the history
  • Loading branch information
AngularUI (via TravisCI) committed Dec 31, 2014
1 parent 99a1be4 commit 620155b
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<a name="v0.2.0"></a>
## v0.2.0 (2014-12-31)


#### Bug Fixes

* **dep:** correct jquery 2.1.0 component path ([fd03855a](http://github.com/angular-ui/ui-utils/commit/fd03855ac336d00ce19685f4df90b862e2f5c9b4))
* **gh-pages:** wrong download link ([d575856e](http://github.com/angular-ui/ui-utils/commit/d575856e9ce575d40015d532d8a3684521f5d26d), closes [#186](http://github.com/angular-ui/ui-utils/issues/186))
* **scrollfix:** get scrollTop from scrollfix-target ([0724d1d4](http://github.com/angular-ui/ui-utils/commit/0724d1d41593d3d89ecd015026576570360f2f20))
* **travis:** fix jslint errors in mask.js ([41534729](http://github.com/angular-ui/ui-utils/commit/415347293d7200d8fc4a14b99e9744249e6c80da))


#### Features

* **scroll:** Rename ui-scroll* files to scroll* ([9dbb1b18](http://github.com/angular-ui/ui-utils/commit/9dbb1b185ac51bdce834405f7b43e514ad29d978))


#### Breaking Changes

* if you rely on ui-mask to invalidate an empty viewValue
this will no longer work. Please use the required attribute or ng-required
directive to specify whether the input is required.

fixes #198
([781e59e5](http://github.com/angular-ui/ui-utils/commit/781e59e5a1fa72db91eca6a257408ffe72da0c57))

<a name="v0.1.0"></a>
## v0.1.0 (2013-12-29)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-utils",
"version": "0.1.1",
"version": "0.2.0",
"main": "./ui-utils.js",
"dependencies": {
"angular": ">= 1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion ui-utils-ieshiv.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
* @version v0.1.1 - 2014-12-29
* @version v0.2.0 - 2014-12-31
* @link http://angular-ui.github.com
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion ui-utils-ieshiv.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 ui-utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
* @version v0.1.1 - 2014-12-29
* @version v0.2.0 - 2014-12-31
* @link http://angular-ui.github.com
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion ui-utils.min.js

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

0 comments on commit 620155b

Please sign in to comment.