Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1115dff

Browse files
committedJan 7, 2025
Version Packages
1 parent 5dab70f commit 1115dff

29 files changed

+59
-122
lines changed
 

Diff for: ‎.changeset/blue-baboons-exercise.md

-5
This file was deleted.

Diff for: ‎.changeset/chilled-coats-punch.md

-5
This file was deleted.

Diff for: ‎.changeset/curly-news-do.md

-5
This file was deleted.

Diff for: ‎.changeset/eight-hounds-fry.md

-7
This file was deleted.

Diff for: ‎.changeset/fuzzy-crabs-argue.md

-5
This file was deleted.

Diff for: ‎.changeset/honest-teachers-enjoy.md

-5
This file was deleted.

Diff for: ‎.changeset/long-pumpkins-roll.md

-5
This file was deleted.

Diff for: ‎.changeset/mean-pears-live.md

-5
This file was deleted.

Diff for: ‎.changeset/moody-hairs-call.md

-6
This file was deleted.

Diff for: ‎.changeset/nasty-apricots-wash.md

-6
This file was deleted.

Diff for: ‎.changeset/nine-gorillas-turn.md

-5
This file was deleted.

Diff for: ‎.changeset/orange-chicken-develop.md

-5
This file was deleted.

Diff for: ‎.changeset/perfect-boxes-grow.md

-5
This file was deleted.

Diff for: ‎.changeset/pretty-penguins-carry.md

-5
This file was deleted.

Diff for: ‎.changeset/quiet-zoos-applaud.md

-5
This file was deleted.

Diff for: ‎.changeset/serious-dancers-clean.md

-5
This file was deleted.

Diff for: ‎.changeset/shiny-seahorses-explode.md

-5
This file was deleted.

Diff for: ‎.changeset/tame-worms-march.md

-5
This file was deleted.

Diff for: ‎.changeset/tender-bags-guess.md

-5
This file was deleted.

Diff for: ‎.changeset/thick-ears-reply.md

-5
This file was deleted.

Diff for: ‎.changeset/three-sloths-taste.md

-5
This file was deleted.

Diff for: ‎.changeset/twelve-books-dream.md

-5
This file was deleted.

Diff for: ‎.changeset/twelve-doors-film.md

-5
This file was deleted.

Diff for: ‎packages/gitbook/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# gitbook
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 98245e5: Adapt code to pull token from customer backend generated custom cookies
8+
- e86e51f: Fix an issue where the redirects of potentially malicious images were not going through.
9+
- c71d159: Track events for site insights using the new dedicated API.
10+
- eb7c22f: Revert scalar to 1.0.87 to mitigate an issue with ApiClientModalProvider
11+
- ea1468c: Send redirectOnError param to getPublishedContent when token is pulled from cookie
12+
- 1417279: Track clicks on links (header, footer, content) for site insights.
13+
- 8126a83: Improve readability of tables with hover style and vertical dividers
14+
- db74ea3: Image optimization endpoint redirects to underlying image URL if the signature is not the latest.
15+
- 99579ac: Fix a vulnerability issue for images using an older version of the image signing parameter.
16+
- e4e2f52: Track an event into site insights when visitor is opening the Scalar API client.
17+
18+
### Patch Changes
19+
20+
- c77142a: Log component stack in Sentry
21+
- 665b6be: Ignore invalid API calls to `getSiteRedirectFromSource` API
22+
23+
To reduce the load on the API and also avoid errors.
24+
25+
- 8af1abc: Improve contrast of search box placeholder
26+
- 48ab59f: Improve colour contrast of list item decoration
27+
- 46f63cb: Fix code format overriding inline link styles
28+
- 5950657: Fix emojis display
29+
- f4a90de: Fix two issues where pages would crash due Recoil not behaving correctly in RSC.
30+
- 0b6ddca: Fix variant selector contrast for non-default themes
31+
- e8e64bf: Fix bullet list display on full size blocks
32+
- 5dab70f: Fix "Parser" language syntax highlighting
33+
- Updated dependencies [e4e2f52]
34+
- Updated dependencies [eb7c22f]
35+
- Updated dependencies [ea1468c]
36+
- Updated dependencies [f92e906]
37+
- Updated dependencies [fc7b16f]
38+
- @gitbook/react-openapi@0.8.0
39+
- @gitbook/react-contentkit@0.6.0
40+
341
## 0.5.0
442

543
### Minor Changes

Diff for: ‎packages/gitbook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"dev": "env-cmd --silent -f ../../.env.local next dev",

Diff for: ‎packages/react-contentkit/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/react-contentkit
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- ea1468c: Send redirectOnError param to getPublishedContent when token is pulled from cookie
8+
39
## 0.5.1
410

511
### Patch Changes

Diff for: ‎packages/react-contentkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/react-contentkit",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"exports": {
55
".": {
66
"types": "./dist/index.d.ts",

Diff for: ‎packages/react-openapi/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @gitbook/react-openapi
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- e4e2f52: Add an optional client context to get a callback called when the Scalar client is opened for a block.
8+
- eb7c22f: Revert scalar to 1.0.87 to mitigate an issue with ApiClientModalProvider
9+
10+
### Patch Changes
11+
12+
- f92e906: Prevent codemirror from loading multiple versions in scalar
13+
- fc7b16f: Updated scalar depdenency
14+
315
## 0.7.1
416

517
### Patch Changes

Diff for: ‎packages/react-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"default": "./dist/index.js"
99
}
1010
},
11-
"version": "0.7.1",
11+
"version": "0.8.0",
1212
"dependencies": {
1313
"@scalar/api-client-react": "1.0.87",
1414
"classnames": "^2.5.1",

0 commit comments

Comments
 (0)
Please sign in to comment.