Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2644

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #2644

wants to merge 1 commit into from

Conversation

SamyPesse
Copy link
Member

@SamyPesse SamyPesse commented Dec 18, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@gitbook/[email protected]

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

@gitbook/[email protected]

Minor Changes

  • e4e2f52: Add an optional client context to get a callback called when the Scalar client is opened for a block.
  • eb7c22f: Revert scalar to 1.0.87 to mitigate an issue with ApiClientModalProvider

Patch Changes

  • f92e906: Prevent codemirror from loading multiple versions in scalar
  • fc7b16f: Updated scalar depdenency

[email protected]

Minor Changes

  • 98245e5: Adapt code to pull token from customer backend generated custom cookies
  • af3c6a9: Reintroduce a safety check around search whilst we continue investigating caching.
  • 08acea6: Investigate an issue causing caches to return empty objects instead of null/undefined.
  • 1138d59: Add support for sidebar background styles
  • e86e51f: Fix an issue where the redirects of potentially malicious images were not going through.
  • c71d159: Track events for site insights using the new dedicated API.
  • eb7c22f: Revert scalar to 1.0.87 to mitigate an issue with ApiClientModalProvider
  • ea1468c: Send redirectOnError param to getPublishedContent when token is pulled from cookie
  • 7ee9158: Restyle PageAside to use sidebar list styles
  • dbba50c: Fix an issue where search and Ask AI triggers unnecessary renders when in a Visitor Authenticated site.
  • 1417279: Track clicks on links (header, footer, content) for site insights.
  • 6a073e1: Add antialiasing for text rendering
  • 8126a83: Improve readability of tables with hover style and vertical dividers
  • db74ea3: Image optimization endpoint redirects to underlying image URL if the signature is not the latest.
  • 99579ac: Fix a vulnerability issue for images using an older version of the image signing parameter.
  • e4e2f52: Track an event into site insights when visitor is opening the Scalar API client.

Patch Changes

  • d876399: Fix UI search without ask AI enabled and fix error with questions not returned from API

  • c30bc24: Fix empty sitemap

  • 6059efe: Fix search no results error showing while there are results

  • c77142a: Log component stack in Sentry

  • 1de9d1a: Apply antialiasing on any text that are not code inline/blocks to avoid contrast issues

  • 32aa1f9: Handle security issue with cookies on Safari

  • 24f5249: Fix vertical section overflow color

  • c1e27cc: Fix pass Sentry release properly

  • 5ae1b88: Fix shrinking page icons

  • 8f046a9: Start using tint in more places, TOC and PageAside

  • 665b6be: Ignore invalid API calls to getSiteRedirectFromSource API

    To reduce the load on the API and also avoid errors.

  • 26e6401: Remove KV cache backend and only rely on DO as an external cache backend

  • d66c184: Ignore errors from event flushing

  • 6088fa5: Simplify search results logic to investigate a bug

  • 09c7c30: Try to fix error on og image generation

  • ae99f87: Improve emoji setup, align with GitBook app

  • 2906e60: Downgrade to Next.js v14 to fix incompatibilities with next-on-pages causing multiple bugs.

  • 3a7210d: Fix zoom image view transition on Safari

  • 718a8a5: Position the variant picker in the ToC

  • 8276ba0: Make cookies access safer

  • 1b8a456: Fix Image blocks zoomable behaviour

  • 56c52e0: Handle Firefox security error on localStorage

  • 1fcc807: Fix errors from customization not found

  • 8af1abc: Improve contrast of search box placeholder

  • 47971dc: Fix OG image generation for non-latin characters

  • 82dc9c4: Simplify the useHash algo used.

  • 128ad20: Ignore cache invalidation error from local backend

  • cb100d5: Allow only good values for theme query parameter. Avoid having a 500 error when we pass an invalid value.

  • 48ab59f: Improve colour contrast of list item decoration

  • d2bc567: Set Sentry release

  • 37d13d8: Avoid error on fetch by passing a string URL

  • 46f63cb: Fix code format overriding inline link styles

  • 5950657: Fix emojis display

  • 528a053: Fix server actions stability leading to no results found sometimes on search

  • eac1314: Lazy load iframely script to make page more responsive

  • 5c87ec7: Implement a safer way to interact with localStorage.

    If it's disabled on the browser it should not throw error.

  • 02d876e: Fix search UI behaviour

  • f4a90de: Fix two issues where pages would crash due Recoil not behaving correctly in RSC.

  • cbe6139: Fix dynamic tabs infinite loop

  • 65cc4af: Fix error when accessing a change request not found

  • 0b6ddca: Fix variant selector contrast for non-default themes

  • 87b8ea8: Fix issue leading to increase the storage write and the stability of the platform

  • fde32e2: Force route handler to be dynamic to avoid errors

  • 300f7bf: Fix search loading state

  • 29d5979: Disable C/C++ highlight temporarily

  • 1c97536: Fix Sentry instrumentation

  • b0bd871: Even safer localStorage

  • b950a64: Avoid errors on legacy browsers

  • 0e601e2: Improve styling of header buttons with shadows and high-contrast styles

  • 6691492: Fix viewing PDF from space

  • e8e64bf: Fix bullet list display on full size blocks

  • 16194c5: Vertical orientation for sections list on sites without header

  • 1429384: Fix error when accessing some not found pages.

  • 5dab70f: Fix "Parser" language syntax highlighting

  • deb8c54: Upgrade Next.js to v15, upgrade Shiki and use JS RegExp engine

  • 56331d2: Fix breadcrumbs emoji display + add contrast styles

  • a6f6591: Fix server actions cache compromised. Leading to some bugs on frontend.

  • 44a20fe: Improve smoothness of scroll listener

  • 5664e5a: Fix variant dropdown styling in header

  • 6b50360: Fix view transition error on Safari

  • 741dd49: Bump heading-3 font size to offset it from paragraphs

  • 5112e3e: Fix Sentry instrumentation server-side

  • 1de338c: Remove animation on section tabs. Page is reloaded (for technical reasons), so the animation is not accurate here.

  • Updated dependencies [e4e2f52]

  • Updated dependencies [eb7c22f]

  • Updated dependencies [ea1468c]

  • Updated dependencies [648f0e9]

  • Updated dependencies [f92e906]

  • Updated dependencies [fc7b16f]

Copy link
Contributor

GitBook Preview
Latest commit: https://2a3a7347.gitbook-open.pages.dev
PR: https://pr2644.gitbook-open.pages.dev

Copy link

argos-ci bot commented Dec 18, 2024

The latest updates on your projects. Learn more about Argos notifications ↗︎

Awaiting the start of a new Argos build…

@github-actions github-actions bot force-pushed the changeset-release/main branch 16 times, most recently from f1b0414 to c41599f Compare December 25, 2024 07:42
@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from ccb54da to 9123faa Compare December 30, 2024 14:42
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 1115dff to 5635a91 Compare January 7, 2025 09:42
@github-actions github-actions bot force-pushed the changeset-release/main branch 28 times, most recently from 5f204b4 to d8bedd6 Compare January 17, 2025 11:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from d8bedd6 to d8b7c00 Compare January 20, 2025 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant