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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.0] - 2026-08-20

> Headline: lecture pages gain **in-page live compute** (a JupyterLite/Pyodide
> Power toggle in the header toolbar) and an inline **git-history changelog** on
> the page header's author line. All third-party CDN stylesheets are gone —
> KaTeX and jupyter-matplotlib are served from the site's own origin and Font
> Awesome is dropped — so maths and styling no longer degrade where
> jsdelivr/cdnjs are unreachable (notably mainland China). Consumers upgrade by
> bumping the pinned release URL in `site.template`.

### Added
- In-page live compute via Thebe (Phase 2 of [`PLAN.md`](./PLAN.md), closes #88):
setting the standard MyST `project.thebe` config surfaces a **Power** toggle in
Expand Down Expand Up @@ -204,6 +214,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.2.0...HEAD

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in PR #134 — the [Unreleased] compare base now points at v2.3.0, and CONTRIBUTING.md's release steps gained the re-point so future cuts don't miss it. Good catch.

[2.3.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v1.1.1...v2.0.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.2.0",
"version": "2.3.0",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
Loading