Skip to content

Commit 357eeb6

Browse files
Version Packages
1 parent b910a23 commit 357eeb6

17 files changed

Lines changed: 75 additions & 52 deletions

.changeset/change-history-label-and-scrollbar.md

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

.changeset/constructor-return-types.md

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

.changeset/documentation-index-component.md

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

.changeset/fix-typed-list-split.md

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

.changeset/index-page-from-input.md

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

.changeset/mdx-degrades-in-string-pipelines.md

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

.changeset/opt-in-reading-time.md

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @doc-kit/cli
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`27a412a`](https://github.com/nodejs/doc-kit/commit/27a412ac35ab06e977b03b559e6525c0c5c5356c), [`4a22c85`](https://github.com/nodejs/doc-kit/commit/4a22c85dca917f52c773aba084191da7c622687e)]:
8+
- @doc-kit/core@2.0.0
9+
310
## 1.0.0
411

512
### Major Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@doc-kit/cli",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "The doc-kit command-line interface: runs @doc-kit/core generators from the terminal",
66
"repository": {
77
"type": "git",

packages/core/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- [#1023](https://github.com/nodejs/doc-kit/pull/1023) [`27a412a`](https://github.com/nodejs/doc-kit/commit/27a412ac35ab06e977b03b559e6525c0c5c5356c) Thanks [@btea](https://github.com/btea)! - Fix empty paragraphs in API docs when a typed parameter list contains trailing non-parameter items
8+
9+
When a loose markdown list in the API docs starts with typed parameters (e.g. `actual`, `expected`, `Returns`) but also contains plain prose bullets (e.g. algorithm complexity notes), the entire list was previously treated as a parameter signature table. The non-parameter items had no name or type, causing them to render as empty `<section>` blocks on the built site.
10+
11+
The fix splits the list at the first non-parameter item: typed items become the `FunctionSignature` table, and the remaining items render as regular markdown content.
12+
13+
- [#1045](https://github.com/nodejs/doc-kit/pull/1045) [`4a22c85`](https://github.com/nodejs/doc-kit/commit/4a22c85dca917f52c773aba084191da7c622687e) Thanks [@avivkeller](https://github.com/avivkeller)! - MDX nodes in the HTML-string pipelines are now dropped, and do not crash.
14+
15+
- Updated dependencies [[`2a106f3`](https://github.com/nodejs/doc-kit/commit/2a106f3b40729b4ec9f6dbec739d14c67c1bd28b), [`49cb713`](https://github.com/nodejs/doc-kit/commit/49cb713d359cd1dd04268781b382d75297d23cdc), [`4a22c85`](https://github.com/nodejs/doc-kit/commit/4a22c85dca917f52c773aba084191da7c622687e), [`27a412a`](https://github.com/nodejs/doc-kit/commit/27a412ac35ab06e977b03b559e6525c0c5c5356c), [`7670a78`](https://github.com/nodejs/doc-kit/commit/7670a782dc6dd532c5c3744b1e6ff35a1d15a152), [`81b6224`](https://github.com/nodejs/doc-kit/commit/81b6224dc7cbe50dc1b2958a9430ea6c94e78ff3)]:
16+
- @doc-kit/generator-react@0.2.0
17+
- @node-core/doc-kit@2.0.1
18+
- @node-core/doc-kit-legacy@1.0.1
19+
320
## 1.0.0
421

522
### Major Changes

0 commit comments

Comments
 (0)