Skip to content

Releases: timlrx/tailwind-nextjs-starter-blog

v0.4.1

04 Jul 08:32
Compare
Choose a tag to compare

Change Log

  • fix: allow summary and tag to be optional for rss
  • feat: interactive cli to generate post
  • chore: fix typo

0.4.0

23 Jun 15:48
Compare
Choose a tag to compare

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

29 May 10:27
b44e209
Compare
Choose a tag to compare

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!

v0.3.3

23 May 05:01
Compare
Choose a tag to compare

Change Log

  • fix: correct invalid theme toggler on first load
  • fix: make siteMetadata.twitter optional to fix TypeError in PostLayout
  • fix: jit config
  • chore: add social badge to readme

v0.3.2

11 May 15:00
Compare
Choose a tag to compare

Change Log

  • fix: windows compatible file path
  • feat: upgrade next-mdx-remote
  • chore: update other dependencies

v0.3.1

08 May 06:05
Compare
Choose a tag to compare

Change Log

  • feat: add support for blog sub-route
  • docs: update readme and blog
  • chore: add index.xml to gitignore

Thanks @mrhut10 for the feature

v0.3.0

01 May 02:55
Compare
Choose a tag to compare

Change Log

  • chore: upgrade to nextjs 10.2.0
  • feat: use nextjs 10.2 optimized font loading
  • fix: typo in ListLayout and PostLayout

v0.2.1

24 Apr 08:05
Compare
Choose a tag to compare

Change Log

  • chore: update katex
  • chore: add .gitattributes
  • chore: enable react strict mode
  • chore: bump husky to v6
  • docs: update readme

v0.2.0

02 Apr 14:53
7a07996
Compare
Choose a tag to compare

Change Log

chore: upgrade next-remote-watch and use tailwind jit
chore: update to next 10.1, react 17 and webpack 5

v0.1.4

02 Apr 13:43
72c099c
Compare
Choose a tag to compare

Change Log

  • chore: Improve Windows compatibility for npm run analyze
  • chore: remove unused file
  • feat(icon): Hide the icon when there is no href value
  • fix: Fix that useTheme is not working
  • fix: seo modified and created fields