Skip to content

Commit

Permalink
release: v15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed Dec 5, 2023
1 parent 58d9509 commit 6952e82
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 15.1.0

- fix(timepicker): disable timepicker toggle if input is disabled ([#124](https://github.com/dhutaryan/ngx-mat-timepicker/pull/124))
- fix(input): add min/max attributes ([#123](https://github.com/dhutaryan/ngx-mat-timepicker/pull/123))
- fix(input): add missed export for MatTimepickerInputEvent ([#122](https://github.com/dhutaryan/ngx-mat-timepicker/pull/122))
- fix(dials): prevent scroll for inline mode ([#116](https://github.com/dhutaryan/ngx-mat-timepicker/pull/116))
- fix(timepicker): increase css weight for close button ([#115](https://github.com/dhutaryan/ngx-mat-timepicker/pull/115))

# 15.0.3

- feat(timepicker): change default colors for toggle icon ([#110](https://github.com/dhutaryan/ngx-mat-timepicker/pull/110))
Expand All @@ -11,14 +19,35 @@

- build(deps): bump angular and angular material to v15 ([#92](https://github.com/dhutaryan/ngx-mat-timepicker/pull/92))

# 14.1.0

- fix(timepicker): disable timepicker toggle if input is disabled ([#124](https://github.com/dhutaryan/ngx-mat-timepicker/pull/124))
- fix(input): add min/max attributes ([#123](https://github.com/dhutaryan/ngx-mat-timepicker/pull/123))
- fix(input): add missed export for MatTimepickerInputEvent ([#122](https://github.com/dhutaryan/ngx-mat-timepicker/pull/122))
- fix(timepicker): increase css weight for close button ([#115](https://github.com/dhutaryan/ngx-mat-timepicker/pull/115))

# 14.0.0

- build(deps): bump angular and angular material to v14 ([#90](https://github.com/dhutaryan/ngx-mat-timepicker/pull/90))

# 13.1.0

- fix(timepicker): disable timepicker toggle if input is disabled ([#124](https://github.com/dhutaryan/ngx-mat-timepicker/pull/124))
- fix(input): add min/max attributes ([#123](https://github.com/dhutaryan/ngx-mat-timepicker/pull/123))
- fix(input): add missed export for MatTimepickerInputEvent ([#122](https://github.com/dhutaryan/ngx-mat-timepicker/pull/122))
- fix(timepicker): increase css weight for close button ([#115](https://github.com/dhutaryan/ngx-mat-timepicker/pull/115))

# 13.0.0

- build(deps): bump angular and angular material to v13 ([#87](https://github.com/dhutaryan/ngx-mat-timepicker/pull/87))

# 12.4.0

- fix(timepicker): disable timepicker toggle if input is disabled ([#124](https://github.com/dhutaryan/ngx-mat-timepicker/pull/124))
- fix(input): add min/max attributes ([#123](https://github.com/dhutaryan/ngx-mat-timepicker/pull/123))
- fix(input): add missed export for MatTimepickerInputEvent ([#122](https://github.com/dhutaryan/ngx-mat-timepicker/pull/122))
- fix(timepicker): increase css weight for close button ([#115](https://github.com/dhutaryan/ngx-mat-timepicker/pull/115))

# 12.3.1

- fix(dials): prevent scrolling by clicking space ([#84](https://github.com/dhutaryan/ngx-mat-timepicker/pull/84))
Expand Down
2 changes: 1 addition & 1 deletion projects/mat-timepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dhutaryan/ngx-mat-timepicker",
"description": "Angular imepicker to add time which is based on material design and Angular material.",
"version": "15.0.3",
"version": "15.1.0",
"license": "MIT",
"author": {
"name": "Dzmitry Hutaryan"
Expand Down

0 comments on commit 6952e82

Please sign in to comment.