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 backlineint about 2 years ago

Patch Changes

  • ee835e8: Update prettierrc and reformat spaces -> tabs for accessibility
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Minor Changes

  • 547ee6e: Added Paginator component, added TSDoc comments to exported types and interfaces
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Patch Changes

  • 66aeea3: Upgraded next to latest version, changed starter kits to build and start using standalone output mode.
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Minor Changes

  • 52e470a: drupal-kit's defaultFetch was updated to set a cache control header of cache-control: public, s-maxage=10, stale-while-revalidate=600 if a response object is passed.
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Minor Changes

  • 62ba36b: Added audio block support
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Major Changes

  • 598f7ca: ## Breaking Change

    Fixed published bundle so that it includes types and necessary css. To upgrade, if you were importing from a subpath like @pantheon-systems/nextjs-kit/sortChar, remove the subpath so you are importing from @pantheon-systems/nextjs-kit instead.

    For components, exports are now named and also no longer using subpaths.

    To use styles exported from the nextjs-kit, import @patheon-systems/nextjs-kit/style.css into your _app.jsx file

Patch Changes

  • 0158d9d: Added sortChar and sortDate helper functions
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Major Changes

  • 598f7ca: ## Breaking Change

    Fixed published bundle so that it includes types and necessary css. To upgrade, if you were importing from a subpath like @pantheon-systems/nextjs-kit/sortChar, remove the subpath so you are importing from @pantheon-systems/nextjs-kit instead.

    For components, exports are now named and also no longer using subpaths.

    To use styles exported from the nextjs-kit, import @patheon-systems/nextjs-kit/style.css into your _app.jsx file

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

Published by backlineint about 2 years ago

Minor Changes

  • 62ba36b: Added audio block support
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Minor Changes

  • 52e470a: drupal-kit's defaultFetch was updated to set a cache control header of cache-control: public, s-maxage=10, stale-while-revalidate=600 if a response object is passed.
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Patch Changes

  • 0158d9d: Added sortChar and sortDate helper functions
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Minor Changes

  • 92d0c44: [drupal-kit] Upgrade DrupalState dependency to 3.1.0

Patch Changes

  • 88671a4: [drupal-kit] Added translatePath to drupal-kit exports
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Minor Changes

  • 68a2d36: Add support for gradient backgrounds, and moved utitlities to separated folder
  • ba2a226: Add support for Gallery block from WP block editor
  • a940098: Add styles for image blocks

Patch Changes

  • 960e2e8: Change the default colors to follow WP6 and fix border styles in tables
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint about 2 years ago

Minor Changes

  • d96e395: Added support for classes in WP6, and added support for quotes blocks
  • d4f9c8a: Added table styles
  • 3683ced: Added text alignment classes from WP to the tailwind plugin, and fixed empty quotes
  • 31e9144: Add support for Pullquote and split types for tailwind plugin

Patch Changes

  • 7380376: Fix style error on large pullquotes
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint over 2 years ago

Minor Changes

  • 0db7b52: Created a plugin for tailwind, that supports the block editor classes
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint over 2 years ago

Major Changes

  • 5dfbb69: [wordpress-kit] We move to use graphql-request instead of apollo client, updated the test for that, the main example and the exports

    Breaking

    Remove the apollo dependency in favor of graphql-request

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

Published by backlineint over 2 years ago

Major Changes

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

Published by backlineint over 2 years ago

Patch Changes

  • bde6a66: [next-drupal-starter] Small fixes to getStaticProps on some pages
decoupled-kit-js - @pantheon-systems/[email protected]

Published by backlineint over 2 years ago

Patch Changes

  • 0fb93d0: [drupal-kit] Upgrade @gdwc/drupal-state to v2.7.0
    [next-drupal-starter] Use the new refresh option when preview is true
decoupled-kit-js - @pantheon-systems/[email protected]

Published by CobyPear over 2 years ago

Fixes @pantheon-systems/[email protected] which is broken on npm due to a breaking change in pnpm

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

Published by backlineint over 2 years ago

Minor Changes

  • 64b63dc: [drupal-kit][next-drupal-starter] Update DrupalState version