Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 872 Bytes

Changelog

3.0.0 (2022-09-11)

  • 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.

2.0.0 (2022-06-03)

  • 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.

1.1.0 (2022-02-17)

  • Implements autoCloseTimeout.
    • You can specify in the Meteor settings, like:
    {
      "public": {
        "packages": {
          "quave:alert-react-tailwind": {
            "autoCloseTimeout": 5000
          }
        }
      }
    }
    • You can also provide autoCloseTimeout option in openAlert function.`

1.0.1 (2022-01-19)

  • Fixes the default title in the popover that was in Portuguese instead of English.

1.0.0 (2022-01-17)

  • Initial version.