File tree 4 files changed +17
-9
lines changed
4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.6.3 (2025-04-23)
4
+
5
+ ### Patch Changes
6
+
7
+ - Correctly handle group title in pageTitleTemplates callback ([ #807 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/807 ) ).
8
+ - Format of optional type and getter/setter ([ #804 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/804 ) ) - thanks @normanzb .
9
+
3
10
## 4.6.2 (2025-04-09)
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.1 (2025-04-23)
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix sidebar base ids with custom docs path ([ #802 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/802 ) ).
8
+
3
9
## 1.3.0 (2025-03-25)
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change @@ -15,17 +15,12 @@ Utility plugins that can be used to provide metadata or adjust the output of the
15
15
<Cards num = { 2 } >
16
16
<Cards.Card
17
17
title = " typedoc-plugin-frontmatter"
18
- icon = {
19
- <Image
20
- src = " /logos/yaml-logo.png"
21
- alt = " YAML Frontmatter"
22
- width = { 26 }
23
- height = { 26 }
24
- />
25
- }
18
+ icon = { <FontAwesomeIcon icon = { faBook } />}
26
19
arrow = { true }
27
20
href = " plugins/frontmatter"
28
- />
21
+
22
+ />
23
+
29
24
<Cards.Card
30
25
title = " typedoc-plugin-remark"
31
26
icon = {
You can’t perform that action at this time.
0 commit comments