Skip to content

Releases: theisel/astro-portabletext

demo: v0.0.5

24 Aug 04:03
ae110fe
Compare
Choose a tag to compare

0.0.5 (2023-08-24)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • astro-portabletext bumped from ^0.9.2 to ^0.9.3

demo: v0.0.4

24 Aug 01:47
f3dad28
Compare
Choose a tag to compare

0.0.4 (2023-08-24)

Issues

Contains bad lockfile, should be ignored.

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • astro-portabletext bumped from ^0.9.1 to ^0.9.2

astro-portabletext: v0.9.4

24 Aug 05:35
2d33ea0
Compare
Choose a tag to compare

0.9.4 (2023-08-24)

Bumped version to force new release (#82) (8504f8f)

astro-portabletext: v0.9.3

24 Aug 04:03
ae110fe
Compare
Choose a tag to compare

0.9.3 (2023-08-24)

Bug Fixes

astro-portabletext: v0.9.2

24 Aug 01:47
f3dad28
Compare
Choose a tag to compare

0.9.2 (2023-08-24)

Issues

Contains bad lockfile, should be ignored.

Bug Fixes

  • deps: update astro-portabletext dependencies (#67) (a712143)
  • deps: update astro-portabletext dependencies (#73) (2fbb149)
  • lib/types: interface Mark (#62) (33df21b)

astro-portabletext@0.9.1

29 May 08:17
a7f52d3
Compare
Choose a tag to compare

Patch Changes

  • fd36945: Added author details to package.json
  • 2305446: Added author to package.json

astro-portabletext@0.9.0

18 May 02:16
dc57f88
Compare
Choose a tag to compare

Minor Changes

  • d56e161: BREAKING CHANGE

    • Props type requires a TypedObject to be passed in and no longer defaults to ArbitraryTypedObject
  • 1eb192e: BREAKING

    astro-portabletext/utils

    • usePortableText(node)
      • Removed: getWarningMessage function
        • Meant for internal use
      • Removed: notifyMissingComponentHandler function
        • This is handled for you and has no purpose
      • Removed: deprecated next function
        • Use getDefaultComponent
      • Removed: deprecated onMissingComponent function
  • f95c9da: BREAKING CHANGE astro-portabletext/components

    • Removed BlockProps type

      - import type { BlockProps } from "astro-portabletext/components";
      + import type { Block, Props as $ } from "astro-portabletext/types";
      // type BlockProps = $<Block>;
    • Removed ListProps type

      - import type { ListProps } from "astro-portabletext/components";
      + import type { List, Props as $ } from "astro-portabletext/types";
      // type ListProps = $<List>;
    • Removed ListItemProps type

      - import type { ListItemProps } from "astro-portabletext/components";
      + import type { ListItem, Props as $ } from "astro-portabletext/types";
      // type ListItemProps = $<ListItem>;
    • Removed MarkProps type

      - import type { MarkProps } from "astro-portabletext/components";
      + import type { Mark, Props as $ } from "astro-portabletext/types";
      // type MarkProps = $<Mark<{...}>>;

Patch Changes

  • d56e161: Fixes exports field

  • d56e161: Removed compiling step for package release:

    • Pre-compiling isn't necessary as Astro handles Typescript for us

astro-portabletext@0.9.0-next.4

17 May 22:18
40d9ce9
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • f95c9da: BREAKING CHANGE astro-portabletext/components

    • Removed BlockProps type

      - import type { BlockProps } from "astro-portabletext/components";
      + import type { Block, Props as $ } from "astro-portabletext/types";
      // type BlockProps = $<Block>;
    • Removed ListProps type

      - import type { ListProps } from "astro-portabletext/components";
      + import type { List, Props as $ } from "astro-portabletext/types";
      // type ListProps = $<List>;
    • Removed ListItemProps type

      - import type { ListItemProps } from "astro-portabletext/components";
      + import type { ListItem, Props as $ } from "astro-portabletext/types";
      // type ListItemProps = $<ListItem>;
    • Removed MarkProps type

      - import type { MarkProps } from "astro-portabletext/components";
      + import type { Mark, Props as $ } from "astro-portabletext/types";
      // type MarkProps = $<Mark<{...}>>;

astro-portabletext@0.9.0-next.3

14 May 18:33
8b16332
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 2904f5c: BREAKING CHANGE
    • Props type requires a TypedObject to be passed in and no longer defaults to ArbitraryTypedObject

astro-portabletext@0.9.0-next.2

13 May 02:33
ecc0f37
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • c643b8c: Fixes "Package subpath 'undefined' is not defined by "exports""