Skip to content

@cieloazul310/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 10:52
· 29 commits to main since this release
0befa0b

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]