# 0.0.1 (2019-05-08)

### Bug Fixes

* none

### Features

* Initial version.

# 0.0.2 (2019-05-11)

### Bug Fixes

* Fixed date range related bug.

### Features

* none

# 0.0.3 (2019-05-11)

### Bug Fixes

* none

### Features

* Now possible to mark or highlight repeatedly. For example value of those options can be {year: 0, month: 0, day: 10} which means that it affects every 10th day.

# 0.0.4 (2019-05-12)

### Bug Fixes

* none

### Features

* Added inline mode option and functionality.

# 0.0.5 (2019-05-12)

### Bug Fixes

* Fixed inline calendar position bug.

### Features

* none

# 0.0.6 (2019-05-19)

### Bug Fixes

* Global configuration removed, because --prod flag compilation error.

### Features

* none

# 0.0.7 (2019-05-21)

### Bug Fixes

* tslint related changes.

### Features

* none

# 0.0.8 (2019-05-26)

### Bug Fixes

* none

### Features

* Added the defaultView option.

# 0.0.9 (2019-05-26)

### Bug Fixes

* none

### Features

* README file changes.

# 0.0.10 (2019-05-30)

### Bug Fixes

* none

### Features

* Added stylesData option, which allows override styles of component.

# 0.0.11 (2019-06-08)

### Bug Fixes

