Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lozjackson committed Oct 5, 2016
1 parent e8d989b commit a92df1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Change Log

### v0.3.0 2016-10-05

* [#14](https://github.com/lozjackson/ember-time-tools/pull/14) Add `format` property to InputDateComponent and InputTimeComponent.

* [#13](https://github.com/lozjackson/ember-time-tools/pull/13) InputDateComponent and InputTimeComponent now accept `disabled` attribute.

* [#12](https://github.com/lozjackson/ember-time-tools/pull/12) [BUGFIX] input components now allow empty values.




### v0.2.2 2016-09-12

* #5 Replace `Ember.Handlebars.SafeString` with `Ember.String.htmlSafe`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-time-tools",
"version": "0.2.2",
"version": "0.3.0",
"description": "Time and date tools for Ember applications.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit a92df1a

Please sign in to comment.