Skip to content

Releases: whitecube/bem-components

v2.3.0 – Laravel 13

Choose a tag to compare

@FlorenceRandaxhe FlorenceRandaxhe released this 17 Jun 08:27
ddc02a5

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0 - Laravel 12

Choose a tag to compare

@voidgraphics voidgraphics released this 15 Jul 08:25
78a7a23

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

Choose a tag to compare

@voidgraphics voidgraphics released this 30 Jan 09:03

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@toonvandenbos toonvandenbos released this 14 Dec 10:38

Improvements:

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

Version 2.x

Choose a tag to compare

@toonvandenbos toonvandenbos released this 12 Dec 10:11

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

Choose a tag to compare

@voidgraphics voidgraphics released this 16 Feb 09:17
17b5bf4
v1.2.1

Update composer.json

Laravel 10

Choose a tag to compare

@voidgraphics voidgraphics released this 16 Feb 09:15
v1.2.0

Fix for Laravel 9.36 (Blade components optimization)

v1.1.1

Choose a tag to compare

@voidgraphics voidgraphics released this 19 Oct 08:40

Fixed errors caused by laravel/framework#44487

v1.1.0

Choose a tag to compare

@voidgraphics voidgraphics released this 11 Feb 14:20
f9f8718

Added support for Laravel 9

Added ability to get view instance

Choose a tag to compare

@voidgraphics voidgraphics released this 18 Nov 17:24
a1dc0f2
v1.0.2

Added ability to get the view instance