- Gatsby bumped to 5.14.0
- Tailwindcss updated
- Minor packages updates
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
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
Minor changes
- Packages bumped
- Dependabot changes
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
BREAKING CHANGES
- Support for Gatsby v4 added
- Tailwind updated to v3
- Node changed to v16.13.0
- Sitemap generation switched to
gatsby-plugin-sitemap
Minor changes
- Removed unused styles
Features
- tailwind/typography plugin added
- tailwind/forms plugin added
- added support for darkmode
FIX
- Added gatsby-plugin-image to gatsby-config.js (issues with loading images)
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
- Added support for Twitter cards, sitemeta changed
- All routes use trailing slashes to remove 301 redirects from non slash to slash versions
- SEO implementation strategy changed - components instead of helpers
- Brotli compression is now enabled by default
- Cleared unnecessary Gatsby Plugins
- CMS configuration setup udpdated
- Standardized favicon generation procedure
- Support for Tailwind 1.3.1 added
- Netlify CMS switched to Manual Initialization
- Support for better SEO optimization
- Dynamic layout selection based on keys added