Skip to content

Latest commit

 

History

History
107 lines (64 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

107 lines (64 loc) · 2.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Changelog

1.2.1 - 2019-12-28

Removed

  • Removed all PropTypes (see release 1.2.0)

Fixed

  • Allow contentful images and videos in img/media CSP rules
  • eslintrc indentation

1.2.0 - 2019-12-28

Added

  • Structured Data snippets
  • Twitter card meta tags

Changed

  • Update VSCode settings
  • More robust, crossbrowser native video player
  • Lazy images start the download of a new image earlier
  • Social sharing image for each page, instead of a global one

Removed

  • Removed PropTypes eslint validation and any PropTypes in the project, as they are redundant with TypeScript

Fixed

  • Disable native scroll restoration
  • Custom Rich Text Renderer, with list styles and asset links

1.1.0 - 2019-12-14

Added

  • tailwind utilities and shared configuration
  • lazy loading image component
  • rich contentful text
  • nav items animation while page is loading

Changed

  • new routes-config configuration
  • more advanced netlify headers
  • more advanced contentful data loader, adds base64 thumbnail strings too
  • more subtle page transitions

Fixed

  • page jump in between page transitions
  • better typescript types / react proptypes compatibility

1.0.0 - 2019-11-17

Added

  • Next.js template project MVP