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:00 results 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 additional GMT+1:00 select options
    • โšก๏ธ 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 null input
    • Hide abbreviations for those timezones that don't have any
    • ๐Ÿ›  fix: main useMemo, add dependency on currentDatetime 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