Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Releases: unosquare/uno-material-ui

Better ButtonWithLoading

09 Oct 20:02
Compare
Choose a tag to compare

Fix issue #110 - ButtonWithLoading is hiding MUI Button flexibility

Possible breaking changes: Please notice that I removed the default type="submit" from the button, meaning that you need to specify it, especially if you are working with forms.

New Global Snackbar

10 Sep 18:11
Compare
Choose a tag to compare

New implementation of global snackbar is simpler.

You will only need to add SnackbarContainer at the root of you app, then you can simply import the snackbarService and show a message as:

snackbarService.showSnackbar("message text", "message type");

No need for SnackbarContext and wrappers.

First release

04 Jun 01:56
Compare
Choose a tag to compare

The first version using new Material UI 4.0.