Skip to content

Releases: agcty/nextjs-advanced-starter

2.0.0 - React 18

30 Mar 13:14
0cc80cb
Compare
Choose a tag to compare

This release upgrades the template to React 18

tailwind native prettier rules

06 Mar 16:56
e9764c5
Compare
Choose a tag to compare

removes old and unmaintained dependency for formatting tailwind classNames
instead uses tailwind native prettier rules: https://tailwindcss.com/blog/automatic-class-sorting-with-prettier

Next 12.1 + updated Jest setup

04 Mar 21:27
f76e963
Compare
Choose a tag to compare
  • updates to Next 12.1
  • now uses recommended next jest setup

Upgrade to Tailwindcss v3

11 Dec 21:04
db2a680
Compare
Choose a tag to compare
tailwind 3 (#30)

* remove babelrc to opt in to swc

* update tailwind version to v3 and update some other deps

* change tailwind config for v3

* use new selectors

* remove darkmode false

Upgrade to Next 12

01 Nov 20:10
c9ebbbe
Compare
Choose a tag to compare

This release upgrades to next 12 and updates some dependencies

Next 11.1.0

23 Aug 19:27
d331bab
Compare
Choose a tag to compare

Removes some unneeded dependencies
Removes husky (should be installed separately if needed)
Updates dependencies

Nextjs 11

24 Jun 08:25
e1b7bdc
Compare
Choose a tag to compare
  • Updates template to work with nextjs 11
  • removes unnecessary eslint packages that now come with nextjs11
  • simplifies eslint config
  • slightly changes tests to work again with nextjs 11