Skip to content

Releases: jacksleight/statamic-bard-mutator

1.0.0

01 Dec 11:34
Compare
Choose a tag to compare
  • Now only replaces classes of nodes/marks that are actually being mutated
  • Ability to mutate TipTap extension schemas and commands (requires Statamic 3.2.24+)

0.2.0

22 Oct 10:04
Compare
Choose a tag to compare
  • [break] Package Renamed:
    This package has been renamed to jacksleight/statamic-bard-mutator. Sorry for any inconvienence this causes, but it's necessary for some future plans and to keep everything namespaced properly. Update instructions:
    1. Update composer.json to "jacksleight/statamic-bard-mutator": "0.2.0",
    2. Update any class references to the new JackSleight\StatamicBardMutator namespace
    3. Run composer update

0.1.4

29 Sep 16:52
Compare
Choose a tag to compare
  • Simplified API, Mutator::node() and Mutator::mark() have been replaced with Mutator::tag()

0.1.3

24 Sep 11:11
Compare
Choose a tag to compare
  • [fix] Support back to Statamic 3.1.14
  • Tweak to the trait API

0.1.2

23 Sep 18:58
Compare
Choose a tag to compare
  • [break] Removed custom class configuration

0.1.1

23 Sep 15:39
Compare
Choose a tag to compare
  • Tweak config keys

0.1.0

23 Sep 15:07
Compare
Choose a tag to compare
  • Initial release