Skip to content

Commit 42fecdf

Browse files
authored
Fix spellCheck prop naming in CHANGELOG
Fix `spellCheck` prop naming convention to camelCase to resolve React warning.
1 parent 810a3f2 commit 42fecdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Feliz/CHANGELOG.md

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

1717
## [Unreleased]
1818

19+
### 🐛 Fixed
20+
21+
- Fix `spellCheck` html prop naming convention from lowercase to camelCase, causing React warning "Invalid DOM property" (by @mjblacker)
22+
1923
## 3.0.0 - 2025-12-10
2024

2125
### ✨ Added
2226

2327
- Added `onTransitionStart` event handler support (by @Freymaurer)
2428

25-
### 🐛 Fixed
26-
27-
- Fix `spellCheck` html prop naming convention from lowercase to camelCase, causing React warning "Invalid DOM property" (by @mjblacker)
28-
2929
## 3.0.0-rc.16 - 2025-12-05
3030

3131
### ✨ Added

0 commit comments

Comments
 (0)