Skip to content

Commit

Permalink
release: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Leibiger committed Apr 3, 2018
1 parent 4e98d67 commit 1826c8d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# 1.0.4 (03/04/2018)
* chore: update to material 5.2.4 and required angular 5.2.3
* fix:
[#11](https://github.com/kuhnroyal/mat-datetimepicker/issues/11)
add separate parsing formats for moment adapter
([PR-#12](https://github.com/kuhnroyal/mat-datetimepicker/pull/12))
thanks [@benoitbzl](https://github.com/benoitbzl)
* fix: [#14](https://github.com/kuhnroyal/mat-datetimepicker/pull/14)
"touchUi" parameter throws error
thanks [@guschnwg](https://github.com/guschnwg)
* fix: disable click on month label when type = "month"
([053d5a1](https://github.com/kuhnroyal/mat-datetimepicker/commit/053d5a111e0546cfa33b79117694f4905f1777b0))
thanks [@guschnwg](https://github.com/guschnwg)
* fix: [#10](https://github.com/kuhnroyal/mat-datetimepicker/issues/10) [#21](https://github.com/kuhnroyal/mat-datetimepicker/issues/21)
apply IE11 focus code from upstream material
([0e67e30](https://github.com/kuhnroyal/mat-datetimepicker/commit/0e67e30b2734985b8dddaa72b03bf1dff70c6b84))
* feat:
[#19](https://github.com/kuhnroyal/mat-datetimepicker/issues/19)
allow filtering on hours/minutes with "dateFilter", filter functions now take a 2nd parameter.
([6e150ee](https://github.com/kuhnroyal/mat-datetimepicker/commit/6e150eeb54a54f77c18e25f578958ee417494c0a))

# 1.0.3 (03/04/2018) NOT RELEASED
* unpublished due to wrong packaging

# 1.0.2 (14/01/2018)
* fix: #5 output format for initial values in reactive forms not respected
* fix: #6 min/max values in clock view not respected
* fix: [#5](https://github.com/kuhnroyal/mat-datetimepicker/issues/5) output format for initial values in reactive forms not respected
* fix: [#6](https://github.com/kuhnroyal/mat-datetimepicker/issues/6) min/max values in clock view not respected

# 1.0.1 (07/12/2017)
* fix: peerDependency version @mat-datetimepicker/core
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mat-datetimepicker/core",
"version": "1.0.2",
"version": "1.0.4",
"repository": "https://github.com/kuhnroyal/mat-datetimepicker.git",
"author": "PL <kuhnroyal@gmail.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions lib/moment/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@mat-datetimepicker/moment",
"version": "1.0.2",
"version": "1.0.4",
"repository": "https://github.com/kuhnroyal/mat-datetimepicker.git",
"author": "PL <kuhnroyal@gmail.com>",
"license": "MIT",
"peerDependencies": {
"@angular/material": "^5.2.4",
"@angular/material-moment-adapter": "^5.2.4",
"@mat-datetimepicker/core": "1.0.2",
"@mat-datetimepicker/core": "1.0.4",
"moment": "^2.18.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mat-datetimepicker",
"version": "1.0.1",
"version": "1.0.4",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 1826c8d

Please sign in to comment.