Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 895 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 895 Bytes

Changelog

All notable changes for major version updates will be documented here.

9.2.0

Cortina helper accepts a new parameter useStyle10 that serves blocks tailored to the new version of KTH-Style.
If the parameter is false or missing, blocks tailored for KTH-Style 9 will be fetched.

9.0.0

  • Breaking: function registerBreadcrumbHelper no longer takes any config. All breadcrumbs now need to be manually sent to res.render on every request.
  • Breaking: import changed to const {registerBreadcrumbHelper} = require('@kth/kth-node-web-common/lib/handlebars/helpers/breadcrumbs')

8.0.0

  • The error page can now be rendered directly from inside the package. No need to copy and register the Handlebars-file from the app.

7.0.0

  • The name of the package is changed to @kth/kth-node-web-common
  • The package is no longer dependent of deprecated packages.