From 0f66d0e7d6c092b82f128d81a272c7f70747a130 Mon Sep 17 00:00:00 2001 From: tgreyuk Date: Tue, 18 Jun 2024 00:01:35 +0100 Subject: [PATCH] chore(core): updated changesets --- .changeset/blue-houses-nail.md | 9 +++++++++ .changeset/wild-feet-flow.md | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 .changeset/blue-houses-nail.md create mode 100644 .changeset/wild-feet-flow.md diff --git a/.changeset/blue-houses-nail.md b/.changeset/blue-houses-nail.md new file mode 100644 index 000000000..f445acabc --- /dev/null +++ b/.changeset/blue-houses-nail.md @@ -0,0 +1,9 @@ +--- +'typedoc-plugin-markdown': minor +--- + +- Theme support for TypeDoc’s 0.26 localization model. +- Theme support for TypeDoc’s 0.26 documents implementation. +- Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes (#618). +- Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures. +- Supports the ability to control what table columns are rendered with the --tableColumnSettings option. diff --git a/.changeset/wild-feet-flow.md b/.changeset/wild-feet-flow.md new file mode 100644 index 000000000..da4d99d36 --- /dev/null +++ b/.changeset/wild-feet-flow.md @@ -0,0 +1,6 @@ +--- +'typedoc-plugin-markdown': patch +--- + +- Handle duplicate files when tagged in same group (#625) +- Fix issues with tables and block tags (#618)