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

Commit

Permalink
deploy-0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmeshpipariya-zz committed May 29, 2017
1 parent eb0801e commit 7e5d8dd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="0.0.20"></a>
## [0.0.20](https://github.com/Promact/md2/compare/0.0.19...v0.0.20) (2017-05-29)


### Breaking Changes

* The forRoot method on all MD2 modules has been removed. It was previously deprecated and a no-op. Importing the modules directly will have the same effect.


### Features

* feat(select) option group


### Bug Fixes

* datepicker issue ([fab045c](https://github.com/Promact/md2/commit/fab045c))
* datepicker toggle issue ([c4ef84d](https://github.com/Promact/md2/commit/c4ef84d))
* rollup warnings while compilation ([a09b4d6](https://github.com/Promact/md2/commit/a09b4d6))
* usage of dynamic i18n arrays ([dd69e76](https://github.com/Promact/md2/commit/dd69e76))
* fix(tabs) responsive design destort issue


<a name="0.0.19"></a>
## [0.0.19](https://github.com/Promact/md2/compare/0.0.18...v0.0.19) (2017-04-20)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md2",
"version": "0.0.19",
"version": "0.0.20",
"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.",
"author": "Dharmesh Pipariya <pipariyadharmesh@gmail.com>",
"homepage": "https://github.com/Promact/md2",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md2",
"version": "0.0.19",
"version": "0.0.20",
"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.",
"main": "./md2.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit 7e5d8dd

Please sign in to comment.