Skip to content

Releases: Paneon/php-vue-to-twig

PHP Vue to Twig v0.29.3

01 Dec 08:08
a1436ee
Compare
Choose a tag to compare
  • Fix style regex for scoped styles with selectors like this: .foo /deep/ li:nth-child(1) { color: black; }

PHP Vue to Twig v0.29.2

17 Nov 12:14
d4d57a8
Compare
Choose a tag to compare
  • Fix scoped styles for component as root node

PHP Vue to Twig v0.29.1

13 Nov 16:39
63eaf6d
Compare
Choose a tag to compare
  • Fix for component include

PHP Vue to Twig v0.29.0

13 Nov 15:26
20d8564
Compare
Choose a tag to compare
  • Fix raw block order
  • Fix include component on root
  • Add deep support for scoped styles

PHP Vue to Twig v0.28.1

12 Nov 16:50
dd13585
Compare
Choose a tag to compare

Fixed named slots

PHP Vue to Twig v0.28.0

12 Nov 16:10
4bb2141
Compare
Choose a tag to compare

Added support for v-bind
Fixes named slots

PHP Vue to Twig v0.27.2

12 Nov 12:31
45bbd10
Compare
Choose a tag to compare

Fixes a problem with slots with the same name

PHP Vue to Twig v0.27.1

23 Oct 09:46
5dd1533
Compare
Choose a tag to compare

Fix for slot_default inheritance

PHP Vue to Twig v0.27.0

13 Oct 07:27
59888b6
Compare
Choose a tag to compare

Added data block support.
It's disabled per default.

PHP Vue to Twig v0.26.1

08 Oct 10:53
595162f
Compare
Choose a tag to compare

Improved template string support.