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