Releases: hilverd/glossary-page-template
Releases · hilverd/glossary-page-template
v1.2.3
Fixed
- Improve mechanism for preventing FOUC.
v1.2.2
Changed
- Roll back v1.2.1's hacks to work around Webkit/Safari's lack of support for
scroll-margin-top
. These were causing too many other issues.
Fixed
- When exporting to Markdown, use CRLF for line breaks to support Windows.
v1.2.1
Added
- On Chrome and Firefox, make enter, escape and arrow keys work for dropdown menu.
Changed
- The help message for making changes now tries to adapt to custom file names.
Fixed
- Make highlighting anchors work better on Safari.
- Remove superfluous empty lines when exporting to Markdown.
v1.2.0
Added
- Allow exporting as Markdown.
v1.1.1
Fixed
- Don't allow listing related terms that are not primary.
v1.1.0
Added
- Show suggestions for related (primary) terms. These are either terms that occur in a definition for the current term, or primary terms for items that list the current term as related.
v1.0.0
Added
- Allow changing title and about section in editor.
Changed
- Improve accessibility.
- Host fonts on
glstatic.net
along with the other static assets, don't use Google Fonts.
Fixed
- Prevent HTML element ID clashes caused by user-provided terms.
Migrating from 0.5.0
- Quite a few changes need to be made to
glossary.html
. It is probably easiest to follow the steps below.- Download the
glossary.html
template from the latest release. - Copy the entire
<dl>...</dl>
element from your existing glossary and replace the<dl>...</dl>
element in the newest template. - Change the title and about section using the built-in editor.
- Download the
v0.5.0
Added
- When adding a new term, try to guess whether it is an abbreviation (but let the user override this choice).
- Show warning if details field contains line breaks.
Changed
- Hide "Order items" radio buttons when printing.
- Don't change scroll position after deleting an item.
- Trim whitespace around terms/details when creating/editing.
- Only show silcrow if JavaScript is enabled.
v0.4.3
Changed
- Scroll to new items after creating them.
- When adding related term, auto focus on select menu.
Fixed
- Improve form validation.
- Prevent adding a term that already exists elsewhere.
- Prevent having multiple terms with the same ID in a single form.
v0.4.2
Fixed
- Fix bug that would occur when trying to edit/delete while items are ordered by most frequent.
- Scroll back to item after editing it.