Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.5.0] - 2026-09-05

> Headline: the toolbar and lecture typography now match the existing Sphinx
> builds — an icon-only search trigger, PT Serif headings on the Sphinx scale,
> and QuantEcon-blue content links — and every toolbar control gets a proper
> accessible name in place of a nested button. The notebook launcher collapses
> to a direct Colab link, dropping the Private JupyterHub option no lecture
> site ever configured. The "back to top" button no longer fades out of the
> page margin on load, and the WebKit FOUC guard is hardened against the
> hydration race that could turn it red for reasons unrelated to the critical
> CSS.

### Changed
- The toolbar search trigger is now a plain magnifier icon, matching the search
affordance on the existing lecture sites and the styling of the neighbouring
Expand Down Expand Up @@ -494,7 +506,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial version of the QuantEcon MyST theme: Remix + `@myst-theme` book theme with QuantEcon branding, toolbar (home, search, fullscreen, font scaling, dark mode, downloads, Colab/JupyterHub launch, edit-on-GitHub), content-driven site footer, and bundled brand assets.

[Unreleased]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.4.0...HEAD
[Unreleased]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.5.0...HEAD
[2.5.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.2.0...v2.3.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantecon/lecture-theme",
"version": "2.4.0",
"version": "2.5.0",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
Loading