Skip to content

Commit 9bdc6f9

Browse files
committed
Version 1.1.0
1 parent cf2e51c commit 9bdc6f9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.1.0"></a>
2+
# [1.1.0](https://github.com/FlaxHaxx/angular-input-types/compare/1.0.1...1.1.0) (2017-07-01)
3+
4+
## Features
5+
* **Time input:** Using native time input if available, otherwise fallback to validation and autocomplete.
6+
* **Number input:** Input numbers with thousand separator and select number of decimals.
7+
18
<a name="1.0.1"></a>
29
# [1.0.1](https://github.com/FlaxHaxx/angular-input-types/compare/1.0.0...1.0.1) (2017-05-15)
310

dist/angular-input-types.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-input-types",
33
"description": "AngularJS directives used on form inputs. Makes it easy for the users to input the correct information using autocomplete and validation.",
4-
"version": "1.1.0-SNAPSHOT",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"author": "Jon Wikman",
77
"homepage": "https://github.com/FlaxHaxx/angular-input-types",

0 commit comments

Comments
 (0)