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 hidden (Show)

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

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

Minor Changes

  • 868dab9e: Initial release
decoupled-kit-js - @pantheon-systems/[email protected]

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

Minor Changes

  • 1a210584: Added a new function, setOutgoingHeaders, which combines
    setSurrogateKeyHeader and setEdgeHeader into one call.
decoupled-kit-js - @pantheon-systems/[email protected]

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

Patch Changes

  • 53831e97: Bump @gdwc/drupal-state to v4.2.3 and pin the dependency
decoupled-kit-js - [email protected]

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

Patch Changes

  • 1a210584: [next-wp] Bump @pantheon-systems/wordpress-kit version and moved
    setOutgoingHeaders to @pantheon-systems/wordpress-kit. Updated imports to
    reflect this change.
  • a14bb97e: [next-drupal, next-wp] Pin next to 13.4.7 for stability
  • 53831e97: Bump @pantheon-systems/drupal-kit version
  • 22b9b841: Bump @pantheon-systems/nextjs-kit version
decoupled-kit-js - [email protected]

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

Patch Changes

  • a14bb97e: [next-drupal, next-wp] Pin next to 13.4.7 for stability
decoupled-kit-js - @pantheon-systems/[email protected]

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

Minor Changes

  • 1a210584: Added a new function, setOutgoingHeaders, which combines
    setSurrogateKeyHeader and setEdgeHeader into one call.
decoupled-kit-js - [email protected]

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

Patch Changes

  • 1a210584: [next-wp] Bump @pantheon-systems/wordpress-kit version and moved
    setOutgoingHeaders to @pantheon-systems/wordpress-kit. Updated imports to
    reflect this change.
decoupled-kit-js - @pantheon-systems/[email protected]

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

Patch Changes

  • 53831e97: Bump @gdwc/drupal-state to v4.2.3 and pin the dependency
decoupled-kit-js - [email protected]

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

Patch Changes

  • 53831e97: Bump @pantheon-systems/drupal-kit version
  • 22b9b841: Bump @pantheon-systems/nextjs-kit version
decoupled-kit-js - @pantheon-systems/[email protected]

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

Patch Changes

  • 368c8e09: [nextjs-kit] Restructure bundle to enable the use of package
    components in RSC.
decoupled-kit-js - @pantheon-systems/[email protected]

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

Patch Changes

  • 368c8e09: [nextjs-kit] Restructure bundle to enable the use of package
    components in RSC.
decoupled-kit-js - @pantheon-systems/[email protected]

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

Patch Changes

  • 46f987cf: [drupal-kit] Update getDrupalSearchResults to use example_index
    as the default index to fetch.
decoupled-kit-js - [email protected]

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

Patch Changes

  • 38dac70f: [next-drupal] Fix broken search result links
  • 2e9032db: [cli] Add aliases for wordpress and drupal CMS types.
decoupled-kit-js - @pantheon-systems/[email protected]

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

Patch Changes

  • 46f987cf: [drupal-kit] Update getDrupalSearchResults to use example_index
    as the default index to fetch.
decoupled-kit-js - [email protected]

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

Patch Changes

  • 38dac70f: [next-drupal] Fix broken search result links
decoupled-kit-js - [email protected]

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

Patch Changes

  • 2e9032db: [cli] Add aliases for wordpress and drupal CMS types.
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

  • 5a786d0a: Bump postcss and tailwindcss versions
  • f6de3b80: Fix exports and vite config
  • Updated dependencies [3fd37398]
decoupled-kit-js - @pantheon-systems/[email protected]

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

Patch Changes

  • aea5653d: Fixed package.json exports field and updated build and file
    structure in line with our other packages
  • 5a786d0a: Use tsup for bundle - vite was not properly externalizing some
    packages leading to errors in the bundle
  • 0cb2a7ac: Use next/compat/router to work around issues with useRouter in next
    13.4.x
  • e0f1a510: Added React types to devDependencies
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

  • 94373c6c: Fix package.json typo
  • Updated dependencies [3fd37398]
decoupled-kit-js - [email protected]

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

Minor Changes

  • e042730c: - [next-wp] Uses css modules by default, retain tailwindcss option

    • [next-druapl] Uses css modules by default, retain tailwindcss option
  • ddacd2a5: Use css modules by default for the next-drupal-umami-addon, retain
    tailwindcss option

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

  • ab24262f: [gatsby-wp] Use the convertCSSModules action for the tailwindcss
    version

    Bump eslint-config version

Patch Changes

  • 5a786d0a: Bump nextjs-kit and wordpress-kit versions
  • aea5653d: Bump nextjs-kit version
  • 65689a68: - [next-wp] Update imports for Pagination example
  • 0cb2a7ac: Bump nextjs-kit version
  • abf7fa7a: [next-drupal] Bump drupal-kit version
  • 5dd257c9: [next-wp-acf-addon] Use convertCSSModules action for the tailwindcss
    option. [next-drupal] Add prettier as devDependency and prettier scripts to
    package.json
  • e0f1a510: Bump nextjs-kit version
  • fe847220: [next-wp] Fix global css template
  • c6beaeb1: Fix prettier scripts
  • 703a2663: [next-wp] Add .prettierrc
  • 05d75735: Use lint --fix for nextjs generators
  • dffc487c: [gatsby-wp-acf-addon] Use css modules by default, retain tailwindcss
    option
  • 0a456069: [next-wp][gatsby-wp] Bump wordpress-kit version, update import for
    GraphQLClientFactory
  • f6de3b80: Bump wordpress-kit version
  • 14ce5a27: Fix incorrect dependencies
  • 94373c6c: Bump drupal-kit version
  • 293d3fc7: [next-drupal] Handle encoded URI components in /api/preview