Skip to content

Files

Latest commit

a209878 · May 7, 2025

History

History
117 lines (66 loc) · 9.54 KB

CHANGELOG.md

File metadata and controls

117 lines (66 loc) · 9.54 KB

Changelog

0.4.0

Minor Changes

  • #123 0ff49b6 Thanks @Swanand01! - feat: Add SEO support for core WordPress metadata.

  • #144 87f8f56 Thanks @SH4LIN! - feat!: Refactor the Query Engine for composability and release @snapwp/plugin-apollo-client and @snapwp/plugin-tanstack-query adapters.

Patch Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

  • #111 57f3c09 Thanks @SH4LIN! - feat!: Add and improve robust WordPress and internal URI handling.

    Breaking Changes:

    The Environment Variables and Config API have been updated, with many of the variables renamed or removed. Please review the updated documentation for the latest changes.

    Old value Replace with
    NEXT_PUBLIC_URL NEXT_PUBLIC_FRONTEND_URL
    NEXT_PUBLIC_WORDPRESS_URL NEXT_PUBLIC_WP_HOME_URL
    NEXT_PUBLIC_WORDPRESS_UPLOADS_PATH NEXT_PUBLIC_WP_UPLOADS_DIRECTORY
    NEXT_PUBLIC_WORDPRESS_REST_URL_PREFIX NEXT_PUBLIC_REST_URL_PREFIX
    getConfig().nextUrl getConfig().frontendUrl
    getConfig().homeUrl getConfig().wpHomeUrl
  • #55 603bd86 Thanks @Ta5r! - tests: Add tests for QueryEngine and utils

Patch Changes

0.2.0

Minor Changes

Patch Changes

0.1.0

Minor Changes

Patch Changes

0.0.3

Patch Changes

0.0.2 - 2025-02-07

  • fix: Normalize file paths when detecting the snapwp.config.mjs file on Windows.

0.0.1 - 2025-01-30

  • Initial (public) release.