Skip to content

Commit 43c91d9

Browse files
committed
chore(docs): updated changelog
1 parent eccdffb commit 43c91d9

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

docs/content/plugins/remark/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.0.0
3+
## 2.0.0 (2025-04-22)
44

55
This release includes fundamental architectural improvements and support for loading plugins conditionally based on page kind.
66

@@ -13,6 +13,14 @@ This release includes fundamental architectural improvements and support for loa
1313
- `remark-gfm` will need to be manually added if other plugins require it.
1414
- The plugin no longer adds a placeholder heading when `remark-toc` is added. Instead this logic has been decoupled in favour of the external plugin `remark-insert-headings`.
1515

16+
### Major Changes
17+
18+
- Removed "defaultRemarkPlugins" option - remark plugins are no longer added by default.
19+
20+
### Minor Changes
21+
22+
- Added support for conditional "remarkPlugins" configuration.
23+
1624
## 1.3.0 (2025-03-16)
1725

1826
### Minor Changes

docs/globals.css

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.nextra-toc a[href^='#see'],
99
.nextra-toc a[href^='#new-features'],
1010
.nextra-toc a[href^='#bug-fixes'],
11+
.nextra-toc a[href^='#major-changes'],
1112
.nextra-toc a[href^='#minor-changes'],
1213
.nextra-toc a[href^='#patch-changes'],
1314
.nextra-toc a[href^='#non-breaking-changes'],

packages/typedoc-plugin-remark/CHANGELOG.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
# Changelog
22

3-
## 2.0.0
4-
5-
### Major Changes
6-
7-
- Removed "defaultRemarkPlugins" option - remark plugins are no longer added by default.
8-
9-
### Minor Changes
10-
11-
- Added support for conditional "remarkPlugins" configuration.
12-
13-
## 2.0.0
3+
## 2.0.0 (2025-04-22)
144

155
This release includes fundamental architectural improvements and support for loading plugins conditionally based on page kind.
166

@@ -23,6 +13,14 @@ This release includes fundamental architectural improvements and support for loa
2313
- `remark-gfm` will need to be manually added if other plugins require it.
2414
- The plugin no longer adds a placeholder heading when `remark-toc` is added. Instead this logic has been decoupled in favour of the external plugin `remark-insert-headings`.
2515

16+
### Major Changes
17+
18+
- Removed "defaultRemarkPlugins" option - remark plugins are no longer added by default.
19+
20+
### Minor Changes
21+
22+
- Added support for conditional "remarkPlugins" configuration.
23+
2624
## 1.3.0 (2025-03-16)
2725

2826
### Minor Changes

0 commit comments

Comments
 (0)