- Upgrades to
@heroicons/react
2.0.10. As all the icons locations were changed this is a breaking change.
If you are not using @heroicons/react
2 don't upgrade.
- Upgrades to React Router v6. As
useHistory
is not available anymore this is a breaking change.
If you are not using React Router v6 don't upgrade.
- Implements
autoCloseTimeout
.- You can specify in the Meteor settings, like:
{ "public": { "packages": { "quave:alert-react-tailwind": { "autoCloseTimeout": 5000 } } } }
- You can also provide
autoCloseTimeout
option inopenAlert
function.`
- Fixes the default title in the popover that was in Portuguese instead of English.
- Initial version.