Releases: ndom91/react-timezone-select
Releases · ndom91/react-timezone-select
v3.2.7
What's Changed
- Don't crash on
null
input - Hide abbreviations for those timezones that don't have any
- fix: main
useMemo
, add dependency oncurrentDatetime
by @weissleb in #124 - fix: incorrect type for onChange handler argument by @ndom91 in #120
New Contributors
Full Changelog: v3.2.3...v3.2.7
v3.2.3
- Fix:
"use client"
injection
Full Changelog: v3.2.2...v3.2.3
v3.2.2
v3.2.1
- Add
"use client"
directive for use in applications using server components
Full Changelog: v3.2.0...v3.2.1
v3.2.0
v3.1.0
v3.0.2
v2.1.0
v2.0.1
v2.0.0
- Major release simply because the primary dependency (
react-select
) has been made a peer dependency now, in preparation for releasing a hook for the library, decoupling the functionality completely from thereact-select
component. If you usenpm 7+
it will auto install it peer-dependencies for you. If you use another package manager, you may need to addreact-select
to your project.