Releases: jacksleight/statamic-bard-mutator
Releases · jacksleight/statamic-bard-mutator
3.0.5
3.0.4
- [fix] Mark support in node data helpers
3.0.3
- [fix] Undefined property error
3.0.2
- [fix] Info argument error when pre-processing HTML for CP form
3.0.1
- [fix] Info argument error when augmenting for CP listing
3.0.0
This release introduces some significant changes to the terminology and variables used in mutators, however there are only two very small breaking changes, please read upgrade guide for more information.
- [new] Mutators are now known as plugins
- [new] Class based plugins for easier organisation and reuse
- [new] Scoped plugins that can be enabled per-field
- [new] New helpers and metadata for advanced data manipulation
- Easier setup with no custom editor class binding
- Better indexing of parent and sibling items
- More flexible type name handling
- Statamic 5.0+ is now required
2.3.1
- Statamic 5 support
2.3.0
- [new] Include Bard field object in metadata
2.2.1
- Add method annotations to the Mutator facade
2.2.0
- [new] Statamic 4 support