Skip to content

Releases: clean-commit/gatsby-starter-henlo

1.2.0

18 Apr 10:32
Compare
Choose a tag to compare

BREAKING CHANGES

  • VariantField renamed to SelectField

Fixes

  • Adding Forms components
  • Forms preview is now working
  • Forms collection added to the CMS

Improvments

  • Updated packages to Decap CMS
  • Updated Readme urls to reflect the changes
  • Node version changed to v20.11.0
  • Section component added to support custom spacing for sections
  • Added support for tailwind-merge with new cn() helper function
  • Prettier config added for imports ordering and tailwind classes ordering
  • GraphQL Schema Customization definitions added

Minor changes

  • Bumped Gatsby to 5.13.4

1.1.1

02 Aug 10:18
e0c149e
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Improved type interference for images as mentioned in #33
  • Dependencies updated to latest version

1.1.0

04 Jan 12:14
8d725ba
Compare
Choose a tag to compare

BREAKING CHANGES

  • Support for Gatsby v5 added
  • react-helmet removed, SEO partials moved to Head API
  • yarn start renamed to yarn dev

Minor changes

  • classnames removed, clsx added
  • Language definition added to gatsby-ssr.js
  • Removed unnused packages

Bug Fixes

  • Improved darkmode toggle component - issue with hydration
  • Resolved minor warnings issues

1.0.1

22 Oct 18:49
b9f0fe5
Compare
Choose a tag to compare

FIX

  • Updated packages
  • Compatibility added for Gatsby 4.24

1.0.0

12 Aug 18:21
929b0ff
Compare
Choose a tag to compare

V1 Is finally Completed!

Complete overhaul of the previous starters.

New features:

  • 💪 Battle-tested starting point for small & large web projects
  • 📄 Form Builder that enables Admins to create multiple forms with ease & Netlify Forms integration.
  • 🌗 Darkmode support
  • 🗺 Sitemaps using gatsby-plugin-sitemap
  • 💇‍♀️ TailwindCSS support with PostCSS processing & PurgeCSS
  • 🔌 Support for Gatsby API functions
  • 🕵️‍♂️ Complete SEO configuration with graphql fragment and reusable components
    ..and more

0.5.1

18 Mar 08:44
Compare
Choose a tag to compare

FIX

  • Added gatsby-plugin-image to gatsby-config.js (issues with loading images)

0.5.0

14 Mar 18:53
Compare
Choose a tag to compare

BREAKING CHANGES

  • Support for Gatsby v3 added
  • PurgeCSS switched to v4
  • Removed support for react-svg, inlined svg are used instead.
  • Node changed to v14.15.5

Features

  • SEO component updated for usage with gatsby-plugin-image added
  • gatsby-node.js and gatsby-config.js updated to support Gatsby v3

Minor changes

  • Index page updated, version added to index page
  • Changelog created

0.4.1

04 Mar 09:55
707c376
Compare
Choose a tag to compare

Minor updates to SEO, scripts and build engine

0.4.0

31 Dec 13:42
ab96b66
Compare
Choose a tag to compare
  • Updated SEO implementation strategy
  • Brotli compression added
  • Fonts preloading added
  • Optimized browser support
  • Removed unused Gatsby plugins
  • Updated CMS configuration

0.3.2

21 Sep 09:31
Compare
Choose a tag to compare

Added standardize favicon generation