Skip to content

Commit 86b75cc

Browse files
committed
Prepare changelog for 1.0.0 release
1 parent 544b258 commit 86b75cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ The history of all changes to react-polymorph.
66
vNext
77
=====
88

9+
1.0.0
10+
=====
11+
912
### Breaking Changes :boom:
1013

1114
- `Input` now shows errors on hover and focus by default which can be configured via two new props:
1215

1316
```ts
14-
isShowingErrorOnFocus: boolean,
15-
isShowingErrorOnHover: boolean,
17+
isShowingErrorOnFocus: boolean
18+
isShowingErrorOnHover: boolean
1619
```
1720

1821
### Features :sparkles:

0 commit comments

Comments
 (0)