Skip to content

Releases: vardumper/extended-htmldocument

0.3.5

19 Jun 06:44

Choose a tag to compare

Full Changelog: 0.3.4...0.3.5

0.3.4

19 Jun 06:39

Choose a tag to compare

What's Changed

  • chore(deps): bump the npm_and_yarn group across 3 directories with 2 updates by @dependabot[bot] in #60
  • chore(deps): bump twig/twig from 3.24.0 to 3.26.0 in /templates/twig-component in the composer group across 1 directory by @dependabot[bot] in #58
  • chore(deps): bump the npm_and_yarn group across 2 directories with 6 updates by @dependabot[bot] in #57
  • chore(deps): bump the composer group across 2 directories with 3 updates by @dependabot[bot] in #62

Full Changelog: 0.3.3...0.3.4

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