nextjs-boilerplate-with-wordpress

Stars
30
Committers
4

Bot releases are visible (Hide)

nextjs-boilerplate-with-wordpress - v2.0.0 Latest Release

Published by github-actions[bot] over 1 year ago

2.0.0 (2023-04-07)

Continuous Integration

  • drop node 14 support and update deps and main test to node 18 (a8aa340)

BREAKING CHANGES

  • no test for node 14
nextjs-boilerplate-with-wordpress - v1.16.0

Published by github-actions[bot] over 1 year ago

1.16.0 (2023-03-31)

Features

  • add some wp content styles (778fc57)
nextjs-boilerplate-with-wordpress - v1.15.4

Published by github-actions[bot] over 1 year ago

1.15.4 (2023-03-09)

Bug Fixes

  • remove protocol from plausible domain (d6b4f51), closes #24
nextjs-boilerplate-with-wordpress - v1.15.3

Published by github-actions[bot] over 1 year ago

1.15.3 (2023-03-07)

Bug Fixes

  • prevent hydration error on index page (ae5f893)
nextjs-boilerplate-with-wordpress - v1.15.2

Published by github-actions[bot] over 1 year ago

1.15.2 (2023-03-03)

Bug Fixes

  • update for build-in next/font (c1f863b)
nextjs-boilerplate-with-wordpress - v1.15.1

Published by github-actions[bot] over 1 year ago

1.15.1 (2023-02-24)

Bug Fixes

  • tailwind config: move plugins outside of theme (e75a1b6)
nextjs-boilerplate-with-wordpress - v1.15.0

Published by github-actions[bot] over 1 year ago

1.15.0 (2023-02-22)

Features

Reverts

  • Link: don't handle wpdomain links as internal (3eec669)
nextjs-boilerplate-with-wordpress - v1.14.0

Published by github-actions[bot] over 1 year ago

1.14.0 (2023-02-20)

Features

nextjs-boilerplate-with-wordpress - v1.13.0

Published by github-actions[bot] over 1 year ago

1.13.0 (2023-02-19)

Features

  • load youtube video only after visitor gave consent (0b95fa1)
nextjs-boilerplate-with-wordpress - v1.12.0

Published by github-actions[bot] over 1 year ago

1.12.0 (2023-02-17)

Features

  • add support for selfhosted plausible or umami (6b311e0)

Reverts

nextjs-boilerplate-with-wordpress - v1.11.0

Published by github-actions[bot] over 1 year ago

1.11.0 (2023-02-04)

Bug Fixes

  • Link: update link component to use internel link when starts with wpDomain (b1282a1)

Features

  • _app: wrap into apolloclient (6acc681)
  • apollo: add page to test the postlist (5d8a2d4)
  • Apolloclient: add apolloclient (7371f81)
  • Link: treat link to wp domain as internal (b16aff6)
  • next.config.js: image optimisation for wordpress images (d20e664)
  • PostBody: transform into (3bf3f00)
  • PostBody: use htmlreactparser instead of dangerouslysetinnerhtml (1deb264)
  • PostList: add a postlist component to fetch 10 posts with apollo (dd5a1e3)
  • PostList: add html react parser (ccda68a)
  • wordpress.css: add flex to column blocks (26dea44)
nextjs-boilerplate-with-wordpress - v1.10.0

Published by github-actions[bot] over 1 year ago

1.10.0 (2023-02-01)

Features

  • Link: link components uses internal link when it's the domain in the appconfig (229c7b0)
nextjs-boilerplate-with-wordpress - v1.9.0

Published by github-actions[bot] over 1 year ago

1.9.0 (2023-01-31)

Features

  • add impulse.dev for live editing of tailwind classes (e49d3c9)
nextjs-boilerplate-with-wordpress - v1.8.0

Published by github-actions[bot] over 1 year ago

1.8.0 (2023-01-28)

Features

  • add local google fonts (4cc2cf2)
  • index.tsx: add some fonts for testing purpose (13c109f)
nextjs-boilerplate-with-wordpress - v1.7.0

Published by github-actions[bot] over 1 year ago

1.7.0 (2023-01-24)

Bug Fixes

  • Layout.tsx: wrap content into a grid to stick footer to have the footer at the bottom (9ca4584)

Features

  • Footer.tsx: add footer component (feda0fa)
  • Footer.tsx: make footer a little bit brighter for more contrast with the cookiebanner (1ea425b)
nextjs-boilerplate-with-wordpress - v1.6.0

Published by github-actions[bot] over 1 year ago

1.6.0 (2023-01-24)

Features

  • index.tsx: add some styles (988b4a0)
nextjs-boilerplate-with-wordpress - v1.5.0

Published by github-actions[bot] over 1 year ago

1.5.0 (2023-01-24)

Features

  • CookieBanner.tsx: add cookiebanner component (b8e9577)
  • Index.tsx: show on index page if cookies were accepted (e50ed82)
  • Layout.tsx: add cookiebanner to layout (bf1100b)
nextjs-boilerplate-with-wordpress - v1.4.0

Published by github-actions[bot] over 1 year ago

1.4.0 (2023-01-22)

Features

  • Header.tsx: show active route (2dabfe4)
nextjs-boilerplate-with-wordpress - v1.3.0

Published by github-actions[bot] over 1 year ago

1.3.0 (2023-01-22)

Features

nextjs-boilerplate-with-wordpress - v1.2.0

Published by github-actions[bot] over 1 year ago

1.2.0 (2023-01-22)

Features

  • create about and contact page for navigation (932fee7)
  • Header.tsx: create header component (ccd17d7)
  • Layout.tsx: add header to layout (08b30e0)
  • package.json: install headlessui and heroicons (368c247)
  • posts/[slug].tsx: use layout instead of postlayout (c3cc0b9)
Related Projects