Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 637f21e

Browse files
deploy-0.0.21
1 parent 45dd1be commit 637f21e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.0.21"></a>
2+
## [0.0.21](https://github.com/Promact/md2/compare/0.0.20...v0.0.21) (2017-05-31)
3+
4+
5+
### Bug Fixes
6+
7+
* fix(select) design with multiple select #221
8+
* fix(datepicker) format date issue
9+
* fix(datepicker) prevent unnecessary fire change event onblur of textbox
10+
* fix(tags) menu option design improvement
11+
12+
13+
114
<a name="0.0.20"></a>
215
## [0.0.20](https://github.com/Promact/md2/compare/0.0.19...v0.0.20) (2017-05-29)
316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md2",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Chips(Tags), Collapse, Colorpicker, Data Table, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.",
55
"author": "Dharmesh Pipariya <[email protected]>",
66
"homepage": "https://github.com/Promact/md2",

src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md2",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Chips(Tags), Collapse, Colorpicker, Data Table, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.",
55
"main": "./md2.umd.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)