Skip to content

Commit fd2f075

Browse files
author
Christoph Erdmann
committed
update to Materialize 0.98.2
1 parent 783b3b4 commit fd2f075

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The following widgets are currently available:
7474
* Nav
7575
* NavBar
7676
* Progress
77+
* RangeInput
7778
* Select
7879
* SideNav
7980
* Spinner
@@ -86,7 +87,6 @@ These widgets are planned for development:
8687
* Card
8788
* Collapsible
8889
* Collection
89-
* RangeInput
9090
* Toast
9191

9292
## Gii support
@@ -136,8 +136,12 @@ You can find the sample layout file in ```src/layout/main.php```.
136136

137137
## Change log
138138

139+
### 1.4.0 - 2017-06-05
140+
* added [RangeInput](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/form/RangeInput.php)
141+
* added some missing PHPDoc annotations
142+
139143
### 1.3.0 - 2017-03-02
140-
* added [LinkPager](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/LinkPager.php): set [LinkPager]() as default pager class
144+
* added [LinkPager](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/LinkPager.php)
141145
* [GridView](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/GridView.php): set [LinkPager](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/LinkPager.php) as default pager class
142146

143147
### 1.2.1 - 2017-02-05

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"role": "Developer"
1414
}
1515
],
16-
"version": "1.3.0",
16+
"version": "1.4.0",
1717
"require": {
1818
"php": ">=5.6.0",
1919
"yiisoft/yii2": "~2.0.0",
2020

21-
"bower-asset/materialize": "0.98.0"
21+
"bower-asset/materialize": "0.98.2"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)