Skip to content

Releases: Paneon/php-vue-to-twig

Add Support to scan code for Props using the Props decorator

08 Jan 10:17
5e7690a
Compare
Choose a tag to compare

Adds support for registering props with the @props decorator syntax:

@Prop({ type: String, default: 'foo' }) readonly test!: string;

0.16.1 Bugfix

07 Jan 11:46
1c55dc9
Compare
Choose a tag to compare

Fixes automatically passing down a parent "class" variable downwards.

0.16.0: Merge pull request #32 from tronsha/feature/trim

26 Sep 08:52
92b3cc5
Compare
Choose a tag to compare

0.15.1: Merge pull request #30 from tronsha/bugfix/key-attribute-return

05 Aug 15:59
3bf357e
Compare
Choose a tag to compare

0.15.0

18 Jul 09:07
011717b
Compare
Choose a tag to compare
  • Allow attribute values to have filters
  • Allow v-if on root nodes
  • Add phpstan

0.14.3: Merge pull request #25 from Paneon/develop

20 Mar 12:00
46dce32
Compare
Choose a tag to compare
Set default values for variables in set-blocks in the beginning of th…

0.14.2: Merge pull request #24 from Paneon/develop

10 Mar 23:00
f9ab4c7
Compare
Choose a tag to compare
Use DOMNodeList->length instead of count() to support PHP 7.1

0.14.1: Merge pull request #22 from Paneon/bugfix/missing-spaces

25 Feb 14:50
c281e65
Compare
Choose a tag to compare

0.14.0: Merge pull request #21 from Paneon/feature/twig-block

25 Feb 12:50
f5f1d7f
Compare
Choose a tag to compare
Add custom twig blocks which will be added to the twig templates

0.13.0: Merge pull request #20 from Paneon/feature/slots

22 Feb 09:22
e5462bc
Compare
Choose a tag to compare