- Drop support for Internet Explorer 11 (#31110). Learn more at https://make.wordpress.org/core/2021/04/22/ie-11-support-phase-out-plan/.
- Increase the minimum Node.js version to v12 matching Long Term Support releases (#31270). Learn more at https://nodejs.org/en/about/releases/.
- A
parser.js
file generated from the PEGJS grammar is now outputted in commonjs format.
- A
parser.php
file generated from the PEGJS grammar is now added upon installation.
- JS and PHP parsers now behave consistently when parsing empty attributes.
- Add new list of HTML fragments to parse output.
- Optimize JSON-attribute parsing.
- Initial release.