All notable changes to this project will be documented in this file.
Changelog entries are classified using the following labels (from Keep a changelog):
Project versions conform to Semantic Versioning
Added
: for new features
Bumped
: updated dependencies, only minor or higher will be listedChanged
: for changes in existing functionality
Deprecated
: for once-stable features removed in upcoming releases
Fixed
: for any bug fixes
Removed
: for deprecated features removed in this release
- Corrects broken build published to npm
- Vimeo
media_id
handling - Similar bibliography entries overwriting each other
- Include current page in sidebar menu
- Process markdown in page titles for
cite-this
- Run hugo with
--disableFastRender
- Adds
disableFastRender
option toquire preview
command - Adds
contents-list/file-dir
partial to normalize directories incontents-list
- Corrects broken build published to npm
- Implementation of multi-level subsections
- Process IIIF images sequentially in
process --iiif
command.
- Include label in image modal caption/credit block
- Wrap Windows Prince command in quotes
- Fix navigation to previously-viewed images in popup by removing Leaflet map on change.
- Refactor
q-figure
shortcode to use partials for each media type - Refactor
q-figure-group
andq-figure-zoom
shortcodes to usecaption
andlabel
partials
quire process --iiif
command to generate IIIF compatible image tiles- Set an image's zoom level in Leaflet using
zoom_max
infigures.yml
- Translate popup annotations so they are always contained by the document body
- Preserve scroll position when image modals are opened and closed
- Disabled scroll and touch zoom on entry viewer images
- Update
README
for CLI, default starter, default theme, and monorepo