Skip to content

v5.2.0

Choose a tag to compare

@corylown corylown released this 30 Sep 14:29
· 77 commits to main since this release

For Exhibit Creators

See the user-friendly release notes page.

For Developers

This release is the result of the Spotlight Community Sprint (Sept 15-26, 2025)

The complete list of changes is listed below. However, two changes are worth calling out in more detail.

  • #3553 fixes an issue where & in exhibits descriptions were being displayed as &. If you have existing ampersands in your exhibit descriptions you will need to update and save the descriptions.

  • #3563 makes it possible to create table of contents on exhibit pages. Headings on the page will now have an id attribute and value derived from the heading text automatically added. You can create anchor links in Markdown using these automatically generated heading ids. For example, a heading created with this markdown ## Test Header will now have an id attribute with the value test-header: <h2 id="test-header">Test Header</h2>. You can create a link to this heading with this Markdown [Test Header](#test-header).

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0