Skip to content

Releases: timlrx/tailwind-nextjs-starter-blog

v1.1.4

17 Oct 08:30
Compare
Choose a tag to compare

Change Log

  • fix: typo/misspelling
  • feat: add custom next-remote-watch
  • feat: add scroll to component
  • chore: upgrade rehype-prism-plus to 1.1.0
  • chore: sync typescript to v1.1.3
  • chore: add featured blog

Credits

Thanks @Th1nhNg0, @ryands17 and @okayplanet for the contributions

v1.1.3

11 Sep 09:01
06b9276
Compare
Choose a tag to compare

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

08 Sep 14:49
Compare
Choose a tag to compare

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

24 Aug 15:42
Compare
Choose a tag to compare

Change Log

  • fix: syntax highlighting for multiline code
  • fix: non-latin tags don't cause error
  • refactor: use rehype-slug and rehype-autolink-headings
  • docs: use jsx for code block

v1.1.0

15 Aug 16:06
Compare
Choose a tag to compare

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

08 Aug 09:00
Compare
Choose a tag to compare

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

28 Jul 15:43
Compare
Choose a tag to compare

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

22 Jul 13:45
Compare
Choose a tag to compare
v1.0.0-canary.1 Pre-release
Pre-release

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

11 Jul 15:57
Compare
Choose a tag to compare
v1.0.0-canary.0 Pre-release
Pre-release

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

11 Jul 15:39
Compare
Choose a tag to compare

Change Log

  • fix: generate-rss.js description
  • fix: typo

Credits

Thanks @Music47ell