Files
gitbook/packages/react-contentkit/CHANGELOG.md
github-actions[bot] 1f125d402f Version Packages
2026-09-15 16:04:26 +00:00

3.9 KiB

@gitbook/react-contentkit

0.7.17

Patch Changes

  • 3ef1802: Show a close button on ContentKit modals rendered on published sites.

  • 1e8c34a: Let ContentKit webframes dispatch the built-in @ui.* actions. Actions posted from a webframe were forwarded to the integration as a plain re-render instead of being handled, so @ui.modal.open, @ui.modal.close and @ui.url.open did nothing — most visibly, an integration could not close a modal from inside its own webframe.

    Keep null values and class instances such as Date intact when resolving dynamic bindings in an action, instead of throwing or flattening them to {}.

  • 3bf55ce: Support query params in the @webframe.navigate action.

  • cb92754: Let integration block webframes navigate the reader to another page in the site by posting a @webframe.navigate action with a path (and optional anchor). Resolved client-side against the site base path, so navigation stays in-site and drives the standard navigation progress bar.

  • 6083a88: Expose the current page (id, path, title) to integration block webframes through the client-only webframe state.page, alongside adaptive visitor claims.

0.7.16

Patch Changes

  • Updated dependencies [47c8ccb]
    • @gitbook/icons@0.5.0

0.7.15

Patch Changes

  • Updated dependencies [ab17ff4]
    • @gitbook/icons@0.4.6

0.7.14

Patch Changes

  • Updated dependencies [3c141f0]
    • @gitbook/icons@0.4.5

0.7.13

Patch Changes

  • Updated dependencies [ccd21e4]
    • @gitbook/icons@0.4.4

0.7.12

Patch Changes

  • Updated dependencies [6f1db32]
    • @gitbook/icons@0.4.3

0.7.11

Patch Changes

  • Updated dependencies [360b525]
    • @gitbook/icons@0.4.2

0.7.10

Patch Changes

  • Updated dependencies [e7fb771]
    • @gitbook/icons@0.4.1

0.7.9

Patch Changes

  • Updated dependencies [62438f4]
    • @gitbook/icons@0.4.0

0.7.8

Patch Changes

  • 10995e0: Use NPM Trusted publishing for publishing the package.
  • Updated dependencies [10995e0]
    • @gitbook/icons@0.3.4

0.7.7

Patch Changes

  • 6142d6b: Mark as sideEffects, fix all package bundles
  • Updated dependencies [6142d6b]
    • @gitbook/icons@0.3.3

0.7.6

Patch Changes

  • bdde392: Fix web frame height calculation
  • 295f03d: Republish packages
  • Updated dependencies [295f03d]
    • @gitbook/icons@0.3.2

0.7.5

Patch Changes

  • Updated dependencies [262afa3]
    • @gitbook/icons@0.3.1

0.7.4

Patch Changes

  • Updated dependencies [25e2b40]
    • @gitbook/icons@0.3.0

0.7.3

Patch Changes

  • Updated dependencies [2cdba53]
    • @gitbook/icons@0.2.2

0.7.2

Patch Changes

  • Updated dependencies [6816f0f]
    • @gitbook/icons@0.2.1

0.7.1

Patch Changes

  • 11a6511: Add basic error handling when transitioning between states.

0.7.0

Minor Changes

  • 6aaeae2: Fix an issue where ContentKit iframes were not resizing.

Patch Changes

  • 9108c56: Fix an issue where contentkit webframes weren't resized properly
  • c9ea239: Fix an issue where iframe aspect ratio was not respected.

0.6.2

Patch Changes

  • Updated dependencies [88f64b0]
    • @gitbook/icons@0.2.0

0.6.1

Patch Changes

  • 8beb5d6: Add input elements to ContentKit

0.6.0

Minor Changes

  • ea1468c: Send redirectOnError param to getPublishedContent when token is pulled from cookie

Patch Changes

  • 648f0e9: Fix potential invalid URL error in react-contentkit

0.5.1

Patch Changes

  • 0f1565c: Fix rendering of webframe with SSR causing wrong communication between frame and renderer

0.5.0

Minor Changes

  • 3445db4: Fix files published in the NPM packages by defining "files" in "package.json"

0.4.0

Minor Changes

  • 24cd72e: Fix changeset CI workflow

0.3.0

Minor Changes

  • de747b7: Publish to NPM with JS files and TypeScript declaration files

0.2.0

Minor Changes

  • 57adb3e: Second release to fix publishing with changeset

0.1.0

Minor Changes