Skip to content

Commit

Permalink
Merge pull request #4683 from JedWatson/v5-changeset
Browse files Browse the repository at this point in the history
Changeset for v5 beta
  • Loading branch information
JedWatson authored Jul 9, 2021
2 parents e6ff154 + ef87c3a commit f21efe5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@react-select/docs": "3.1.0",
"react-select": "4.3.1"
},
"changesets": []
}
7 changes: 7 additions & 0 deletions .changeset/v5-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'react-select': major
---

React-Select has been converted from Flow to TypeScript.

Other changes for v5 include usage of `forwardRef`, new hooks for `stateManager`, `async` and `creatable` components, and more reliable filtering implementaion with new options in the creatable variant.
8 changes: 0 additions & 8 deletions packages/react-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

---

## DRAFT NOTES for TypeScript Release

- Usage of forwardRef
- Special case to handle `__isNew__` options when filtering
- new hooks for stateManager / async / creatable

---

## 4.3.1

### Patch Changes
Expand Down

0 comments on commit f21efe5

Please sign in to comment.