Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 5d1c326

Browse files
committed
release: v1.1.26
1 parent a27ea82 commit 5d1c326

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.1.26](https://github.com/angular/material/compare/v1.1.25...v1.1.26) (2020-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **calendar, datepicker:** fix MomentJS custom format support ([667a78f](https://github.com/angular/material/commit/667a78f955b0980735aab744eeb5a2b22f6fbfa1)), closes [#12003](https://github.com/angular/material/issues/12003) [#11949](https://github.com/angular/material/issues/11949)
7+
8+
9+
### Contributors
10+
11+
Thank you to the contributors who helped with the v1.1.26 release:
12+
13+
[<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117">](https://github.com/Splaktar) |[<img alt="mmalerba" src="https://avatars0.githubusercontent.com/u/14793288?v=4&s=117" width="117">](https://github.com/mmalerba) |
14+
:---: |:---: |
15+
[Splaktar](https://github.com/Splaktar) |[mmalerba](https://github.com/mmalerba) |
16+
17+
118
<a name="1.1.25"></a>
219
## [1.1.25](https://github.com/angular/material/compare/v1.1.24...v1.1.25) (2020-08-31)
320

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-source",
3-
"version": "1.1.25",
3+
"version": "1.1.26",
44
"description": "The AngularJS Material project is an implementation of Material Design in AngularJS. This project provides a set of reusable, well-tested, and accessible Material Design UI components. AngularJS Material is supported internally at Google by the AngularJS, Angular Components, and other product teams.",
55
"keywords": [
66
"client-side",
@@ -132,4 +132,4 @@
132132
"node": ">=10",
133133
"npm": ">=6"
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)