2.0.0
What's Changed
- Tweaks the Install command, published component, and rename attribute by @tonysm in #36
- Adds Workbench by @tonysm in #37
- Model Touching by @tonysm in #39
- New Sanitization Example by @tonysm in #40
- Adds Livewire Example by @tonysm in #41
- Support encrypting content by @tonysm in #38
Full Changelog: 1.7.0...2.0.0
Upgrade Guide
A few things changed from v1. There are some breaking changes, but most are renamings.
Rename the Rich Text Property
Rename all your $richTextFields
properties to $richTextAttributes
on all your models using it
Rename the Styles Component
Rename the <x-rich-text-trix-styles />
to <x-rich-text::styles />
Rename the Published Trix Input Component
Rename the <x-trix-field />
to <x-trix-input />
(both the file and its usages)