Releases: timlrx/tailwind-nextjs-starter-blog
Releases · timlrx/tailwind-nextjs-starter-blog
v1.0.0-canary.0
Change Log
- feat: theme colors
- feat: mdx-bundler
- feat: line highlighting and line numbers for code blocks
- feat: layouts
- feat: multiple authors
- feat: copy button for code blocks
- feat: line highlighting and line numbers
- feat: typescript branch
- chore: upgrade all remark / rehype plugins to micromark 3 compatible
- fix: use feed.xml instead of index.xml
- fix: resolve duplicate seo header with custom header
Credits
Special thanks to @frontendwizard for the typescript branch and @Music47ell for the bug fixes and trying things out. Thanks to all the supporters for their suggestions and feedback ❤️
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!