Skip to content

Commit 716e921

Browse files
authored
Changelog update for community PR (#520)
* Added changelog entry for the community PR that adds the tabIndex prop * Bumb minor version
1 parent c2679d0 commit 716e921

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
### Added
10+
- Added `tabIndex` prop. Community PR acknowledgement: Grand Julivan <[email protected]>
11+
912
## 5.0.0 - 2024-03-27
1013

1114
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"typescript": "~5.4.3",
7171
"vite": "^5.2.2"
7272
},
73-
"version": "5.0.2-rc",
73+
"version": "5.1.0-rc",
7474
"name": "@tinymce/tinymce-react"
7575
}

0 commit comments

Comments
 (0)