Release 9.7.0-alpha.0
Pre-release
Pre-release
9.7.0-alpha.0 (2022-09-28)
Features
- Add class based base pattern. (5933a35)This is a new way to define Patterns by extending the BasePattern class and instantiating it on an element.
This is additionally to the old Base pattern approach or even the very old approach of just defining a Pattern following the specs.
The BasePattern class in core/basepattern uses JavaScript classes with all the object oriented benefits.
Yes, that might be syntactic sugar, but then again not.
For usage see: src/core/basepattern.md
Maintenance
- core registry: Support class based pattern initialization. (2c9e9dd)