This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
Releases: josbroers/nextjs-project-setup
Releases · josbroers/nextjs-project-setup
Version 1.1.1-beta.0
Core changes
- Add security headers in webpack: #93
- Add
turboMode
to webpack: #93 - Add progressive web app in production mode: #94
- Change React to Preact in production: #94
- Update packages to
@latest
: #93 - Fix
next/image
in header component: #104 - Add
next/script
instead of default<script />
: #95 - Add
dns-prefetch
to all external URLs: #96 - Fix sitemap styling: #97
- Add SWR to sitemap page: #97
- Load favicons from own server: #94
Documentation changes
- Changed environment variable for placeholder: #104
Version 1.2.0
Core changes
- Add security headers in webpack: #93
- Add
turboMode
to webpack: #93 - Add progressive web app in production mode: #94
- Change React to Preact in production: #94
- Update packages to
@latest
: #93 - Fix
next/image
in header component: #104 - Add
next/script
instead of default<script />
: #95 - Add
dns-prefetch
to all external URLs: #96 - Fix sitemap styling: #97
- Add SWR to sitemap page: #97
- Load favicons from own server: #94
- Removed preload for
Inter-Italic.var.woff2
: #107
Documentation changes
- Changed environment variable for placeholder: #104
Version 1.1.0
Core changes
- Update
next
to v11.0.0: #82 - Add
eslint-config-next
for build checking: #82 - Add environment variables for Imagekit: #82
- Fix ES6 conventions and operators: #82
- Remove unused duplicate of
_preflight.scss
: #79 - Fix weird exit transition on
CookieNotice.tsx
: #79 - Add possibility to pass icons to internal, external and action buttons: #80
- Add breakpoint mixins for
min-width
andmax-width
: #81
Documentation changes
Development changes
Version 1.1.0-beta.1
Version 1.1.0-beta.0
Core changes
- Removed unused duplicate of
_preflight.scss
. (#79) - Fixed weird exit transition on cookie-notice. (#79)
- Added possibility to pass icons to internal, external and action buttons. (#80)
- Added breakpoint mixins for
min-width
andmax-width
. (#81)
Documentation changes
- Changed company name in
license.md
(#79)
Version 1.0.0
Core changes
- Updated packages
Version 0.6.2
Core changes
- Re-adding
Router.reload()
to make Google Analytics work (#57)
Version 0.6.1
Core changes
- Cumulative Layout Shift for Styled Components. (#68)
Version 0.6.0
Version 0.5.0
Core changes
- Added
<Button />
component with possibility between an internal link, external link or onClick event. In addition, the styling can be adjusted. (#32) - Added an animation to the cookie-notice and removed inline-styling. (#31)
- Added the GitHub logo as a
<Icon />
component. (#26) - Removed
noopener
in links withrel="noopener noreferrer"
, becausenoreferrer
gives the same result. (#26) - Added
_animation.scss
to thenext.config.js
file to use keyframes in CSS modules. (#31) - Added a cookie page consisting the components
<CookieBlok />
and<CookieWrap />
. This page explains what cookies are, which one we use, why we use them and what they do. (#30) - Removed day.js. (#44)
- Removed
margin-top
from<Button />
component and re-added it to the pages<Box />
component. (#39)
Development changes
- Removed GitHub Actions. (#33)
Documentation changes
- Added
security.md
. (#29) - Added a Code of Conduct.