v3.1.0
stable version:
Since tiptap editor still in beta, I decided to make MarkdownEditor
the default editor, if you want to use other one you can set it in the panel configuration.
⚠️ ⚠️ the configuration for models has been changed to:
->skyModels([
'Faq' => \LaraZeus\Sky\Models\Faq::class,
'Post' => \LaraZeus\Sky\Models\Post::class,
'PostStatus' => \LaraZeus\Sky\Models\PostStatus::class,
'Tag' => \LaraZeus\Sky\Models\Tag::class,
'Library' => \LaraZeus\Sky\Models\Library::class,
])
What's Changed
- Add tiptap editor by @atmonshi in #131
- Update TipTapEditor.php by @atmonshi in #133
- refactor-editors by @atmonshi in #135
- Breadcrumbs and update SEO by @atmonshi in #141
- Update configuration.md by @atmonshi in #142
- remove config from
PublishCommand
by @atmonshi in #143 - improve queries by @atmonshi in #144
- fix duplicated breadcrumbs by @atmonshi in #145
- push filament styles when embedding a form by @atmonshi in #146
- update Render Nav Item class to include libraries items by @atmonshi in #148
- Update MarkdownEditor.php by @albertobenavides in #149
- refactor configuration model by @atmonshi in #151
- add RichEditor and update MarkdownEditor by @atmonshi in #152
New Contributors
- @albertobenavides made their first contribution in #149
Full Changelog: 2.4.34...v3.1.0