From 818008a7cc07a4b85a8ac0428788282d80894077 Mon Sep 17 00:00:00 2001 From: atmonshi Date: Sun, 3 Dec 2023 14:44:14 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 300cae2..e832939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `sky` will be documented in this file +## v3.3.3 - 2023-12-03 + +### What's Changed + +* add get short url action by @atmonshi in https://github.com/lara-zeus/sky/pull/179 + +**Full Changelog**: https://github.com/lara-zeus/sky/compare/v3.3.2...v3.3.3 + ## v3.3.2 - 2023-11-07 ### What's Changed @@ -26,6 +34,7 @@ in your panel provider you can hide any resource from the side nav ]) + ``` for more check out the docs: https://larazeus.com/docs/sky/v3/getting-started/configuration @@ -111,6 +120,7 @@ Since [tiptap editor](https://github.com/awcodes/filament-tiptap-editor) still i + ``` #### What's Changed @@ -162,6 +172,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. @@ -175,6 +186,7 @@ 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. @@ -189,7 +201,6 @@ Of course, it will be visible only if you install Sky with Bolt :) ### What's Changed - allow to upload multiple libraries and refactor the views by @atmonshi in https://github.com/lara-zeus/sky/pull/123 - update core by @atmonshi in https://github.com/lara-zeus/sky/pull/124 - **Full Changelog**: https://github.com/lara-zeus/sky/compare/2.4.31...2.4.32 ## 2.4.31 - 2023-07-04