Skip to content

Releases: mohatt/gatsby-plugin-advanced-pages

v5.0.1

02 Mar 18:35
Compare
Choose a tag to compare

5.0.1 (2025-03-02)

Bug Fixes

  • schema: correct typo in plugin options schema (50f1373)

v5.0.0

02 Mar 09:05
Compare
Choose a tag to compare

5.0.0 (2025-03-02)

Features

  • plugin: refactor plugin source to TypeScript for better type safety (51117ef)
  • plugin: migrate the plugin to native ES modules, add CJS & ESM builds (e12f0a0)

chore

BREAKING CHANGES

  • plugin: The plugin is now built with native ES module syntax.
  • plugin: The plugin now requires at least Gatsby v5.10

v4.0.0

23 Feb 19:16
Compare
Choose a tag to compare

4.0.0 (2025-02-23)

Features

  • plugin: add support for gatsby v4 and v5 (716f43a)

BREAKING CHANGES

  • plugin: Gatsby v3 is no longer supported

v3.0.1

30 Jul 01:04
Compare
Choose a tag to compare

3.0.1 (2021-07-30)

Bug Fixes

  • plugin: fix build script (d6a81c4)

v3.0.0

30 Jul 00:30
Compare
Choose a tag to compare

3.0.0 (2021-07-30)

Bug Fixes

chore

Features

  • plugin: convert getActivatedRoute and isActivatedRoute to React hooks (027824a)

Performance Improvements

  • plugin: improve error message in Link component (0ebdfa5)
  • plugin: use clsx package instead of classnames (a8e2ae6)

BREAKING CHANGES

  • plugin: getActivatedRoute and isActivatedRoute are now React hooks useRoute and useIsRoute.
  • deps: The plugin now requires at least Gatsby v3.0.4

v2.2.1

22 Mar 13:28
Compare
Choose a tag to compare

2.2.1 (2021-03-22)

Performance Improvements

  • plugin: improve route matching mechanism (7df3960)
  • plugin: improve type declarations (9f68375)

v2.2.0

21 Mar 22:16
Compare
Choose a tag to compare

2.2.0 (2021-03-21)

Features

  • plugin: add es2015 module exports (640de93)

Performance Improvements

  • plugin: rename main entry file to index.js (546514d)

v2.1.2

18 Feb 10:07
Compare
Choose a tag to compare

2.1.2 (2021-02-18)

Bug Fixes

  • plugin: use useLocation hook to allow route matching during SSR (2eebfc5)

Reverts

  • "docs(readme): changed usage example [skip-ci]" (891f1ef)

v2.1.1

04 Feb 20:15
Compare
Choose a tag to compare

2.1.1 (2021-02-04)

Performance Improvements

  • plugin: fragments no longer need to be copied over to the .cache directory because gatsby looks through node_modules (fd8cbf8)
  • plugin: use gatsby's ".cache" to write routes.json instead of writing it to the module directory inside node_modules (fd81233)

v2.1.0

03 Feb 08:00
Compare
Choose a tag to compare

2.1.0 (2021-02-03)

Features

  • plugin: added support for inline pages configuration (78a6b78)