Skip to content

Releases: Financial-Times/dotcom-page-kit

Release 0.6.2

24 Feb 10:59
Compare
Choose a tag to compare
  • Handlebars package: Added server/templates to the default list of partial directories to search
  • Navigation middleware: Fixed incorrect edition vary header value
  • Shell UI component: Added mime types to resource hints and support for WOFF 2.0 files

Release 0.6.1

11 Feb 12:59
Compare
Choose a tag to compare
  • Code splitting plugin: Tweaks code splitting to rules to ensure CSS modules are not included in output chunks

Release 0.6.0

10 Feb 09:20
Compare
Choose a tag to compare
  • JS build plugin: (breaking change) Removed enableRequireDefault option
  • Sass build plugin: (breaking change) Disabled the webpackImporter option for sass-loader and added an option to re-enable it
  • Handlebars package: Added a new {{#renderReactComponent}} helper to aid JSX and Handlebars interoperability
  • App context middleware: Added pageKitVersion property to app context data
  • Assets middleware: (breaking change) replaced by dotcom-middleware-asset-loader package
  • Navigation middleware: Added a new getCurrentPath option
  • Header UI component: Added a new showLogoLink option
  • (breaking change) Node v12 is now the minimum supported version
  • (breaking change) Removed the unused resource hints package
  • (breaking change) We recommend switching the dom-loaded package for ready-state

Release 0.5.8

27 Jan 16:13
63c9675
Compare
Choose a tag to compare
  • Asset loader package: Fixed issue with concatenation of absolute URLs when used as the publicPath

Release 0.5.7

22 Jan 11:53
Compare
Choose a tag to compare
  • Header UI component: Fixed issue with missing o-header styles
  • App context package: Removed validation pattern for publishReference field

Release 0.5.6

22 Jan 08:57
db0b7fc
Compare
Choose a tag to compare
  • App context package: Added alternative pattern for contentType field

Release 0.5.5

21 Jan 17:04
ab9f5d6
Compare
Choose a tag to compare
  • App context package: Added alternative pattern for publishReference field

Release 0.5.4

10 Jan 11:53
998166e
Compare
Choose a tag to compare
  • App context middleware: Fixed the incorrect assumption that user IDs were equivalent to having a valid session

Maintenance Release 0.4.5

10 Jan 11:58
Compare
Choose a tag to compare
  • Backport of v0.5.4

Release 0.5.3

20 Dec 15:19
f8ae0c7
Compare
Choose a tag to compare
  • Handlebars package: Refactor helpers to use default exports for compatibility with handlebars-loader