Releases: ryxxn/react-handle-alert
Releases · ryxxn/react-handle-alert
0.7.0 (September 9, 2024)
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)
Changed
- Renamed CSS file from
style.css
toreact-handle-alert.css
and moved todist/
. - 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)
patch: 0.3.4 -> 0.3.5 rename animation name