Releases: whitecube/bem-components
Releases · whitecube/bem-components
v2.2.0 - Laravel 12
What's Changed
- Update for laravel 12 by @theokbokki in #3
New Contributors
- @theokbokki made their first contribution in #3
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Full Changelog: v2.0.1...v2.1.0
v2.0.1
Improvements:
- Fixed
ComponentAttributeBagmethod chaining ability by providing a customBemComponentAttributeBaginstance.
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