Skip to content

Releases: whitecube/bem-components

v2.0.1

14 Dec 10:38
Compare
Choose a tag to compare

Improvements:

  • Fixed ComponentAttributeBag method chaining ability by providing a custom BemComponentAttributeBag instance.

Version 2.x

12 Dec 10:11
Compare
Choose a tag to compare

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

16 Feb 09:17
17b5bf4
Compare
Choose a tag to compare
v1.2.1

Update composer.json

Laravel 10

16 Feb 09:15
Compare
Choose a tag to compare
v1.2.0

Fix for Laravel 9.36 (Blade components optimization)

v1.1.1

19 Oct 08:40
Compare
Choose a tag to compare

Fixed errors caused by laravel/framework#44487

v1.1.0

11 Feb 14:20
f9f8718
Compare
Choose a tag to compare

Added support for Laravel 9

Added ability to get view instance

18 Nov 17:24
a1dc0f2
Compare
Choose a tag to compare
v1.0.2

Added ability to get the view instance

v1.0.1

29 Oct 18:04
15d7708
Compare
Choose a tag to compare
Added ability to add modifiers programmatically

Support for Laravel 8

27 Oct 12:38
e9a16ad
Compare
Choose a tag to compare
v1.0.0

Allow Laravel 8