Skip to content

Latest commit

 

History

History
178 lines (67 loc) · 6.53 KB

CHANGELOG.md

File metadata and controls

178 lines (67 loc) · 6.53 KB

2.0.0 (2023-04-15)

Code Refactoring

  • bumping Gatsby version to v5 (e99f0ec)

BREAKING CHANGES

  • This is the newest version of @react95/theme, built with Gatsby v5 and node 18. Consider upgrading all your dependencies first.

1.0.0 (2023-04-15)

Bug Fixes

Code Refactoring

  • bumping Gatsby version to v5 (4003006)

Features

BREAKING CHANGES

  • This is the newest version of @react95/theme, built with Gatsby v5 and node 18. Consider upgrading all your dependencies first.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.6 (2022-05-11)

Note: Version bump only for package @react95/gatsby-theme

1.3.5 (2022-05-11)

Note: Version bump only for package @react95/gatsby-theme

1.3.4 (2022-05-10)

Note: Version bump only for package @react95/gatsby-theme

1.3.3 (2022-05-04)

Note: Version bump only for package @react95/gatsby-theme

1.3.2 (2022-04-05)

Note: Version bump only for package @react95/gatsby-theme

1.3.1 (2022-02-15)

Note: Version bump only for package @react95/gatsby-theme

1.3.0 (2021-12-21)

Features

  • theme: add modal as opt-out inside your mdx frontmatter (cc063ed)
  • theme: add frontmatter to be used as a prop inside any MDX (d1ab019)

1.2.0 (2021-12-19)

Features

  • SEO: add gatsby react helmet plugin (701b7c5)

1.1.0 (2021-12-19)

Features

  • SEO: improving SEO social share metatags (a301357)

1.0.4 (2021-12-19)

Note: Version bump only for package @react95/gatsby-theme

1.0.3 (2021-12-19)

Bug Fixes

  • gatsby-theme: moving theme and global styles to gatsby wrappers (a8ecfd7)

1.0.2 (2021-12-16)

Note: Version bump only for package @react95/gatsby-theme

1.0.1 (2021-11-09)

Note: Version bump only for package @react95/gatsby-theme

1.0.0 (2021-09-24)

Features

  • gatsby-theme: accepting contentPath and basePath as theme options (226e4a5)
  • gatsby-theme: add 404 page (3238f6b)
  • gatsby-theme: add selectedFolder (1317efa)
  • gatsby-theme: adding @react95 core components to be used inside MDX files 🎉 (6248f9a)
  • gatsby-theme: adding SEO stuffs (101d392)
  • gatsby-theme: generating TaskBar component based on content tree folder (8120c7c)
  • gatsby-theme: rendering mdx content (b136756)
  • gatsby-theme: rendering mdx content inside a Modal (c7af472)
  • gatsby-theme: when doesn't find the contentPath folder, create one with a deafult template (7604421)
  • gatsby/theme: add explorer window (dbbba54)
  • gatsby/theme: add icon support on frontmatter (mdx) (0611833)
  • gatsby/theme: add link to TaskBar List (7d75677)
  • gatsby/theme: addind content folder with mdx data (ab4b687)
  • gatsby/theme: creating @react95 Gatsby theme! (7be93c7)
  • gatsby/theme: creating a page for each mdx file, following folder structure (099441a)