Skip to content

Commit e34971b

Browse files
committed
chore(release): 0.2.7
1 parent 2c1a1e9 commit e34971b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.7](https://github.com/leo91000/vue-tiptap-renderer/compare/v0.2.6...v0.2.7) (2025-09-10)
6+
7+
8+
### Features
9+
10+
* **renderer:** support textStyle color and backgroundColor\n\n- Map attrs.color and attrs.backgroundColor to inline styles\n- Add tests for color and background color rendering\n\nCloses # if applicable ([80d09bc](https://github.com/leo91000/vue-tiptap-renderer/commit/80d09bc9e1ea96c7fd4872934e8948530d8d7832))
11+
512
### [0.2.6](https://github.com/leo91000/vue-tiptap-renderer/compare/v0.2.5...v0.2.6) (2023-12-07)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@leo91000/vue-tiptap-renderer",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"packageManager": "pnpm@10.15.1",
66
"description": "Tiptap JSON content renderer for Vue 2/3",
77
"author": {

0 commit comments

Comments
 (0)