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.
- Changelog
1.2.1 - 2019-12-28
- Removed all PropTypes (see release 1.2.0)
- Allow contentful images and videos in img/media CSP rules
- eslintrc indentation
1.2.0 - 2019-12-28
- Structured Data snippets
- Twitter card meta tags
- 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 PropTypes eslint validation and any PropTypes in the project, as they are redundant with TypeScript
- Disable native scroll restoration
- Custom Rich Text Renderer, with list styles and asset links
1.1.0 - 2019-12-14
- tailwind utilities and shared configuration
- lazy loading image component
- rich contentful text
- nav items animation while page is loading
- new
routes-config
configuration - more advanced netlify headers
- more advanced contentful data loader, adds base64 thumbnail strings too
- more subtle page transitions
- page jump in between page transitions
- better typescript types / react proptypes compatibility
1.0.0 - 2019-11-17
- Next.js template project MVP