Skip to content

Releases: cieloazul310/astro-sarkara

@cieloazul310/[email protected]

09 Sep 11:10
9e3b13a
Compare
Choose a tag to compare

Patch Changes

  • aaa3d05: Set heading TextStyle overflow-wrap to "anywhere".

@cieloazul310/[email protected]

09 Sep 10:52
0befa0b
Compare
Choose a tag to compare

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>

@cieloazul310/[email protected]

09 Sep 11:10
9e3b13a
Compare
Choose a tag to compare

Patch Changes

@cieloazul310/[email protected]

09 Sep 10:52
0befa0b
Compare
Choose a tag to compare

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]

09 Sep 11:10
9e3b13a
Compare
Choose a tag to compare

Patch Changes

  • aaa3d05: Set heading TextStyle overflow-wrap to "anywhere".

@cieloazul310/[email protected]

09 Sep 10:52
0befa0b
Compare
Choose a tag to compare

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>

@cieloazul310/[email protected]

09 Sep 11:10
9e3b13a
Compare
Choose a tag to compare

Patch Changes

@cieloazul310/[email protected]

09 Sep 10:52
0befa0b
Compare
Choose a tag to compare

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]

09 Sep 11:10
9e3b13a
Compare
Choose a tag to compare

Patch Changes

@cieloazul310/[email protected]

09 Sep 10:52
0befa0b
Compare
Choose a tag to compare

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]