faustjs

Faust.js™ - The Headless WordPress Framework

OTHER License

Downloads
65.5K
Stars
1.3K
Committers
47

Bot releases are visible (Hide)

faustjs - @faustwp/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • ede0fc4: Fixed a bug where the NODE_ENV was not being set properly when faust start was ran. Additionally, fixed a bug that halted the faust start command from running in some CI/node environments.
faustjs - @faustwp/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • fbccb4f: Implements telemetry in the Faust CLI. Telemetry is opt-in by default: if you do not have any preferences, the CLI will ask if you'd like to enroll in Telemetry. Thereafter, you can use the npx faust faust-telemetry command to update your preferences. The following information is collected if you enroll:

    • Which settings are enabled/disabled in the Faust plugin
    • Faust plugin version
    • If the WP site is hosted on WP Engine
    • If the WP site is multisite
    • PHP Version of the WP site
    • WP version
    • @faustwp/core version
    • @faustwp/cli version
    • @apollo/client version
    • Node version
    • next version
    • If the Node environment is in dev mode (was npm run dev ran)
    • The command that gets ran (i.e. npm run dev, npm run build)
faustjs - @faustwp/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • c103fde: Pass props to getNextServerSideProps and getNextStaticProps
  • 48a0715: Trim any leading/ending backslashes in NEXT_PUBLIC_WORDPRESS_URL
faustjs - @faustwp/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 4f46f81: Handles .env.production and .env.development in example
faustjs - @faustwp/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 30b59d6: Reduce bundle size by using proper lodash import
  • a17d980: Fixes incomplete Apollo Client Data merge
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 - @faustwp/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • f1b80a4: Added new command, generatePossibleTypes, that enables users to update their project's possible types schema for the Apollo GraphQL Client.
  • 401ba91: Excluded unnecessary files in production release (src, config files, etc.)
faustjs - @faustwp/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 401ba91: Excluded unnecessary files in production release (src, config files, etc.)
faustjs - @faustwp/[email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • ddbd104: Initial Release
faustjs - @faustwp/[email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • ddbd104: Initial Release
faustjs - @faustjs/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • e71a5ce: Fixes the Type '{}' is missing the following properties from type... bug some users may experience when building a Faust.js app. #1013
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 - @faustjs/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • de94e46: Added the ability to create a sitemap.xml file for base xml sitemaps and custom pages.
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 - @faustjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 6ab4e1d: Added support for older versions of iOS
  • Updated dependencies [6ab4e1d]
faustjs - @faustjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

faustjs - @faustjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 6ab4e1d: Added support for older versions of iOS
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
faustjs - @faustjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 59241bb: build: Updates eslint to v8
  • Updated dependencies [a03fae1]
  • Updated dependencies [59241bb]