Skip to content

Releases: benmneb/mui-image

mui-image v1.0.7

10 Jul 14:34
Compare
Choose a tag to compare

Fixes import to dramatically reduce bundle size by not unnecessarily including @mui/system.

mui-image v1.0.6

10 Jul 08:49
Compare
Choose a tag to compare

This release fixes a long standing issue that was plaguing next-js usage.

mui-image v1.0.5

18 Jun 13:06
Compare
Choose a tag to compare

This release supports React 18.

This project also now has typescript support via @types/mui-image

mui-image v1.0.0

20 Nov 09:26
Compare
Choose a tag to compare

Breaking changes: The wrapperClass and iconWrapperClass props have been changed to wrapperClassName and iconWrapperClassName, as they should have been initially.

Changes: To allow to easier custom styling, default classNames have been given to the wrapper div, the image itself and the loading/error icon wrapper div. They are mui-image-wrapper, mui-image-img and mui-image-iconWrapper respectively.

Bug fix: The loading indicator and error icon now work independently of each other, before it was an accidental all-or-nothing situation.