Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/configurable-navigation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-items-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/did-you-know-that-the-world-is-round.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/display-name-type-unions.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-relative-parent-path.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/monorepo-layout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/opt-out-banners.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/riscv64-warning-spacing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-deprecation-links.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spaced-union-types.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/specifier-generator-loading.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-deprecations-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-donuts-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/vite-web-generator.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yes-i-did-know-that-thank-you.md

This file was deleted.

51 changes: 51 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# @node-core/doc-kit

## 1.5.0

### Minor Changes

- [#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`.

- [#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

- [#958](https://github.com/nodejs/doc-kit/pull/958) [`0bd347d`](https://github.com/nodejs/doc-kit/commit/0bd347da847e21c2501732c0acbdee7db1b0f8f1) Thanks [@avivkeller](https://github.com/avivkeller)! - Generators are now loaded dynamically by import specifier instead of a static
registry. `--target` accepts either a built-in shorthand name (`web`,
`legacy-html`, …) or any import specifier resolving to a generator module
(e.g. `some-package/generator` or `./my-generator.mjs`), and a generator's
`dependsOn` is now a full import specifier. This lays the groundwork for
splitting the built-in generators into separate packages and enables
third-party generator packages.

- [#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,
with Vite 8.1 provided as the default adapter.

### Patch Changes

- [#964](https://github.com/nodejs/doc-kit/pull/964) [`96e1c26`](https://github.com/nodejs/doc-kit/commit/96e1c26482098aec1753d5fb1aeacb607f7e097f) Thanks [@avivkeller](https://github.com/avivkeller)! - Add `web.navigation`, which supplies the sidebar groups (`navigation.sidebar`)
and the navigation bar items (`navigation.navbar`) from configuration.

- [#955](https://github.com/nodejs/doc-kit/pull/955) [`b80958f`](https://github.com/nodejs/doc-kit/commit/b80958ff53dd2388d33ce8ed282b14a67d3374f0) Thanks [@avivkeller](https://github.com/avivkeller)! - Close Orama search when the target link is on the same page

- [#968](https://github.com/nodejs/doc-kit/pull/968) [`d3306a2`](https://github.com/nodejs/doc-kit/commit/d3306a20bf913d2c83739215bc5692434ceef166) Thanks [@pimterry](https://github.com/pimterry)! - Resolve unions and arrays of display-name types (`{HTTP/2 Headers Object | vm.Module}`, `{HTTP/2 Headers Object[]}`), and stop capturing prose such as `U+007B ({), and U+007D (}).` as a type annotation.

- [#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
page's path (e.g. `/generators` from `/generators/web`): the target's final
segment was consumed as a common directory, producing `.` instead of
`../generators`. Unreachable in flat page layouts; surfaced by sites with
nested input directories.

- [#945](https://github.com/nodejs/doc-kit/pull/945) [`70b7526`](https://github.com/nodejs/doc-kit/commit/70b75269e9d0ed6b199c217bb268de96e65645c9) Thanks [@avivkeller](https://github.com/avivkeller)! - Moved the package into a `packages/core` workspace.

- [#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
previously concatenated as "failures whenallocating" and "spaceon riscv64".

- [#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.

- [#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`).

- [#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.

- [#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.

- [#963](https://github.com/nodejs/doc-kit/pull/963) [`2f9defe`](https://github.com/nodejs/doc-kit/commit/2f9defe49cac2d0e95c6fb213075291509a50a5f) Thanks [@btea](https://github.com/btea)! - Sync the URL hash when following same-page search hits

- [#955](https://github.com/nodejs/doc-kit/pull/955) [`b80958f`](https://github.com/nodejs/doc-kit/commit/b80958ff53dd2388d33ce8ed282b14a67d3374f0) Thanks [@avivkeller](https://github.com/avivkeller)! - Render markdown `code` snippets in the sidebar

## 1.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-core/doc-kit",
"type": "module",
"version": "1.4.3",
"version": "1.5.0",
Comment thread
avivkeller marked this conversation as resolved.
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs/doc-kit.git",
Expand Down