Releases: haradakunihiko/react-confirm
Releases · haradakunihiko/react-confirm
v0.3.0-7
Updated readme
Updated readme
v0.3.0-4
What's Changed
- added unittest by @haradakunihiko in #65
- Add typescript definition by @haradakunihiko in #70
- Added stackblitz link to readme.md by @haradakunihiko in #77
Dependabot
- Bump loader-utils from 2.0.2 to 2.0.4 in /example/ts-react-bootstrap by @dependabot in #76
- Bump webpack from 5.73.0 to 5.76.0 in /example/ts-react-bootstrap-context by @dependabot in #75
- Bump webpack from 5.73.0 to 5.76.0 in /example/ts-react-bootstrap by @dependabot in #74
- Bump loader-utils from 2.0.2 to 2.0.4 in /example/ts-react-bootstrap-context by @dependabot in #73
- Bump json5 from 2.2.1 to 2.2.3 in /example/ts-react-bootstrap by @dependabot in #72
- Bump json5 from 2.2.1 to 2.2.3 in /example/ts-react-bootstrap-context by @dependabot in #71
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #68
- Bump semver from 6.3.0 to 6.3.1 in /example/material-ui by @dependabot in #67
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #66
Full Changelog: v0.3.0-1...v0.3.0-4
v0.3.0-1
What's Changed
Context support: Added context support for easier data sharing and flexibility.
Backward compatibility: Maintained backward compatibility, but substantial enhancements justify a minor version bump.
Contains PRs
- Enable to use context inside confirmation dialog by @haradakunihiko in #60
- added context example using chakra-ui by @haradakunihiko in #64
Full Changelog: v0.2.4...v0.3.0-1
Resolved Dependabot
What's Changed
- Bump terser from 5.12.1 to 5.14.2 in /example/material-ui by @dependabot in #50
- Bump terser from 5.12.1 to 5.14.2 in /example/react-bootstrap by @dependabot in #49
- Bump loader-utils from 2.0.2 to 2.0.3 in /example/material-ui by @dependabot in #53
- Bump loader-utils from 2.0.2 to 2.0.3 in /example/react-bootstrap by @dependabot in #52
- Bump loader-utils from 2.0.3 to 2.0.4 in /example/react-bootstrap by @dependabot in #54
- Bump loader-utils from 2.0.3 to 2.0.4 in /example/material-ui by @dependabot in #55
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #56
- Bump json5 from 2.2.1 to 2.2.3 in /example/react-bootstrap by @dependabot in #57
- Bump json5 from 2.2.1 to 2.2.3 in /example/material-ui by @dependabot in #58
- Bump webpack from 5.72.0 to 5.76.0 in /example/react-bootstrap by @dependabot in #62
- Bump webpack from 5.72.0 to 5.76.0 in /example/material-ui by @dependabot in #63
Full Changelog: v0.2.3...v0.2.4
v0.2.3
- fixed error on disposing dialog when mounting node specified
v0.1.27
- fixed error on disposing dialog when mounting node specified
v0.2.2
Added a note about library versions.
v0.2.1
Add react 18 support