diff --git a/README.md b/README.md index 086bc24..3112882 100755 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ The following widgets are currently available: * Alert * Breadcrumbs * Button +* Carousel * Chip * DatePicker * DetailView @@ -70,25 +71,21 @@ The following widgets are currently available: * GridView with ActionColumn * Icon * LinkPager +* MaterialBox * Modal * Nav * NavBar +* Parallax * Progress * RangeInput * Select * SideNav +* Slider * Spinner * SubmitButton * SwitchButton * TimePicker -These widgets are planned for development: - -* Card -* Collapsible -* Collection -* Toast - ## Gii support If you are creating your CRUD controller and view files using Gii you can get materialized view files by integrating the adapted Gii templates. @@ -127,6 +124,7 @@ Unfortunately the issue still exists in the latest release, but can be fixed tem Hopefully one of the upcoming releases of Materialize will fix the issue. + ## Sample layout As of version 1.0.6 there is a sample layout file included in the package. You can use this file to get inspiration for @@ -136,6 +134,13 @@ You can find the sample layout file in ```src/layout/main.php```. ## Change log +### 1.5.0 - 2017-06-05 +* added [Carousel](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/media/Carousel.php) +* added [MaterialBox](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/media/MaterialBox.php) +* added [Parallax](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/media/Parallax.php) +* added [Slider](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/media/Slider.php) +* improved sample layout + ### 1.4.0 - 2017-06-05 * added [RangeInput](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/form/RangeInput.php) * updated Materialize to v0.98.2 diff --git a/composer.json b/composer.json index 7edc57a..983bb3e 100755 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "role": "Developer" } ], - "version": "1.4.0", + "version": "1.5.0", "require": { "php": ">=5.6.0", "yiisoft/yii2": "~2.0.0", diff --git a/src/layout/main.php b/src/layout/main.php index db893ec..679943b 100644 --- a/src/layout/main.php +++ b/src/layout/main.php @@ -17,6 +17,7 @@
+ = Html::csrfMetaTags() ?>