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

Commit 3f89990

Browse files
author
AngularUI (via TravisCI)
committed
Travis commit : build 439
1 parent 7e4bd01 commit 3f89990

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="v0.2.3"></a>
2+
### v0.2.3 (2015-03-30)
3+
4+
5+
#### Bug Fixes
6+
7+
* **dep:** correct jquery 2.1.0 component path ([fd03855a](http://github.com/angular-ui/ui-utils/commit/fd03855ac336d00ce19685f4df90b862e2f5c9b4))
8+
* **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))
9+
* **scrollfix:** get scrollTop from scrollfix-target ([0724d1d4](http://github.com/angular-ui/ui-utils/commit/0724d1d41593d3d89ecd015026576570360f2f20))
10+
* **travis:** fix jslint errors in mask.js ([41534729](http://github.com/angular-ui/ui-utils/commit/415347293d7200d8fc4a14b99e9744249e6c80da))
11+
12+
13+
#### Features
14+
15+
* **scroll:** Rename ui-scroll* files to scroll* ([9dbb1b18](http://github.com/angular-ui/ui-utils/commit/9dbb1b185ac51bdce834405f7b43e514ad29d978))
16+
17+
18+
#### Breaking Changes
19+
20+
* if you rely on ui-mask to invalidate an empty viewValue
21+
this will no longer work. Please use the required attribute or ng-required
22+
directive to specify whether the input is required.
23+
24+
fixes #198
25+
([781e59e5](http://github.com/angular-ui/ui-utils/commit/781e59e5a1fa72db91eca6a257408ffe72da0c57))
26+
127
<a name="v0.2.2"></a>
228
### v0.2.2 (2015-02-18)
329

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-unique",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"main": "./unique.js",
55
"dependencies": {
66
"angular": ">= 1.0.2"

unique.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
3-
* @version v0.2.2 - 2015-03-30
3+
* @version v0.2.3 - 2015-03-30
44
* @link http://angular-ui.github.com
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/

0 commit comments

Comments
 (0)