Skip to content

Commit 3108d3f

Browse files
committed
bump version and changelog
1 parent f6a80a2 commit 3108d3f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This file contains the changelog for the PlutoExtras package. It follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
44

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+
510
## [0.7.16] - 2025-09-26
611

712
### Fixed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PlutoExtras"
22
uuid = "ed5d0301-4775-4676-b788-cf71e66ff8ed"
33
authors = ["Alberto Mengali <disberd@gmail.com>"]
4-
version = "0.7.16"
4+
version = "0.7.17"
55

66
[deps]
77
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"

0 commit comments

Comments
 (0)