From b23aad0b01247117c7b28f4ef57b435d5f6d1063 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Thu, 21 May 2026 14:26:24 -0400 Subject: [PATCH 1/2] release: v1.6.2 Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582c088361..21a23ae390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +## [1.6.2] - 2026-05-21 + ### Bug fixes +* Adapted py-shiny to the `htmltools` 0.7.0 sibling-classes refactor: removed `Tag[TagNode]` / `TagList[TagNode]` type arguments and redundant casts that no longer type-check against the new htmltools. No runtime behavior change. (#2244) * Bumped `lodash`/`lodash-es` to `4.18.1` in the `js-react` template lockfile for CVE-2025-13465. (#2233) * Fixed `render.DataGrid()` column headers and hovered rows not adapting to dark mode when `ui.input_dark_mode()` is enabled. The data grid now uses Bootstrap 5.3 mode-aware color tokens (`--bs-tertiary-bg`, `--bs-primary-bg-subtle`, `--bs-emphasis-color`, `--bs-secondary-color`), with the legacy values preserved as fallbacks. (#1635) From 455c869129149c2be0198648873770bacbcf3b1b Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Thu, 21 May 2026 14:27:53 -0400 Subject: [PATCH 2/2] release: Tweak CHANGELOG for v1.6.2 Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a23ae390..3ad974beab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug fixes -* Adapted py-shiny to the `htmltools` 0.7.0 sibling-classes refactor: removed `Tag[TagNode]` / `TagList[TagNode]` type arguments and redundant casts that no longer type-check against the new htmltools. No runtime behavior change. (#2244) +* Adapted py-shiny to the `htmltools` 0.7.0 sibling-classes refactor. No runtime behavior change. (#2244) + * Bumped `lodash`/`lodash-es` to `4.18.1` in the `js-react` template lockfile for CVE-2025-13465. (#2233) + * Fixed `render.DataGrid()` column headers and hovered rows not adapting to dark mode when `ui.input_dark_mode()` is enabled. The data grid now uses Bootstrap 5.3 mode-aware color tokens (`--bs-tertiary-bg`, `--bs-primary-bg-subtle`, `--bs-emphasis-color`, `--bs-secondary-color`), with the legacy values preserved as fallbacks. (#1635) ## [1.6.1] - 2026-05-01