decoupled-kit-js

Pantheon's monorepo for JavaScript SDKs, starter examples, and published npm packages.

GPL-3.0 License

Downloads
5.2K
Stars
23
Committers
17

Bot releases are visible (Hide)

decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Patch Changes

  • f6de3b80: Fix exports and vite config
decoupled-kit-js - [email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Patch Changes

  • f6de3b80: Bump wordpress-kit version
decoupled-kit-js - [email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Patch Changes

  • 14ce5a27: Fix incorrect dependencies
decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Major Changes

  • 0a456069: Refactor bundle. Fix typo on export: this is a breaking change.

    import { GraphqlClientFactory } from '@pantheon-systems/wordpress-kit';
    

    is now

    import { GraphQLClientFactory } from '@pantheon-systems/wordpress-kit';
    

Patch Changes

decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • abf7fa7a: Refactored bundle. There should be no changes to consumers of this
    package

Patch Changes

decoupled-kit-js - [email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • 7da989b0: Added a new action: convertCssModules. This action allows CSS
    modules to be converted into Tailwind syntax.

Patch Changes

  • abf7fa7a: [next-drupal] Bump drupal-kit version
  • 0a456069: [next-wp][gatsby-wp] Bump wordpress-kit version, update import for
    GraphQLClientFactory
decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Patch Changes

  • 3fd37398: Refactored bundle. There should be no changes to consumers of this
    package
decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • ea3c25b2: The GraphqlCLientFactory now sets the Fastly-Debug header to
    obtain hashed surrogate keys instead of raw surrogate keys

Patch Changes

  • b9491fd0: Add tailwindcss as a project dependency.
  • Updated dependencies [b9a05706]
decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • b9a05706: The DrupalState defaultFetch now sets the Fastly-Debug header
    to obtain hashed surrogate keys instead of raw surrogate keys

Patch Changes

decoupled-kit-js - [email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • ad7b2b33: [cli] The cli now accepts a --cmsType argument which filters the
    suggested generators to only those that are compatible with the provided type.

Patch Changes

  • af0f203c: [next-drupal] Added CSS module based styling to the
    next-drupal-search-api-addon
  • ea3c25b2: [next-wp][gatsby-wp] Bump wordpress-kit version
  • b9a05706: [next-drupal] Bump drupal-kit version
  • 5e8b7212: [gatsby-wp], [next-wp]: Remove tailwind as a dependency for
    tailwindless wp starters.
decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • b9a05706: Update setSurrogateKeyHeaders to remove the first two keys which
    are not wanted for proper cache purging
decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • ea3c25b2: The GraphqlCLientFactory now sets the Fastly-Debug header to
    obtain hashed surrogate keys instead of raw surrogate keys

Patch Changes

decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • b9a05706: The DrupalState defaultFetch now sets the Fastly-Debug header
    to obtain hashed surrogate keys instead of raw surrogate keys

Patch Changes

decoupled-kit-js - [email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Patch Changes

  • ea3c25b2: [next-wp][gatsby-wp] Bump wordpress-kit version
  • b9a05706: [next-drupal] Bump drupal-kit version
decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • b9a05706: Update setSurrogateKeyHeaders to remove the first two keys which
    are not wanted for proper cache purging
decoupled-kit-js - [email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Patch Changes

  • af0f203c: [next-drupal] Added CSS module based styling to the
    next-drupal-search-api-addon
decoupled-kit-js - [email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Patch Changes

  • 5e8b7212: [gatsby-wp], [next-wp]: Remove tailwind as a dependency for
    tailwindless wp starters.
decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Patch Changes

  • b9491fd0: Add tailwindcss as a project dependency.
decoupled-kit-js - [email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Minor Changes

  • ad7b2b33: [cli] The cli now accepts a --cmsType argument which filters the
    suggested generators to only those that are compatible with the provided type.
decoupled-kit-js - @pantheon-systems/[email protected]

Published by pantheon-decoupled-service-user over 1 year ago

Patch Changes

  • 98321554: Fix minor TypeScript error regarding iterating over Sets