react-timezone-select v3.3.2 Release Notes
Release Date: 2026-02-18 // 4 months ago-
- Correctly dedupe all timezone select options so that each timezone only has 1 entry in the list of select options
- Ensure custom timezone additions aren't deduped away
โ Add an internal 'searchOptions' field that allows users to search for any standard city even if its specific option has been deduped away.
- For example, if
GMT+1:00results in this option:"(GMT+1:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague", the user can still search for common cities like "Amsterdam" or "Berlin" which are usually additionalGMT+1:00select options
- For example, if
โก๏ธ Update all dependencies
๐ Dev setup changes: remove lint-staged, migrate from ESLint -> Biome
Previous changes from v3.2.7
-
What's Changed
- Don't crash on
nullinput - Hide abbreviations for those timezones that don't have any
- ๐ fix: main
useMemo, add dependency oncurrentDatetimeby @weissleb in #124 - ๐ fix: incorrect type for onChange handler argument by @ndom91 in #120
๐ New Contributors
Full Changelog : v3.2.3...v3.2.7
- Don't crash on