22
33All notable changes to ` sky ` will be documented in this file
44
5+ ## v3.4.7 - 2024-03-07
6+
7+ ### What's Changed
8+
9+ * fix: evaluate potential closure value before rendering navigation component by @mallardduck in https://github.com/lara-zeus/sky/pull/197
10+
11+ ** Full Changelog** : https://github.com/lara-zeus/sky/compare/v3.4.6...v3.4.7
12+
513## v3.4.6 - 2024-03-05
614
715### What's Changed
@@ -139,6 +147,7 @@ in your panel provider you can hide any resource from the side nav
139147
140148
141149
150+
142151```
143152for more check out the docs:
144153https://larazeus.com/docs/sky/v3/getting-started/configuration
@@ -235,6 +244,7 @@ Since [tiptap editor](https://github.com/awcodes/filament-tiptap-editor) still i
235244
236245
237246
247+
238248```
239249#### What's Changed
240250
@@ -296,6 +306,7 @@ Make sure to add this to your config:
296306
297307
298308
309+
299310
300311```
301312You can copy that class and create your own parser, too, then add it to the array, and Sky will loop them all.
@@ -321,6 +332,7 @@ Of course, it will be visible only if you install Sky with Bolt :)
321332
322333
323334
335+
324336```
325337<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 " >
326338### Remember to update your views.
@@ -347,7 +359,6 @@ Of course, it will be visible only if you install Sky with Bolt :)
347359** Full Changelog** : https://github.com/lara-zeus/sky/compare/2.4.29...2.4.30
348360## 2.4.2 - 2023-04-24
349361### What's Changed
350-
351362- add featured image by URL by @atmonshi in https://github.com/lara-zeus/sky/pull/72
352363- Default featured image from config by @atmonshi in https://github.com/lara-zeus/sky/pull/73
353364- Allow preview post for author by @atmonshi in https://github.com/lara-zeus/sky/pull/74
0 commit comments