* Fixed: [Year navigation buttons messed up with disabled years](https://github.com/kekeh/angular-mydatepicker/issues/4)

### Features

* none

# 0.0.12 (2019-06-12)

### Bug Fixes

* Fixed: [Navigation on month selection screen behaves oddly](https://github.com/kekeh/angular-mydatepicker/issues/6)

### Features

* none

# 0.0.13 (2019-06-15)

### Bug Fixes

* Fixed disabled cell hover bug in the month and the year view.

### Features

* none

# 0.0.14 (2019-06-15)

### Bug Fixes

* Fixed month view visible month bug.

### Features

* none

# 0.0.15 (2019-06-15)

### Bug Fixes

* none

### Features

* Just updating the README file.

# 0.1.0 (2019-06-16)

### Bug Fixes

* Fixed year view selection bug.

### Features

* Refactoring code.

# 0.1.1 (2019-06-17)

### Bug Fixes

* none

### Features

* README file updated.

# 0.1.2 (2019-06-21)

### Bug Fixes

* none

### Features

* README file updated.

# 0.1.3 (2019-07-02)

### Bug Fixes

* Fixed bug: [position: relative can mess up the layout](https://github.com/kekeh/angular-mydatepicker/issues/8)

### Features

* none

# 0.1.4 (2019-07-11)

### Bug Fixes

* Fixed bug: [Unable to set values on inline calendar](https://github.com/kekeh/angular-mydatepicker/issues/10)

### Features

* none

# 0.1.5 (2019-07-12)

### Bug Fixes

* none

### Features

* README file updated.

# 0.1.6 (2019-07-12)

### Bug Fixes

* none

### Features

* Code refactored. Added more test cases.

# 0.1.7 (2019-07-14)

### Bug Fixes

* none

### Features

* Added more test cases.

# 0.1.8 (2019-07-14)

### Bug Fixes

* none

### Features

* README file updated.

# 0.1.9 (2019-07-17)

### Bug Fixes

* Fixed bug: Change of options doesn't update component every time.

### Features

* none

# 0.2.0 (2019-11-10)

### Bug Fixes

* Fixed bug: [angular Ivy](https://github.com/kekeh/angular-mydatepicker/issues/20)

### Features

* none

# 0.2.1 (2019-11-17)

### Bug Fixes

* none

### Features

* Added option divHostElement.


# 0.2.2 (2019-11-23)

### Bug Fixes

* none

### Features

* Added option calendarAnimation.


# 0.2.3 (2019-11-23)

### Bug Fixes

* none

### Features

* README updated.


# 0.3.0 (2019-11-24)

### Bug Fixes

* none

### Features

* Changes to the animation functionality.


# 0.3.1 (2019-11-24)

### Bug Fixes

* none

### Features

* Changes to the animation functionality.


# 0.3.2 (2019-12-01)

### Bug Fixes

* none

### Features

* Merged: [Make toggleCalendar method return true on opening #23](https://github.com/kekeh/angular-mydatepicker/pull/23).


# 0.3.3 (2019-12-11)

### Bug Fixes

* none

### Features

* Show marked dates as a triangle on the calendar.


# 0.3.4 (2019-12-13)

### Bug Fixes

* none

### Features

* Added option showMonthNumber.


# 0.3.5 (2020-01-22)

### Bug Fixes

* Fixed bug: Disabled dates on the calendar can get a focus.

### Features

* none


# 0.3.6 (2020-01-22)

### Bug Fixes

* Minor fix to previous version.

### Features

* none


# 0.3.7 (2020-01-24)

### Bug Fixes

* none

### Features

* Selection bar related changes.


# 0.3.8 (2020-02-07)

### Bug Fixes

* none

### Features

* Added Angular 9 to the peer dependency of the package.


# 0.3.9 (2020-02-08)

### Bug Fixes

* none

### Features

* Minor changes.


# 0.4.0 (2020-02-11)

### Bug Fixes

* Fixed: [On keyup event doesn't emit event from reactive forms valueChanges.subscribe #27](https://github.com/kekeh/angular-mydatepicker/issues/27)

### Features

* none


# 0.4.1 (2020-02-17)

### Bug Fixes

* Fixed: [Invalid date range if I change dateRangeDatesDelimiter #29](https://github.com/kekeh/angular-mydatepicker/issues/29)

### Features

* Added support to RTL.


# 0.4.2 (2020-02-18)

### Bug Fixes

* Fixed: Week number th and td border in RTL mode.
* Fixed: [jsDateToMyDate method receive string type but expect JS Date type #30](https://github.com/kekeh/angular-mydatepicker/issues/30)

### Features

* none

# 0.4.3 (2020-02-21)

### Bug Fixes

* none

### Features

* Contents of the README file updated.


# 0.4.4 (2020-02-25)

### Bug Fixes

* none

### Features

* Current day marked previous and next months on day view.


# 0.4.5 (2020-03-02)

### Bug Fixes

* Merged PR: Fix strictNullType check error of possibly undefined object #32.

### Features

* none


# 0.4.6 (2020-03-05)

### Bug Fixes

* none

### Features

* CSS styles related changes.


# 0.5.0 (2020-03-05)

### Bug Fixes

* none

### Features

* CSS styles related changes.


# 0.5.1 (2020-03-07)

### Bug Fixes

* none

### Features

* CSS styles related changes.


# 0.5.2 (2020-03-16)

### Bug Fixes

* Fixed bug: [In Inline mode not able set date month year or default view #33](https://github.com/kekeh/angular-mydatepicker/issues/33)

### Features

* none


# 0.5.3 (2020-03-28)

### Bug Fixes

* none

### Features

* Example app updated
* README updated


# 0.5.4 (2020-04-01)

### Bug Fixes

* Fixed bug: [When disableUntil date is higher than the ngModel date, the date will not show #34](https://github.com/kekeh/angular-mydatepicker/issues/34)

### Features

* none


# 0.5.5 (2020-04-03)

### Bug Fixes

* Fixed bug: [dd/mm as dateFormat option gives errors #36](https://github.com/kekeh/angular-mydatepicker/issues/36)

### Features

* none


# 0.5.6 (2020-04-03)

### Bug Fixes

* Fixed bug: [yyyy only form #5](https://github.com/kekeh/angular-mydatepicker/issues/5)

### Features

* Changed the style of disabled date.


# 0.5.7 (2020-04-07)

### Bug Fixes

* none

### Features

* RTL related changes.


# 0.5.8 (2020-05-01)

### Bug Fixes

* none

### Features

* Added options todayTxt and showFooterToday. [Added today button. #38](https://github.com/kekeh/angular-mydatepicker/pull/38)


# 0.6.0 (2020-05-01)

### Bug Fixes

* none

### Features

* CSS style related changes.


# 0.6.1 (2020-05-20)

### Bug Fixes

* none

### Features

* Added: [Allow multiple styles for Marked Dates #40](https://github.com/kekeh/angular-mydatepicker/issues/40)


# 0.7.0 (2020-05-20)

### Bug Fixes

* Fixed: [Keypress should not set the "touched" value #41](https://github.com/kekeh/angular-mydatepicker/issues/41)
* Reference document: [Validating form input](https://angular.io/guide/form-validation)

### Features

* none


# 0.7.1 (2020-05-21)

### Bug Fixes

* none

### Features

* Added view change animation and new option (viewChangeAnimation) to it.


# 0.8.0 (2020-05-23)

### Bug Fixes

* none

### Features

* Added 4px padding to calendar. Default height and width of the calendar changed to 266px.


# 0.8.1 (2020-05-23)

### Bug Fixes

* none

### Features

* Added 4px padding to calendar. Default height and width of the calendar changed to 266px.


# 0.9.0 (2020-05-27)

### Bug Fixes

* none

### Features

* Merged: [Add new locale en-gb #43](https://github.com/kekeh/angular-mydatepicker/pull/43)
* Added to the __disableDates_ option a way to disable dates with an own style.


# 0.9.1 (2020-05-29)

### Bug Fixes

* Fixed: [Next months arrow disabled even having enabled date in next month in Inline mode. #44](https://github.com/kekeh/angular-mydatepicker/issues/44)

### Features

* none


# 0.9.2 (2020-05-31)

### Bug Fixes

* none

### Features

* Changes to the viewChangeAnimation option functionality. Animation is not shown when the calendar is opened.


# 0.9.3 (2020-06-17)

### Bug Fixes

* Minor fix to the functionality of the defaultView option.

### Features

* none


# 0.9.4 (2020-06-19)

### Bug Fixes

* none

### Features

* Added headerAction() method to the directive.


# 0.9.7 (2020-06-20)

### Bug Fixes

* none

### Features

* Minor changes to styles. README updated.


# 0.9.8 (2020-06-21)

### Bug Fixes

* none

### Features

* README updated. Added screenshots.


# 0.9.9 (2020-06-21)

### Bug Fixes

* none

### Features

* README updated. Example app updated.


# 0.9.10 (2020-06-22)

### Bug Fixes

* none

### Features

* README updated. Example app updated. Code refactored.


# 0.9.11 (2020-06-22)

### Bug Fixes

* none

### Features

* Added a new callback: viewActivated(view).


# 0.9.12 (2020-07-03)

### Bug Fixes

* none

### Features

* Minor changes. Refactoring code.


# 0.10.0 (2020-07-16)

### Bug Fixes

* none

### Features

* Added optional override selection property to the defaultMonth attribute.


# 0.10.1 (2020-08-02)

### Bug Fixes

* Added __outline: none__ style to date, month and year cells.

### Features

* none


# 0.10.2 (2020-08-03)

### Bug Fixes

* none

### Features

* Merged: [Update angular-mydatepicker.locale.service.ts #57](https://github.com/kekeh/angular-mydatepicker/pull/57)


# 0.11.0 (2021-02-19)

### Bug Fixes

* none

### Features

* Peer dependencies removed from the package.json file.


# 0.11.2 (2021-04-11)

### Bug Fixes

* Fixed bug: [Date & Month defaulting to current month and Date #79](https://github.com/kekeh/angular-mydatepicker/issues/79)

### Features

* none


# 0.11.3 (2021-05-19)

### Bug Fixes

* none

### Features

* Merged: [Provide different classes for the first and last days in date range. #85](https://github.com/kekeh/angular-mydatepicker/pull/85)


# 0.11.4 (2021-07-02)

### Bug Fixes

* none

### Features

* Merged: [Add aria-label for screen readers #87](https://github.com/kekeh/angular-mydatepicker/pull/87)


# 0.11.5 (2021-08-13)

### Bug Fixes

* none

### Features

* Added support to ordinal dates.

