Releases: ndom91/react-timezone-select
v1.5.5
v1.5.1
v1.4.1
v1.4.0
v1.3.0
v1.1.15
v1.1.11
This release doesn't strictly provide new features, but I did upgrade all of the dependencies behind the scenes and renamed one rarely used export.
Changes are as follows:
spacetime-informal
was renamed totimezone-soft
react-select
:4.3.1
->5.0.0
spacetime
:6.16.2
->6.16.3
The timezones object export was renamed from i18nTimezones
to allTimezones
. This is only there for those that want to extend the list of available timezones themselves, and then spread this list of existing timezones in to fulfill the list.
There were also some minor internal typescript changes that should not affect the end use of this component.
v1-stable
Hey yall!
If you haven't checked in here in a while, this is a major version bump, but no user facing breaking changes!
Just figured its finally time for a major version bump as there have been a lot of internal changes, including:
- tip: can select the users local timezone by default (
...useState(Intl.DateTimeFormat().resolvedOptions().timeZone)
) - see readme for details - automatically match all possible timezones from the above ^^ to the matching selection available in the dropdown
- rewrite in typescript ✨
- pure esm package (if you're having trouble with next.js because of this - check the readme for a workaround 🎉)
- rewrite / reorganisation of the included demo / dev env app
To get up and running, just install from npm and follow the instructions in the readme!
npm install react-timezone-select
Thanks for your interest and support thusfar!
v0.10.6
Some major changes have taken place since the last stable release. I've refactored the component to be in Typescript, so those of you looking for types, they are now included! Of course you can still use it as you have always been in normal javascript as well. There is no breaking-change in this regard.
In fact, we've also added jest and a suite of tests to ensure there are no unintended breaking changes going forward!