Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Releases: ehowey/gatsby-theme-catalyst

gatsby-theme-catalyst-blog@6.0.0-beta.11

13 May 05:19
44d64de
Compare
Choose a tag to compare

Patch Changes

  • 880d66f: Update Gatsby to v3.5. Remove Lerna as this is no longer needed with Changesets handling the publishing.

gatsby-theme-catalyst-blog@6.0.0-beta.10

13 May 04:17
30c1f1b
Compare
Choose a tag to compare

Patch Changes

  • c76af93: Adds support for published: true boolean to MDX frontmatter. This flag is now required for blog posts to be published. Prevents accidentally publishing blog posts.

gatsby-theme-catalyst-bery@6.0.0-beta.11

13 May 05:19
44d64de
Compare
Choose a tag to compare

Patch Changes

  • 880d66f: Update Gatsby to v3.5. Remove Lerna as this is no longer needed with Changesets handling the publishing.
  • Updated dependencies [880d66f]
    • gatsby-theme-catalyst-core@6.0.0-beta.11
    • gatsby-theme-catalyst-footer@6.0.0-beta.11
    • gatsby-theme-catalyst-sanity@6.0.0-beta.11

gatsby-theme-catalyst-bery@6.0.0-beta.10

13 May 04:17
30c1f1b
Compare
Choose a tag to compare

Patch Changes

  • c76af93: Adds support for published: true boolean to MDX frontmatter. This flag is now required for blog posts to be published. Prevents accidentally publishing blog posts.
  • Updated dependencies [c76af93]
    • gatsby-theme-catalyst-core@6.0.0-beta.10
    • gatsby-theme-catalyst-footer@6.0.0-beta.10
    • gatsby-theme-catalyst-sanity@6.0.0-beta.10

v0.9.0

17 Oct 04:45
Compare
Choose a tag to compare

-Major breaking changes to file structure

v0.8.0

15 Oct 03:23
Compare
Choose a tag to compare

-Added in normalize.css
-Rewrote file names
-Simplified navbar layout and structure to make it easier to shadow files.

0.7.0

09 Oct 02:10
Compare
Choose a tag to compare

Breaking change to gatsby-source-filesystem. May require a quick change to your image queries.

{
        resolve: `gatsby-source-filesystem`,
        options: {
          name: `images`,
          path: `src/images`,
        },
      },

0.6.4

03 Oct 04:31
Compare
Choose a tag to compare

-Bug fix to the useWindowSize hook
-A couple small visual tweaks

0.6.0

03 Oct 03:20
Compare
Choose a tag to compare
  • Refactored nav elements to use a specific mobile breakpoint set via the theme options, see readme for details. This allows for more fine grained control on when the mobile menu is displayed.

0.5.1

28 Sep 11:56
Compare
Choose a tag to compare

-Minor updates to styling