Skip to content

Commit 6c93d3f

Browse files
Version Packages
1 parent e428381 commit 6c93d3f

9 files changed

Lines changed: 25 additions & 40 deletions

.changeset/curvy-items-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-relative-parent-path.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/opt-out-banners.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-deprecation-links.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spaced-union-types.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swc.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-deprecations-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @node-core/doc-kit
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#939](https://github.com/nodejs/doc-kit/pull/939) [`7bd1b5b`](https://github.com/nodejs/doc-kit/commit/7bd1b5b15ba2a444bd9e746fb36236030919b273) Thanks [@avivkeller](https://github.com/avivkeller)! - Discover and load configuration files with `cosmiconfig`.
8+
9+
- [#911](https://github.com/nodejs/doc-kit/pull/911) [`ada6540`](https://github.com/nodejs/doc-kit/commit/ada6540fe6c2c32cfa254187c159941b245ebf80) Thanks [@avivkeller](https://github.com/avivkeller)! - Add banner opt-out
10+
11+
### Patch Changes
12+
13+
- [#889](https://github.com/nodejs/doc-kit/pull/889) [`68751af`](https://github.com/nodejs/doc-kit/commit/68751af17a45cc0c8e76d36308fb1be3f1dec4af) Thanks [@bmuenzenmeyer](https://github.com/bmuenzenmeyer)! - Fix `relative()` URL resolution when the target path is a prefix of the current
14+
page's path (e.g. `/generators` from `/generators/web`): the target's final
15+
segment was consumed as a common directory, producing `.` instead of
16+
`../generators`. Unreachable in flat page layouts; surfaced by sites with
17+
nested input directories.
18+
19+
- [#933](https://github.com/nodejs/doc-kit/pull/933) [`b73b704`](https://github.com/nodejs/doc-kit/commit/b73b70474a2c499c1be315ebf2595e6932124e19) Thanks [@vsolano9](https://github.com/vsolano9)! - Use short `DEP` codes for deprecation heading anchors.
20+
21+
- [#942](https://github.com/nodejs/doc-kit/pull/942) [`cef45ca`](https://github.com/nodejs/doc-kit/commit/cef45caf14cba83c77c373f59cee7f33f9f3df9b) Thanks [@btea](https://github.com/btea)! - Space union separators in type annotation values (`{string|URL}` is now rendered as `string | URL`).
22+
23+
- [#934](https://github.com/nodejs/doc-kit/pull/934) [`e6f1769`](https://github.com/nodejs/doc-kit/commit/e6f176958f6323d054dc86c4437accc9340e6914) Thanks [@avivkeller](https://github.com/avivkeller)! - Switches `oxc-parser` for `@swc/wasm`, since `oxc-parser` does not provide the needed bindings.
24+
25+
- [#919](https://github.com/nodejs/doc-kit/pull/919) [`d0f0de0`](https://github.com/nodejs/doc-kit/commit/d0f0de069e9061b6684269b412029bdd3dd288ba) Thanks [@MFA-G](https://github.com/MFA-G)! - Preserve deprecation codes in generated table-of-contents labels.
26+
327
## 1.4.3
428

529
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-core/doc-kit",
33
"type": "module",
4-
"version": "1.4.3",
4+
"version": "1.5.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nodejs/doc-kit.git"

0 commit comments

Comments
 (0)