Skip to content

Releases: vardumper/extended-htmldocument

0.3.3

21 May 08:31
6fa5bd9

Choose a tag to compare

Full Changelog: 0.3.2...0.3.3

0.3.2

21 May 07:51
2794289

Choose a tag to compare

Full Changelog: 0.3.1...0.3.2

0.3.1

21 May 07:38

Choose a tag to compare

Reworked Blade templates in order to flatten component naming:

old:
templates/blade/block/div/div.blade.php → x-block.div.div
templates/blade/block/h3/h3.blade.php → x-block.h3.h3
templates/blade/inline/a/a.blade.php → x-inline.a.a

new:
templates/blade/block/div/index.blade.php → x-block.div
templates/blade/block/h3/index.blade.php → x-block.h3
templates/blade/inline/a/index.blade.php → x-inline.a

which makes for nicer syntax:

<x-block.div class="teaser">
  <x-block.hgroup>
    <x-block.h3>
      Headline
    </x-block.h3>
  </x-block.hgroup>
</x-block.div>

Full Changelog: 0.3.0...0.3.1

0.3.0

18 May 07:01

Choose a tag to compare

now with working component generation from YAML description

Full Changelog: 0.2.101...0.3.0

0.2.101

09 May 11:45
309137a

Choose a tag to compare

Full Changelog: 0.2.100...0.2.101

0.2.100

09 May 11:44
97e4e12

Choose a tag to compare

Full Changelog: 0.2.99...0.2.100

0.2.99

09 May 11:42
6571070

Choose a tag to compare

Full Changelog: 0.2.98...0.2.99

0.2.98

09 May 11:38
5d9f518

Choose a tag to compare

Full Changelog: 0.2.97...0.2.98

0.2.97

09 May 11:36
20fc19b

Choose a tag to compare

Full Changelog: 0.2.96...0.2.97

0.2.96

09 May 11:32
ab448d8

Choose a tag to compare

Full Changelog: 0.2.95...0.2.96