Skip to content

Releases: ryxxn/react-handle-alert

0.7.0 (September 9, 2024)

09 Sep 02:05
Compare
Choose a tag to compare

The bug where the button was not inheriting the font has been fixed.

Before

button {
    all: initial;
    ...
}

After

button {
    all: initial;
    font: inherit;
    ...
}

What's Changed

  • Revert "Feature/export" by @ryxxn in #11
  • Feature / change module css by @ryxxn in #12
  • fix: a bug in which the font style does not inherit by @ryxxn in #13

Full Changelog: v0.4.0...v0.7.0

0.4.0 (June 19, 2024)

19 Jun 00:36
5f5f229
Compare
Choose a tag to compare

Changed

  • Renamed CSS file from style.css to react-handle-alert.css and moved to dist/.
  • Added type="button" attribute to all button elements.

Migration Guide

  • Update CSS import paths in your project (in Next.js):
    // Old path
    // import 'react-handle-alert/dist/components/style.css';
    
    // New path
    import 'react-handle-alert/dist/react-handle-alert.css';

0.3.5 (May 29, 2024)

10 Jun 05:45
Compare
Choose a tag to compare
patch: 0.3.4 -> 0.3.5

rename animation name