Releases: clean-commit/gatsby-starter-henlo
Releases · clean-commit/gatsby-starter-henlo
1.2.0
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
1.1.0
BREAKING CHANGES
- Support for Gatsby v5 added
react-helmet
removed, SEO partials moved to Head APIyarn start
renamed toyarn 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
1.0.0
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
0.5.0
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
andgatsby-config.js
updated to support Gatsby v3
Minor changes
- Index page updated, version added to index page
- Changelog created