We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f731175 commit 9993b98Copy full SHA for 9993b98
README.md
@@ -2,8 +2,14 @@
2
3
Vue renderer for the Contentful rich text field type.
4
5
+## Version 3.x is for Vue 3 support.
6
+
7
## Version 2.x dropped support for Node 8. If you need Node 8 support, remain on 1.x!
8
9
+## Changelog
10
11
+See releases page for changelog of versions.
12
13
## Installation
14
15
Using [npm](http://npmjs.org/):
package.json
@@ -1,6 +1,6 @@
1
{
"name": "contentful-rich-text-vue-renderer",
- "version": "2.0.0",
+ "version": "3.0.0-rc.0",
"description": "Render Contentful Rich Text field using Vue components",
"files": [
"dist"
0 commit comments