storyblok-rich-text-renderer
storyblok-rich-text-renderer copied to clipboard
Fast renderer for your rich-text content.
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.6 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.6. Changelog Sourced from nanoid's changelog. 3.3.6 Fixed package. 3.3.5 Backport funding information. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.12 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...
In my current project, we're already using the prop name of `blok`. There's any way in the configuration for changing the prop `attrs` by `blok`? ```vue export default { props:...
Hi there, I need to override a Resolver for `NodeTypes.CODE_BLOCK` to add a component with a specific class `no-prose` and Highlight it with Prism. So following the config options I'm...
Hi. I am having issues rendering rich text in a built ssr = true and target = static environment. It is working fine when doing "nuxt dev", but building and...
@next: Nuxt 3 SSR issue: `...inject() can only be used inside setup() or functional components...`
Hey there, first of all, thank you so much for your work on this package! I have tried out nuxt3 and tried to install this package in the @next branch....