All notable changes to sky
will be documented in this file
- allow to show/hide badges by @atmonshi in #218
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.15...v3.4.16
- Fix content by @atmonshi in #216
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.14...v3.4.15
- refactor routeNamePrefix to core trait by @atmonshi in #215
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.13...v3.4.14
- Change Text from Post to Page by @rabol in #214
- @rabol made their first contribution in #214
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.12...v3.4.13
- use sky without the frontend scaffolding by @atmonshi in #212
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.11...v3.4.12
- Fix add nav item action by @atmonshi in #209
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.10...v3.4.11
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #204
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #205
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #207
- add route name prefix by @atmonshi in #208
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.9...v3.4.10
- Update InstallCommand.php by @atmonshi in #202
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.8...v3.4.9
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #200
- fix url in nav render by @atmonshi in #201
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.7...v3.4.8
- fix: evaluate potential closure value before rendering navigation component by @mallardduck in #197
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.6...v3.4.7
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #193
- Fix page/post count bug by @mallardduck in #195
⚠️ This PR also removes thepublished_at
fromposts
andpage
scope, if your are using these scopes, please add->whereDate('published_at', '<=', now())
where needed.
- @mallardduck made their first contribution in #195
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.5...v3.4.6
- add better support for libraries with URL item by @atmonshi in #190
and added new blade files:
resources/views/themes/zeus/sky/addons/library-types/*-url.blade.php
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.4...v3.4.5
- Update PageResource.php by @HeartlandTechie in #189
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.3...v3.4.4
- add support LDAPRecord by @HeartlandTechie in #187
- add docs for override the models by @atmonshi in #188
- @HeartlandTechie made their first contribution in #187
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.2...v3.4.3
- fix published at and make it required by @atmonshi in #186
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.1...v3.4.2
- use the new Toggle Buttons by @atmonshi in #185
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.4.0...v3.4.1
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #183
- update to filament v3.1 by @atmonshi in #184
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.3.6...v3.4.0
- update class custom to primary by @atmonshi in #182
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.3.5...v3.3.6
- fix actions by @atmonshi in #181
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.3.4...v3.3.5
- fix short link url by @atmonshi in #180
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.3.3...v3.3.4
- add get short url action by @atmonshi in #179
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.3.2...v3.3.3
- fix image for pages by @atmonshi in #177
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.3.1...v3.3.2
- allow to hide Resources from Navigation by @atmonshi in #176
Added a Small feature to allow to hide Resources from Navigation:
in your panel provider you can hide any resource from the side nav
->hideResources([
FaqResource::class,
])
for more check out the docs: https://larazeus.com/docs/sky/v3/getting-started/configuration
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.3.0...v3.3.1
Thanks to ryangjchandler, who created the beautiful plugin filament-navigation. Now, Sky already includes a version of the plugin to upgrade and add more features easily.
remove FilamentNavigation::make(),
from your panel plugins.
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.2.5...v3.3.0
- Add ckb translation by @RawanD201 in #173
- @RawanD201 made their first contribution in #173
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.2.4...v3.2.5
- fix config key for search skipper by @atmonshi in #172
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.2.3...v3.2.4
- allow to configure a domain by @atmonshi in #169
- allow to hide tag resource by @atmonshi in #170
- fix get page image and multiple panels by @atmonshi in #171
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.2.2...v3.2.3
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #166
- Update composer.lock by @atmonshi in #168
Full Changelog: https://github.com/lara-zeus/sky/compare/v3.2.1...v3.2.2
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.
->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,
])
- 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
- @albertobenavides made their first contribution in #149
Full Changelog: https://github.com/lara-zeus/sky/compare/2.4.34...v3.1.0
- fix: show pages in the sidebar and no result for search by @atmonshi in #129
- add Content parser by @atmonshi in #118
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.
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.
Of course, it will be visible only if you install Sky with Bolt :)
- @chahal26 made their first contribution in #66
Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.7...2.4.0
- small fixes in FAQ by @atmonshi in #62
Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.6...2.3.7
- Add prose to faq by @leekaimun in #61
- @leekaimun made their first contribution in #61
Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.5...2.3.6
- Add prose classes by @atmonshi in #60
Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.4...2.3.5
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #58
- add unique() constraint to slug fields by @thyseus in #57
- ensure only posts with status 'publish' are being shown in public by @thyseus in #56
Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.3...2.3.4
- s/$getRecord/$getRecord() by @thyseus in #54
Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.2...2.3.3
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #51
- PostScope: also search in 'slug' column by @thyseus in #52
- @dependabot made their first contribution in #51
Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.1...2.3.2
- improve SEO by @atmonshi in #50
Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.0...2.3.1
- improve skeleton and add tests and dark mode
- separate the CSS for frontend and filament
- update .github workflows
- add phpstan and pint
Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.6...2.3.0
- restore the post factory by @atmonshi in #48
Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.5...2.2.6
- remove SEO from the service provider by @atmonshi in #41
- remove Factories by @thyseus in #42
- add route name slug by @thyseus in #44
- check for status on posts and pages by @atmonshi in #47
also checkout our roadmap: #46
Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.4...2.2.5
- update core to fix lang switcher by @atmonshi in #40
Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.3...2.2.4
- introduce the ability to filter posts by category by @thyseus in #35
- add Scopes for search by @atmonshi in #36
- update responsive design by @atmonshi in #38
Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.2...2.2.3
Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.1...2.2.2
Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.0...2.2.1
- French Translation by @nicolasbaud in #27
- refactor SEO and remove it form SkyServiceProvider by @atmonshi in #28
- @nicolasbaud made their first contribution in #27
Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.6...2.1.7
Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.5...2.1.6
- introduce full-text search by @thyseus in #23
Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.4...2.1.5
update core version
Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.2...2.1.3
- change translatable column types by @atmonshi in #21
Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.1...2.1.2
- change namespace for Translatable by @atmonshi in #20
Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.0...2.1.1
- add trans by @atmonshi in #14
- s/auther/author by @thyseus in #13
- introduce the ability to write posts and pages in different languages by @thyseus in #12
- introducing Addons: Faq by @atmonshi in #15
- @thyseus made their first contribution in #13
Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.5...2.1.0
Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.4...2.0.5
- add missing validation by @atmonshi in #9
Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.3...2.0.4
- fix preview links by @atmonshi in #5
- Apply fixes from StyleCI by @atmonshi in #6
- Configure prefix by @atmonshi in #7
- add some actions by @atmonshi in #8
Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.2...2.0.3
- the first stable release, and happy birthday to me :)