react-timezone-select v0.9.9 Release Notes

Release Date: 2020-12-07 // over 3 years ago
  • ➕ Added package.json attributes for import/export to better support usage as an ESM Module.


Previous changes from v0.9.7

  • 🚀 This is a smaller release which redefines how we parse the value passed into value.

    It now allows, for example, to simply pass in the timezone name (i.e. "Europe/Berlin") if thats all you store in your DB, and it'll find the correct timezone object and use it.

    Thanks #11 for the issue / suggestion!