storyblok-js
storyblok-js copied to clipboard
JavaScript SDK to connect Storyblok with your favourite framework that we don't have an official SDK for.
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 3.2.0. Release notes Sourced from eslint-plugin-cypress's releases. v3.2.0 3.2.0 (2024-05-06) Features support eslint v9 through @eslint/eslintrc (25e092e) v3.1.1 3.1.1 (2024-05-03) Bug Fixes issue with unsafe...
Bumps [vue](https://github.com/vuejs/core) from 3.4.21 to 3.4.27. Release notes Sourced from vue's releases. v3.4.27 For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the...
Bumps [eslint](https://github.com/eslint/eslint) from 9.0.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.8 to 5.2.11. Changelog Sourced from vite's changelog. 5.2.11 (2024-05-02) feat: improve dynamic import variable failure error message (#16519) (f8feeea), closes #16519 fix: dynamic-import-vars plugin normalize path...
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.3 to 13.8.1. Release notes Sourced from cypress's releases. v13.8.1 Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1 v13.8.0 Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0 Commits 52347d6 chore: release 13.8.1 (#29390) 867a973 perf: support activated service worker...
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template Doing { preventClicks: true, } in bridge options is not working. It is still following clicks. --- ## Expected Behavior I expect preventClicks to result in me not...
### Describe the issue you're facing We are using the @storyblok/js library in our NX monorepo and upgrading to the latest NX version v17.0.1 from v15.8.7 has resulted in the...
### Describe the issue you're facing I got a space with many published and draft stories. Some of the were unpublished and published again. When I query for the links...
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template Building web components with Storyblok isn't fully workable, because the Bridge can't access the shadow DOM. --- ## Expected Behavior If I call the Storyblok-API with the bridge...
`StoryblokBridgeV2` has `bridge.on(...)` but no `bridge.off(...)`. This can be a major issue for obvious reasons. If you're implementing an Event Emitter-like pattern, please allow us to also unsubscribe from events!...