Skip to content

Releases: lara-zeus/sky

v3.0.0-beta7

29 Jul 16:13
Compare
Choose a tag to compare
v3.0.0-beta7 Pre-release
Pre-release

use fork for tiptap

v3.0.0-beta2

22 Jul 19:50
Compare
Choose a tag to compare
v3.0.0-beta2 Pre-release
Pre-release

update core

v3.0.0-beta10

01 Aug 12:12
Compare
Choose a tag to compare
v3.0.0-beta10 Pre-release
Pre-release

update doctrine/dbal

v3.0.0-beta1

22 Jul 19:32
Compare
Choose a tag to compare
v3.0.0-beta1 Pre-release
Pre-release
  • support filament v3

2.4.34

14 Jul 15:31
d04f56e
Compare
Choose a tag to compare

What's Changed

adding the ability to parse the content, by default: BoltParser is avaliable.
lets you include or (embed) bolt form into any page with the syntax: <bolt>formSlug</bolt>
This will be parsed to a livewire component to display the full form.

How to use:

Make sure to add this to your config:

'parsers' => [
    \LaraZeus\Sky\Classes\BoltParser::class,
],

You can copy that class and create your own parser, too, then add it to the array, and Sky will loop them all.

I also added a tab in forms to let users copy and paste.
Of course, it will be visible only if you install Sky with Bolt :)
Screenshot 2023-07-14 at 6 26 23 PM

Remember to update your views.

Full Changelog: 2.4.33...2.4.34

2.4.33

12 Jul 15:07
8a95722
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.32...2.4.33

2.4.32

12 Jul 13:07
000dd0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.31...2.4.32

2.4.31

04 Jul 21:07
8f72138
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.30...2.4.31

2.4.30

02 Jul 07:47
850c691
Compare
Choose a tag to compare

What's Changed

  • allow to force delete and restore posts, and finally green phpstan by @atmonshi in #120

Full Changelog: 2.4.29...2.4.30

2.4.29

01 Jul 21:52
6a380c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.28...2.4.29