2.2.0-beta.1
Pre-release
Pre-release
·
23 commits
to master
since this 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
- Use textContent, not wholeText, to process text nodes by @lucaswerkmeister in #31
- Throw errors from HTML parsing by @lucaswerkmeister in #32
- Bump PHP requirement to 8.1 by @lucaswerkmeister in #33
- Two minor cleanups by @lucaswerkmeister in #34
- Sub-component support by @lucaswerkmeister in #35
Full Changelog: 2.1.0...2.2.0-beta.1