Releases: timlrx/tailwind-nextjs-starter-blog
Releases · timlrx/tailwind-nextjs-starter-blog
v0.4.2
v0.4.1
0.4.0
Change Log
- fix: patch vercel bug which directs user to index.xml
- fix: RSS encoding issues
- fix: filter non-markdown file when processing mdx
- fix: remove 404 and /blog/[...slug] from sitemap
- chore: upgrade to next 11 and tailwind 2.2
- chore: use eslint-config-next and lint files
- chore: remove unused next-compose-plugin
- chore: simplify string interpolation
- chore: simplify deconstructed slug
Credits
Thanks @aloisdg @DLevai94 @Music47ell for the contributions
Note: This will be the last update for v0 of the blog template. Other than patches and existing pull requests, new features and upgrades will also be carried out on v1.
v0.3.4
Change Log
- fix: start script to work with tailwind jit
- fix: slug links for nested post
- feat: pagination for blog posts
- chore: remove redundant wordCount, readingTime contains word count
- chore: remove unnecessary mdxprovider and dependencies
- chore: update katex version
Thanks @Music47ell for the pagination feature!