Skip to content

Commit 8ddfd3a

Browse files
Version Packages
1 parent a0cf41b commit 8ddfd3a

11 files changed

Lines changed: 31 additions & 52 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/riscv64-warning-spacing.md

Lines changed: 0 additions & 6 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.

.changeset/vite-web-generator.md

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

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
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+
- [#937](https://github.com/nodejs/doc-kit/pull/937) [`43a09f7`](https://github.com/nodejs/doc-kit/commit/43a09f7ae9cdd4a1863e98b067abcf104e8937f2) Thanks [@avivkeller](https://github.com/avivkeller)! - Make the `web` generator bundler-neutral through a custom adapter contract,
12+
with Vite 8.1 provided as the default adapter.
13+
14+
### Patch Changes
15+
16+
- [#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
17+
page's path (e.g. `/generators` from `/generators/web`): the target's final
18+
segment was consumed as a common directory, producing `.` instead of
19+
`../generators`. Unreachable in flat page layouts; surfaced by sites with
20+
nested input directories.
21+
22+
- [#946](https://github.com/nodejs/doc-kit/pull/946) [`9ab2840`](https://github.com/nodejs/doc-kit/commit/9ab2840559d2f04a6db6b29bbf6c6d470a1dde0b) Thanks [@btea](https://github.com/btea)! - Fix missing spaces in the riscv64 multithreading warning message, which
23+
previously concatenated as "failures whenallocating" and "spaceon riscv64".
24+
25+
- [#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.
26+
27+
- [#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`).
28+
29+
- [#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.
30+
31+
- [#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.
32+
333
## 1.4.3
434

535
### Patch Changes

0 commit comments

Comments
 (0)