Skip to content

Releases: wpengine/faustjs

@faustwp/cli@0.1.3

02 Nov 18:35
cebca1d
Compare
Choose a tag to compare

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)

@faustwp/core@0.1.2

20 Oct 17:00
0968ae1
Compare
Choose a tag to compare

Patch Changes

  • 30b59d6: Reduce bundle size by using proper lodash import
  • a17d980: Fixes incomplete Apollo Client Data merge

@faustwp/cli@0.1.2

20 Oct 17:00
0968ae1
Compare
Choose a tag to compare

Patch Changes

  • 4f46f81: Handles .env.production and .env.development in example

plugin/faustwp/v0.8.0

13 Oct 16:44
cb6d25c
Compare
Choose a tag to compare

Minor Changes

  • b59d6c0: Renamed plugin from FaustWP to Faust.
  • b59d6c0: Updated settings menu text from Headless to Faust.

@faustwp/core@0.1.1

13 Oct 16:42
cb6d25c
Compare
Choose a tag to compare

Patch Changes

  • 401ba91: Excluded unnecessary files in production release (src, config files, etc.)

@faustwp/cli@0.1.1

13 Oct 16:42
cb6d25c
Compare
Choose a tag to compare

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.)

@faustwp/core@0.1.0

06 Oct 20:16
80881c2
Compare
Choose a tag to compare

Minor Changes

@faustwp/cli@0.1.0

06 Oct 20:16
80881c2
Compare
Choose a tag to compare

Minor Changes

@faustjs/next@0.15.9

04 Oct 16:47
cf557fe
Compare
Choose a tag to compare

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

plugin/faustwp/v0.7.11

01 Sep 19:02
5b2cdba
Compare
Choose a tag to compare

Patch Changes

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