Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-10-28 18:22:30 +0300
committerAndreas Deininger <andreas@deininger.net>2022-10-29 08:14:06 +0300
commitd9bf98b876d74772b850ef910c6f59b898f61ccf (patch)
tree889eb844ffa6ff9a14b708b878a01a95c6824a5f
parent90843e360b921ea8417995e0261a355f2f3aed7a (diff)
CHANGELOG: add breaking change (tabbed panes, text display)
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53fb5d0..22a98c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,11 @@ notes][0.5.1]. **BREAKING CHANGES** are documented below.
**Breaking changes**:
+- **Tabbed panes, text display**. By default, the content of a tab inside a tabbed
+ pane is shown as code. As of version 0.4 of the shortcode, you can add the
+ parameter `code=false` to your `tabpane` or `tab` shortcode in order to render
+ tab content(s) as text (markdown or html). As of version 0.5 the name of this
+ parameter was changed, we now use `text=true` in order to mark content as text.
- **Display logo by default**. Most projects show their logo in the navbar. In
support of this majority, Docsy now displays a logo by default. For details on
how to hide the logo (or your brand name), see [Styling your project logo and