Releases: mohatt/gatsby-plugin-advanced-pages
Releases · mohatt/gatsby-plugin-advanced-pages
v5.0.1
5.0.1 (2025-03-02)
Bug Fixes
- schema: correct typo in plugin options schema (50f1373)
v5.0.0
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
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
3.0.1 (2021-07-30)
Bug Fixes
v3.0.0
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
2.2.1 (2021-03-22)
Performance Improvements
- plugin: improve route matching mechanism (7df3960)
- plugin: improve type declarations (9f68375)
v2.2.0
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
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
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
2.1.0 (2021-02-03)
Features
- plugin: added support for inline pages configuration (78a6b78)