Skip to content

Commit b33806a

Browse files
Update changelog.
1 parent f167408 commit b33806a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
### Changed
6+
7+
- React to changing `initialValue` even if initially `undefined` on `Select`
8+
component.
9+
10+
### Fixed
11+
12+
- Fix `onFocus` prop being ignored by `Select` component. It now passes it
13+
through to the core and is called correctly when the select is focused. Thanks
14+
to [kapilpipaliya](https://github.com/kapilpipaliya) for the fix.
15+
316
## [0.11.0] - 2022-05-26
417

518
### Changed

0 commit comments

Comments
 (0)