Skip to content

v5.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 15:15
· 108 commits to main since this release

This version contains the changes that were originally released in 4.7.0 (and then temporarily reverted in 4.7.1).

The breaking change is that there are now stricter validation rules around preferred and alternative terms. In particular, a preferred term cannot also appear as an alternative term in any item.

If your glossary does not violate this rule then upgrading should hopefully be easy. Otherwise, you can follow the steps below.

  1. Upgrade to 5.0.1
  2. Edit the glossary and save without making any changes
  3. If this doesn't get past the validation, revert back to version 4.7.1 and then make the necessary changes
  4. Go back to step 1.

SRI Hashes

See static assets for how to use these.

  • glossary.min.js: sha384-/a2/fRPHD0yoIoQQgBEAxneowFw5ltHh+IvO4QfgLjnbrPif83elNFLQnWF3NODM
  • glossary.min.css: sha384-BHGtlp4W7tG7s+RGAR1o1EqRgtxlH+8s6o+N/OmndFOPZLQBXw9IN0jJnMPPFM1k

Changed

  • Make link for scrolling back to top dynamically appear at bottom right when (probably) needed -- instead of always being visible at the top left.
  • Open external links in a new tab.
  • Show at most 40 search results.
  • Upgrade KaTeX to version 0.16.10.
  • Make the worker.min.js script more performant by removing UI specific concerns.