contentful-rich-text-vue-renderer icon indicating copy to clipboard operation
contentful-rich-text-vue-renderer copied to clipboard

Render Contentful Rich Text field using Vue

Results 7 contentful-rich-text-vue-renderer issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.6 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 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...

dependencies

Hi, I'm getting a `(Unrecognized node type) embedded-asset-block` when trying to render content with embedded images. I'm not even getting output in the browser console. ```js const embeddedAsset = (node,...

As it took me a little longer than normal to find the right block types to render things correctly, I would suggest adding this to the Readme: https://github.com/contentful/rich-text/blob/master/packages/rich-text-types/src/blocks.ts Although there...

Hi, Thanks for maintaining this project :) I'm trying to use "[email protected]" in our Vue 3 (Single Page Application) to render some custom components based on `BLOCKS.EMBEDDED_ENTRY`. We have several...

### Issue Encountered an error while trying to install package on project. The error prompted was the following one: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve...

Hi, Linebraks are not rendered in the contentful-rich-text-vue-renderer. We tried something like this: ``` text: ({ marks, value }, key, markRenderer) => { **const textWithLineBreaks = value .split('\n') .map((str, index)...