Releases: whitecube/bem-components
Releases · whitecube/bem-components
v2.0.1
Version 2.x
This new major release moves the package's capabilities from class Inheritance (using class MyComponent extends BemComponent
) to Composition (using a brand new HasBemClasses
trait). Other fixes and changes also affect backwards compatibility.
For more information, refer to the full README.md
.
From now on, version 1.x is deprecated but will remain maintainable on branch 1.x
.
Laravel 10
v1.2.1 Update composer.json
Laravel 10
v1.2.0 Fix for Laravel 9.36 (Blade components optimization)
v1.1.1
Fixed errors caused by laravel/framework#44487
v1.1.0
Added support for Laravel 9
Added ability to get view instance
v1.0.2 Added ability to get the view instance
v1.0.1
Added ability to add modifiers programmatically
Support for Laravel 8
v1.0.0 Allow Laravel 8