# ember-datepicker Changelog

### 2.0.1 (February 10, 2015)
 * [FEATURE #28] Clear text input when date is reset

### 2.0.0 (February 10, 2015)
 * Updated to Ember 1.10
 * No more handlebars dependency (rather HTMLbars)

### 1.3.3 (January 14, 2015)
 * New addon install method provided in docs and package.json

### 1.3.2 (January 12, 2015)
 * [UPDATE] Ember 1.9.1, Ember-cli 0.1.6

### 1.3.0 (November 21, 2014)
 * All pikaday options passed through
 * [BREAKING] `outputFormat` named to `format` for pikaday consistency
 * [BREAKING] `firstDayOfWeek` named to `firstDay` for pikaday consistency


### 1.2.4 (November 04, 2014)

* Can now change the displayed first day of the week

### 1.2.4 (October 28, 2014)

* Controller updated with today's date if null date is passed in
* Auto install of dependencies when addon is installed

### 1.2.3 (October 09, 2014)

* Changed `momentjs` to `moment`
* Changed `bower_components` references to `app.bowerDirectory`

### 1.2.2 (October 07, 2014)

* Updated ember-cli to 0.1.0

### 1.2.1 (October 01, 2014)

* Allowed yearRange to be defined as string or array

### 1.2.0 (September 23, 2014)

* add `utc` option flag

### 1.1.0 (September 17, 2014)

* add `allowBlank` option flag
* introduce tests
