From 4f1377cced18c1b4cb5c70c428fbc935e43dcd56 Mon Sep 17 00:00:00 2001 From: atmonshi Date: Sat, 17 Feb 2024 05:16:07 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6942501..9a80cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to `sky` will be documented in this file +## v3.4.3 - 2024-02-17 + +### What's Changed + +* add support LDAPRecord by @HeartlandTechie in https://github.com/lara-zeus/sky/pull/187 +* add docs for override the models by @atmonshi in https://github.com/lara-zeus/sky/pull/188 + +### New Contributors + +* @HeartlandTechie made their first contribution in https://github.com/lara-zeus/sky/pull/187 + +**Full Changelog**: https://github.com/lara-zeus/sky/compare/v3.4.2...v3.4.3 + ## v3.4.2 - 2024-02-09 ### What's Changed @@ -90,6 +103,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 @@ -182,6 +196,7 @@ Since [tiptap editor](https://github.com/awcodes/filament-tiptap-editor) still i + ``` #### What's Changed @@ -240,6 +255,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. @@ -260,6 +276,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. @@ -282,7 +299,6 @@ Of course, it will be visible only if you install Sky with Bolt :) **Full Changelog**: https://github.com/lara-zeus/sky/compare/2.4.30...2.4.31 ## 2.4.30 - 2023-07-02 ### What's Changed - - allow to force delete and restore posts, and finally green phpstan by @atmonshi in https://github.com/lara-zeus/sky/pull/120 **Full Changelog**: https://github.com/lara-zeus/sky/compare/2.4.29...2.4.30