Skip to content

5.0.0

Choose a tag to compare

@sneridagh sneridagh released this 12 Apr 15:37
3a7a508

Breaking

  • Added basic lazy loading dependencies and boilerplate @sneridagh
  • Change component to where page title is set to View.jsx, remove all Helmet calls from inner views @jackahl

Feature

  • Added date time widget @nzambello
  • Add meta description tags and meta generator @sneridagh
  • Add lang property in html tag depending on the site/content language @sneridagh
  • Add App.jsx component insertion point @sneridagh
  • Lazy load EventView.jsx, splitting out all its big dependencies (Luxon) along with it @sneridagh
  • Lazy load pretty library, used in the HTML block @sneridagh
  • Lazy load Raven library @sneridagh
  • Lazy load React Select library @sneridagh

Bugfix

  • Show save/cancel on control panels @avoinea #850
  • Fix listing "show more" link rendering conditions @nzambello

Internal

  • Make Jest only looks up in src folder @sneridagh
  • Re-arrange components/index.js @sneridagh
  • Added a patch for Razzle Jest config generator to include modulePathIgnorePatterns option @sneridagh
  • Fix Travis random no sound card found error @sneridagh
  • docs: add release documentation