Skip to content

Releases: cu-mkp/editioncrafter

EditionCrafter 1.3.1

28 May 15:39
af94f61

Choose a tag to compare

What's Changed

This release contains a hotfix for tag display on transcription views: #164

Full Changelog: v1.3.0...v1.3.1

EditionCrafter 1.3.0

27 May 19:20
13cea3f

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

EditionCrafter v1.2.1

08 Jan 17:37
3c94d32

Choose a tag to compare

This release contains a hotfix for the RecordList component.

Full Changelog: v1.2.0...v1.2.1

EditionCrafter 1.2.0

07 Jan 14:11
dfa728f

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Dec 20:07
7a79f3f

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

01 Jul 16:33
9e60b36

Choose a tag to compare

What's Changed

  • Replaced the Axios library with the browser-native window.fetch(), for purposes of smoother integration into software such as FairCopy. See #131 for details.

View the full change log here: v1.0.2...v1.0.3

v1.0.2

20 May 14:53
1219f05

Choose a tag to compare

What's Changed

  • Fixed a bug where name collisions between folios of different documents in variorum mode were causing some folios not to be indexed correctly.
  • Improved navigation flow in variorum mode; navigating back to the grid from a folio now automatically shows the grid for the associated document.
  • Improved touch screen functionality: resizing panes can now be done either by clicking with a mouse or using a touch screen.
  • Added the ability to manage the component configuration props (document title, manifest URL, etc) from outside the component without having the whole viewer crash whenever the values update; it now updates to the new values and reloads the data seamlessly.
  • Improved error handling in the case that URL parameters supply a nonexistent folio ID; now defaults to the grid view in such a case.

See PR #117 for details, or view the full change log here: v1.0.1...v1.0.2

v1.0.1

02 May 16:54
765c8c8

Choose a tag to compare

What's Changed

  • Updates all the CSS files to be scoped only to apply inside an element with the editioncrafter class, which is applied to the outermost div of the component. This should fix issues with embedding the component in sites with their own CSS, where previously we were experiencing clashes (for example, link text turning red because EditionCrafter was applying styles to <a> elements globally). This should also help with issues where utilities like Tailwind or Bootstrap were imposing their own styling on elements within the viewer that had semantic or utility class names (e.g. thumbnail, fixed, sticky, etc.).
  • Improves error handling in the case that there is no image data associated with a canvas in the IIIF manifest; the current fix is to just not include that canvas on the list of folios. This avoids an infinite loop in which the grid view continually attempts to load an image that doesn't exist.

See PR #113 for details, or view the full change log here: v1.0.0...v1.0.1

v1.0.0

30 Apr 15:06
6571f33

Choose a tag to compare

Version 1.0.0 of EditionCrafter is live! 🎉 🎊 📑 🏛️ 🖊️ 1️⃣ 🔵 0️⃣ 💥 🎉

What's Changed

  • Some minor CSS updates to smooth out the behavior of the Astro site near the breakpoints;
  • Fixed a bug where text of the documentation was wider than the screen on mobile.

See PR #110 for further details. View the full change log here: v0.2.12...v1.0.0

v0.2.12

24 Apr 19:46
b393c2a

Choose a tag to compare

What's Changed

  • Fixed issue with facsimiles not displaying in single pane mode, by ensuring that all of the containing divs are set to height: 100% so it doesn't collapse to zero height;
  • Removed the Glossary option from the mobile navigation menu when no glossary provided;
  • Added scroll to single pane mode in the case of vertical overflow;
  • Fixed a bug with the dropdown menus where clicking on the current value would cause the value to become unset;
  • Added styling to the thumbnails on ImageGridView to override global styles in the case that the component is embedded on a site that sets thumbnail styles globally, e.g. the Scalar sites.

See PR #108 for further details. View the full change log here: v0.2.11...v0.2.12