Skip to content

Commit 3aeeb41

Browse files
author
Christoph Erdmann
committed
more readme
1 parent de0ac75 commit 3aeeb41

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
# Materialize for Yii2
66

77
----
8+
89
This is the current, actively developed 2.x branch which introduces some breaking changes compared to version 1.x.
10+
911
[Go to 1.x version](https://github.com/MacGyer/yii2-materializecss/tree/1.x)
12+
1013
----
1114

1215
This package integrates the Materialize CSS framework into [Yii2](http://www.yiiframework.com/).
@@ -142,8 +145,8 @@ You can find the sample layout file in ```src/layout/main.php```.
142145

143146
### 2.0.0 - 2017-07-30
144147
* **Please note: this release contains breaking changes**
145-
* moved [Breadcrumbs](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/Breadcrumbs.php), [Dropdown](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/Dropdown.php), [FixedActionButton](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/FixedActionButton.php), [Nav](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/Nav.php), [NavBar](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/NavBar.php) and [SideNav](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/SideNav.php) to dedicated namespace
146-
* dropped chingyawhao/materialize-clockpicker in favor of Materialize native time picker implementation
148+
* moved [Breadcrumbs](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/Breadcrumbs.php), [Dropdown](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/Dropdown.php), [FixedActionButton](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/FixedActionButton.php), [Nav](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/Nav.php), [NavBar](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/NavBar.php) and [SideNav](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/navigation/SideNav.php) to dedicated namespace (**breaking**)
149+
* dropped chingyawhao/materialize-clockpicker in favor of Materialize native time picker implementation (**breaking**)
147150
* added [Collapsible](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/Collapsible.php)
148151
* updated Materialize to v0.100.1
149152

0 commit comments

Comments
 (0)