Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Releases: spatie/laravel-blade-x

2.1.1

01 Feb 22:44
1690b85
Compare
Choose a tag to compare
  • use Arr:: and Str:: functions

2.1.0

29 Oct 10:50
1ecfe1b
Compare
Choose a tag to compare
  • add support for namespaced subdirectories

2.0.3

22 Oct 08:39
Compare
Choose a tag to compare
  • fix compiling empty tag attributes

2.0.2

08 Oct 18:45
Compare
Choose a tag to compare
  • fix edge-case for self-closing tags with newlines

2.0.1

08 Oct 13:29
Compare
Choose a tag to compare
  • fix edge-case for boolean attributes in opening tags

2.0.0

08 Oct 08:16
Compare
Choose a tag to compare
  • simplified component registration
  • internal cleanup
  • some edge case fixes

1.2.3

07 Oct 09:19
Compare
Choose a tag to compare
  • fix nested components and slots without spaces or on a single line
  • fix edge-case for slots with weird content

1.2.2

04 Oct 14:44
Compare
Choose a tag to compare
  • remove unnecessary dependencies symfony/css-selector and symfony/dom-crawler

1.2.1

04 Oct 09:31
Compare
Choose a tag to compare
  • fix test

1.2.0

04 Oct 09:21
Compare
Choose a tag to compare
  • add support for context
  • add closure based view models
  • bugfixes for component attributes with weird characters