Skip to content

Releases: mohatt/gatsby-plugin-advanced-pages

v5.3.1

03 Nov 10:51

Choose a tag to compare

5.3.1 (2025-11-03)

Bug Fixes

  • deps: update / fix dependencies (44309a4)

v5.3.0

15 Oct 15:48

Choose a tag to compare

5.3.0 (2025-10-15)

Features

  • plugin: support for defer and slices parameters (a786aa6)

v5.2.1

02 Oct 14:52

Choose a tag to compare

5.2.1 (2025-10-02)

Bug Fixes

  • build: omit sourcemaps from build artifacts (9a679b8)

v5.2.0

15 Sep 07:45

Choose a tag to compare

5.2.0 (2025-09-15)

Features

  • plugin: support inline helper functions (2af9e8e)

v5.1.1

16 Aug 19:58

Choose a tag to compare

5.1.1 (2025-08-16)

Bug Fixes

  • plugin: disable encodeURIComponent for custom template args (438908a)

v5.1.0

16 Aug 12:32

Choose a tag to compare

5.1.0 (2025-08-16)

Features

  • plugin: support custom template args per page (c8c2f32)

v5.0.1

02 Mar 18:35

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

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

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

Choose a tag to compare

3.0.1 (2021-07-30)

Bug Fixes

  • plugin: fix build script (d6a81c4)