Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Nov 2, 2023
1 parent 2b9339e commit 5edec3a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to `sky` will be documented in this file

## v3.3.0 - 2023-11-02

### What's Changed

- add navigation by @atmonshi in https://github.com/lara-zeus/sky/pull/174
- Add nav by @atmonshi in https://github.com/lara-zeus/sky/pull/175

Thanks to ryangjchandler, who created the beautiful plugin [filament-navigation](https://github.com/ryangjchandler/filament-navigation).
Now, Sky already includes a version of the plugin to upgrade and add more features easily.

### to upgrade:

remove `FilamentNavigation::make(),` from your panel plugins.

**Full Changelog**: https://github.com/lara-zeus/sky/compare/v3.2.5...v3.3.0

## v3.2.5 - 2023-10-31

### What's Changed
Expand Down Expand Up @@ -62,6 +78,7 @@ Since [tiptap editor](https://github.com/awcodes/filament-tiptap-editor) still i




```
#### What's Changed

Expand Down Expand Up @@ -110,6 +127,7 @@ Make sure to add this to your config:




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

Expand All @@ -120,6 +138,7 @@ Of course, it will be visible only if you install Sky with Bolt :)
```
<img width="1165" alt="Screenshot 2023-07-14 at 6 26 23 PM" src="https://github.com/lara-zeus/sky/assets/1952412/5b62af0f-ac6b-46c7-ae29-af01975a9976">
### Remember to update your views.
Expand All @@ -130,7 +149,6 @@ Of course, it will be visible only if you install Sky with Bolt :)
- fix when library is empty by @atmonshi in https://github.com/lara-zeus/sky/pull/126
- update composer by @atmonshi in https://github.com/lara-zeus/sky/pull/127
**Full Changelog**: https://github.com/lara-zeus/sky/compare/2.4.32...2.4.33

## 2.4.32 - 2023-07-12

### What's Changed
Expand Down

0 comments on commit 5edec3a

Please sign in to comment.