Skip to content

v1.4.4

Compare
Choose a tag to compare
@SebastianKohler SebastianKohler released this 08 Aug 11:22
· 49 commits to main since this release
069a14c

1.4.4 – 2024-08-08

Added

  • Configuration file for Dependabot version updates of packages. (741796c, 7f08e0b)

Changed

  • Docs: mention current Node version of app in README. (a7f854d)
  • Deps: update @angular to 18.1.4. (f6e829a)
  • Deps: update marked to 14.0.0. (d73fa2c, aa72d73)
  • Deps: update zone.js to 0.14.10. (26ce24e)
  • Deps (dev): update @types/node to 20.14.14. (bb6b347)
  • Deps (dev): update karma to 6.4.4. (7d7008f)
  • Deps (dev): update typescript to 5.5.4. (53679f7)

Fixed

  • Match type when comparing collection IDs in text-changer component (i.e. allow collectionId to be either string or number in table of content JSON-files). (8f3142d)
  • Add missing ngFor import to pdf-viewer.component. (b751172)
  • Filter type headings should not be visible in index filter modal when no filter options available. (ff975df)
  • Home page banner image min-height set to 200px in landscape image mode. This fixes an issue where the banner image height is too small on mobile phones in landscape orientation. You should adjust the min-height for the banner image in your project in custom.scss if necessary. You can use the selector page-home div.banner.banner. (d5b717d)