Skip to content

Releases: wmde/php-vuejs-templating

2.2.0-beta.7

17 Jul 10:52
f866348
Compare
Choose a tag to compare
2.2.0-beta.7 Pre-release
Pre-release

What's Changed

  • Add support for Javascript expressions in v-html attributes by @codders in #48
  • Add support for v-for attributes on template tags by @codders in #49

Full Changelog: 2.2.0-beta.6...2.2.0-beta.7

2.2.0-beta.6

14 Jul 14:43
5b6318a
Compare
Choose a tag to compare
2.2.0-beta.6 Pre-release
Pre-release

Better v-for support and a fix for v-html together with :bound attributes.

What's Changed

Full Changelog: 2.2.0-beta.5...2.2.0-beta.6

2.2.0-beta.5

11 Jul 09:57
89cd93b
Compare
Choose a tag to compare
2.2.0-beta.5 Pre-release
Pre-release

Fix for a crash in some PHP 8.1 versions.

What's Changed

  • Workaround for libxml double-free in PHP 8.1.21 by @codders in #45

Full Changelog: 2.2.0-beta.4...2.2.0-beta.5

2.2.0-beta.4

04 Jul 07:39
3e39150
Compare
Choose a tag to compare
2.2.0-beta.4 Pre-release
Pre-release

What's Changed

  • Add complex expression handling with Peast by @codders in #39
  • Handle member expressions in v-for statements by @codders in #40
  • Add support for object-valued class attributes in Vue templates by @codders in #41
  • Handle array-type value substitution in Vue templates by @codders in #42
  • Add support for more literals, and binary expressions by @codders in #43
  • Add support for v-else-if attributes by @codders in #44

New Contributors

Full Changelog: 2.2.0-beta.3...2.2.0-beta.4

2.2.0-beta.3

25 Jun 15:49
cc9b51c
Compare
Choose a tag to compare
2.2.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: 2.2.0-beta.2...2.2.0-beta.3

2.2.0-beta.2

13 Jun 14:22
2d28b47
Compare
Choose a tag to compare
2.2.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: 2.2.0-beta.1...2.2.0-beta.2

2.2.0-beta.1

13 Jun 10:10
4e6e484
Compare
Choose a tag to compare
2.2.0-beta.1 Pre-release
Pre-release

This release adds support for rendering sub-components used in a template, using the new App class. It also includes several bugfixes and requires PHP 8.1 (up from PHP 7.4).

What's Changed

Full Changelog: 2.1.0...2.2.0-beta.1

2.1.0

05 Jun 11:19
158a0ff
Compare
Choose a tag to compare

This release adds support for Single-File Component (SFC) templates (only the contents of the <template> element are rendered).

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

07 Nov 15:33
6db5bd0
Compare
Choose a tag to compare

This release drops support for Vue 2 filter syntax; only method syntax is supported now. (Note that the JS expression parser is still fairly limited; in particular, it only supports method calls with a single argument.) See #25 and #26.

Full Changelog: 1.1.0...2.0.0

1.1.0

01 Nov 16:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.1.0