faustjs

Faust.js™ - The Headless WordPress Framework

OTHER License

Downloads
65.5K
Stars
1.3K
Committers
47

Bot releases are hidden (Show)

faustjs - @faustwp/[email protected]

Published by blakewilson about 1 year ago

Patch Changes

  • fcc6d37: Fixed a bug in the block editor screen where the preview link was missing the p and previewPathName query arguments after saving a draft.
faustjs - @faustwp/[email protected]

Published by josephfusco about 1 year ago

188bd75: Auto-update enqueued asset versions whenenever the plugin is updated.

faustjs - @faustwp/[email protected]

Published by blakewilson about 1 year ago

Patch Changes

  • 0c9f9b5: Image URLs (and any URLs with file extensions) are now excluded from the replacement that Faust does in the GraphQL query results.
faustjs - @faustwp/[email protected]

Published by blakewilson over 1 year ago

Patch Changes

  • 9ed3c40: Bug: Fixed an issue where the preview button could crash the browser
faustjs - @faustwp/[email protected]

Published by blakewilson over 1 year ago

Minor Changes

Patch Changes

  • ef92d02: Added @faustwp/blocks version to telemetry data.
faustjs - @faustwp/[email protected]

Published by blakewilson over 1 year ago

Major Changes

Minor Changes

  • 442c834: BREAKING: By default, Faust is now using GET for GraphQL requests in Apollo. If you would like to switch back to POST requests, you can do so by setting the useGETForQueries property to false in faust.config.js

  • 4cae3d9: BREAKING - Fixed seed query failing when attempting to view an unpublished WordPress post with a draft status.

    Previously the seed query would only receive data.node. These changes update the seed query to now receive both data.contentNode & data.nodeByUri. Note that projects hooking into Faust's seedQueryDocumentNode filter will need to refactor in order to use the new nodeByUri/contentNode syntax.

Patch Changes

  • 442c834: Added first party support for persisted queries in Apollo. They can be enabled by setting the usePersistedQueries property in your faust.config.js
  • 2934310: Added the ability to specify the base path for a site (ex. https://example.com/blog) with the basePath property in faust.config.js. Thanks @riderjensen!
  • f5dac42: Updated fast-xml-parser dependency
faustjs - @faustwp/[email protected]

Published by blakewilson over 1 year ago

Major Changes

Patch Changes

  • ef92d02: Added wp-graphql-content-blocks version to the telemetry endpoint.
faustjs - @faustwp/[email protected]

Published by blakewilson over 1 year ago

Major Changes

Minor Changes

  • ba51e7b: Refactor: Cleanup, Remove Lodash, added Block display names, removed useBlockData

Patch Changes

  • 2cd74c4: Add CoreSeparator
  • 3fd30c5: Add reference implementation of CoreCode block
  • 49e797e: Add reference implementation of CoreColumns and CoreColumn block
  • daa5c9a: Add reference implementation of CoreParagraph block
  • Updated dependencies [442c834]
  • Updated dependencies [7952ebe]
  • Updated dependencies [442c834]
  • Updated dependencies [2934310]
  • Updated dependencies [4cae3d9]
  • Updated dependencies [f5dac42]
faustjs - @faustjs/[email protected]

Published by blakewilson over 1 year ago

Patch Changes

f5dac42: Updated fast-xml-parser dependency

faustjs - @faustwp/[email protected]

Published by blakewilson over 1 year ago

Patch Changes

  • 2eeb366: The default plugin setting for "Disable WordPress Theme Admin Pages" is now unchecked, requiring a user to opt-in after initial activation.
faustjs - @faustwp/[email protected]

Published by blakewilson over 1 year ago

Patch Changes

  • 02f7f78: Registered a new GraphQL field, globalStylesheet, that returns wp_get_global_stylesheet and provides the same arguments as the core WordPress function.
faustjs - @faustwp/[email protected]

Published by blakewilson over 1 year ago

Patch Changes

  • eaa5e48: Added the shouldShowFaustToolbar field on the viewer WPGraphQL type to determine if the Faust toolbar should be shown based on user preferences.
faustjs - @faustwp/[email protected]

Published by blakewilson over 1 year ago

faustjs - @faustwp/[email protected]

Published by josephfusco over 1 year ago

faustjs - @faustwp/[email protected]

Published by blakewilson almost 2 years ago

Patch Changes

  • c016c9f: Update plugin title in changelog
faustjs - plugin/faustwp/v0.8.0

Published by blakewilson about 2 years ago

Minor Changes

  • b59d6c0: Renamed plugin from FaustWP to Faust.
  • b59d6c0: Updated settings menu text from Headless to Faust.
faustjs - plugin/faustwp/v0.7.11

Published by TeresaGobble about 2 years ago

Patch Changes

b3c70a4: Prevent WordPress RSS feeds from redirecting to the front-end application.

faustjs - plugin/faustwp/v0.7.10

Published by josephfusco over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wpengine/faustjs/compare/plugin/faustwp/v0.7.9...plugin/faustwp/v0.7.10

faustjs - plugin/faustwp/v0.7.9

Published by apmatthews over 2 years ago

Patch Changes

  • 4ab6cdf: Fix menu paths when activated within a multisite using subdirectories.
  • ccb7ff3: Fix page preview links
  • bb59263: The plugin's default settings are now working when activated within a multisite installation.
  • 6c04567: Fixes a conflict between public route redirects and the full site editor
  • d12f938: Updates an icon on the settings page
faustjs - plugin/faustwp/v0.7.8

Published by apmatthews over 2 years ago

Patch Changes

  • 8942b83: Adds warning when known incompatible plugins are active.
  • 6d3f5de: Fix conflict with PublishPress that caused preview links to fail