This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
Releases: spatie/laravel-blade-x
Releases · spatie/laravel-blade-x
2.1.1
- use Arr:: and Str:: functions
2.1.0
- add support for namespaced subdirectories
2.0.3
- fix compiling empty tag attributes
2.0.2
- fix edge-case for self-closing tags with newlines
2.0.1
- fix edge-case for boolean attributes in opening tags
2.0.0
- simplified component registration
- internal cleanup
- some edge case fixes
1.2.3
- fix nested components and slots without spaces or on a single line
- fix edge-case for slots with weird content
1.2.2
- remove unnecessary dependencies
symfony/css-selector
andsymfony/dom-crawler
1.2.1
- fix test
1.2.0
- add support for context
- add closure based view models
- bugfixes for component attributes with weird characters