diff --git a/docs/blog/2024/img/auto-sizing.gif b/docs/blog/2024/img/auto-sizing.gif new file mode 100644 index 0000000..c874ffe Binary files /dev/null and b/docs/blog/2024/img/auto-sizing.gif differ diff --git a/docs/blog/release-0-10.mdx b/docs/blog/2024/release-0-10.mdx similarity index 96% rename from docs/blog/release-0-10.mdx rename to docs/blog/2024/release-0-10.mdx index 5bf7ccb..b8e6d36 100644 --- a/docs/blog/release-0-10.mdx +++ b/docs/blog/2024/release-0-10.mdx @@ -5,6 +5,8 @@ authors: [lodev09] tags: [release] --- +import sizing from './img/auto-sizing.gif' + ## Version 0.10 🎉 True Sheet is getting better with every update! This latest version introduces some exciting new features to enhance your experience. @@ -52,6 +54,8 @@ True Sheet has long supported [`auto`](/reference/types#sheetsize) sizing, where With version `0.10`, `auto` sizing is now truly automatic. Whenever the content within the sheet changes, the sheet's height will adjust seamlessly without the need for re-presenting. 😎 + + This enhancement ensures a smooth and responsive experience, keeping your sheets sized appropriately at all times without any extra effort on your part. Checkout [this example](https://github.com/lodev09/react-native-true-sheet/blob/main/example/src/sheets/PromptSheet.tsx) to see it in action!