github-actions
released this
09 Sep 10:52
·
29 commits
to main
since this release
Patch Changes
-
c270b7e: Set
wordBreak
to"auto-phrase"
for all heading components.Remove viewTransition option from
<Layout>
component.To use view transition, change your code as below:
--- + import { ViewTransitions } from "astro:transitions"; import { SarkaraLayout } from "@cieloazul310/astro-sarkara"; --- <SarkaraLayout - viewTransition {...props} > <slot> + <ViewTransitions slot="bottom-of-head" /> </SarkaraLayout>
-
Updated dependencies [c270b7e]
- @cieloazul310/[email protected]
- @cieloazul310/[email protected]
- @cieloazul310/[email protected]