Releases: Paneon/php-vue-to-twig
Releases · Paneon/php-vue-to-twig
Add Support to scan code for Props using the Props decorator
Adds support for registering props with the @props decorator syntax:
@Prop({ type: String, default: 'foo' }) readonly test!: string;
0.16.1 Bugfix
Fixes automatically passing down a parent "class" variable downwards.
0.16.0: Merge pull request #32 from tronsha/feature/trim
Add trim support
0.15.1: Merge pull request #30 from tronsha/bugfix/key-attribute-return
Bugfix/key attribute return
0.15.0
0.14.3: Merge pull request #25 from Paneon/develop
Set default values for variables in set-blocks in the beginning of th…
0.14.2: Merge pull request #24 from Paneon/develop
Use DOMNodeList->length instead of count() to support PHP 7.1
0.14.1: Merge pull request #22 from Paneon/bugfix/missing-spaces
Add space after dynamic class binding
0.14.0: Merge pull request #21 from Paneon/feature/twig-block
Add custom twig blocks which will be added to the twig templates
0.13.0: Merge pull request #20 from Paneon/feature/slots
Feature/slots