Releases: timlrx/tailwind-nextjs-starter-blog
v1.2.0
v1.1.4
v1.1.3
Change Log
- feat: add newsletter component with support for Mailchimp, Buttondown and Convertkit
- docs: add newsletter component docs to v1 update and main readme
Credits
Big thanks to @GautierArcin and @DLevai94 for the newsletter component ❤️
Others
Check out Leo's blog, with Snippets Page, Author Profile Card, Image Lightbox and more
v1.1.2
Change Log
- fix: add back sitemap script in build
- fix: email address format verification
- fix: allow remark toc to parse headings with url
- fix: code block space
- fix: avoid extra new line when copying
- feat: auto switch theme for giscus and utterances
- feat: add separate stylesheet for prismjs code block theme
- chore: upgrade to next 11.1.2
- chore: upgrade linter to 11.1.2 and fix lint issues
- docs: author in docs was not displayed correctly
- docs: update with new examples and prism stylesheet
Credits
Thanks @llovvoll, @humble-barnacle001, @larbisahli, @renomureza for the fixes and contributions
Others
Check out the 2 new example blogs - @DLevai94 digital garden and @Th1nhNg0 corner layout with sticky table of content
v1.1.1
v1.1.0
Change Log
- fix: support all prism and refractor lang
- fix: toc issue with remark-autolink-headings
- refactor: reduce duplication and make SEO title consistent
- refactor: use unifiedjs esm packages
- chore: upgrade to nextjs 11.1.0 and add sharp as dependency (see #191)
Note: This update sets experimental: { esmExternals: true }
in next.config.js
and updates all packages within the unifiedjs ecosystem to use ESM libraries (read [here] for more info). I recommend re-installing clearing your node_modules
and re-installing the dependencies. If you encounter issues with other libraries, you can check out the official nextjs discussion page
Credits
Thanks @Music47ell for refactoring the SEO component.
Others
Looking to add i18n functionality to your blog? Check out @GautierArcin fork which uses next-translate
v1.0.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
- feat: add support for giscus, utterances, disqus
- feat: configure giscus for demo site
- feat: add analytics component
- feat: toc and inlineToc component
- fix: use feed.xml instead of index.xml
- fix: resolve duplicate seo header with custom header
- fix: restrict sitemap to mdx files in blog folder
- fix: code newlines
- fix: use innerText to copy code content
- refactor: convert siteMetadata from json to js
- docs: add docs on blog comments system
- docs: update new features post
- docs: update post to include analytics
- docs: change siteMetadata.json to siteMetadata.js
- chore: upgrade all remark / rehype plugins to micromark 3 compatible
- chore: Create FUNDING.yml
- chore: update issue templates
Credits
Special thanks to @frontendwizard for the typescript branch, @Music47ell and @laymonage for the comments feature, @GautierArcin and @rsipakov for the demo with next-translate
. Thanks to all the supporters for their bug fixes, suggestions and feedback ❤️
v1.0.0-canary.2
Change Log
- feat: add analytics component
- docs: update post to include analytics
- docs: change siteMetadata.json to siteMetadata.js
- chore: update issue templates
- chore: upgrade mdx-bundler
v1.0.0-canary.1
Change Log
- fix: restrict sitemap to mdx files in blog folder
- fix: code newlines
- refactor: convert siteMetadata from json to js
- feat: add support for giscus, utterances, disqus
- feat: configure giscus for demo site
- docs: add docs on blog comments system
- docs: update new features post
- chore: Create FUNDING.yml
Credits
Thanks @Music47ell for the comments feature!
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 ❤️