We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a80a2 commit 3108d3fCopy full SHA for 3108d3f
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
This file contains the changelog for the PlutoExtras package. It follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
4
5
+## [0.7.17] - 2026-05-01
6
+### Fixed
7
+- Fixed the `ExtendedTableOfContents()` output getting hidden if contained in a hidden part of the notebook
8
+- Make hidden cells with `always-show-output` be completely invisible in the notebook by ensuring they don't have a `min-height` value.
9
+
10
## [0.7.16] - 2025-09-26
11
12
### Fixed
Project.toml
@@ -1,7 +1,7 @@
1
name = "PlutoExtras"
uuid = "ed5d0301-4775-4676-b788-cf71e66ff8ed"
authors = ["Alberto Mengali <disberd@gmail.com>"]
-version = "0.7.16"
+version = "0.7.17"
[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
0 commit comments