Skip to content

v3.1.0

Compare
Choose a tag to compare
@atmonshi atmonshi released this 12 Sep 12:01
· 182 commits to 3.x since this release
99b8d84

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

New Contributors

Full Changelog: 2.4.34...v3.1.0