You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,19 @@
4
4
5
5
# Materialize for Yii2
6
6
7
+
----
8
+
This is the current, actively developed 2.x branch which introduces some breaking changes compared to version 1.x.
9
+
[Go to 1.x version](https://github.com/MacGyer/yii2-materializecss/tree/1.x)
10
+
----
11
+
7
12
This package integrates the Materialize CSS framework into [Yii2](http://www.yiiframework.com/).
8
13
[Materialize](http://materializecss.com/) is a modern responsive front-end framework based on Material Design.
9
14
10
15
See [official documentation](http://macgyer.github.io/yii2-materializecss/) for detailed information.
11
16
12
17
**New**: Have a look at the [official demo page](http://yii2-materializecss.pluspunkt-coding.de) to see the repo in action.
13
18
14
-
Current Materialize version implemented: 0.98.2
19
+
Current Materialize version implemented: 0.100.1
15
20
16
21
## Installation
17
22
@@ -64,6 +69,7 @@ The following widgets are currently available:
64
69
* Button
65
70
* Carousel
66
71
* Chip
72
+
* Collapsible
67
73
* DatePicker
68
74
* DetailView
69
75
* Dropdown
@@ -111,7 +117,7 @@ You can copy those templates to any location you wish for further customization.
111
117
112
118
## Known issues
113
119
114
-
Despite the styling issues in Materialize v0.97.8. the dependency has been updated to v0.98.2.
120
+
Despite the styling issues in the side navigation overlay the dependency has been updated to v0.100.1.
115
121
See [Issue #4046](https://github.com/Dogfalo/materialize/issues/4046) for details.
116
122
117
123
Unfortunately the issue still exists in the latest release, but can be fixed temporarily with the following CSS styles:
@@ -134,6 +140,13 @@ You can find the sample layout file in ```src/layout/main.php```.
134
140
135
141
## Change log
136
142
143
+
### 2.0.0 - 2017-07-30
144
+
***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
0 commit comments