UNPKG

@maartje/react-bootstrap-dialog

Version:

The modal-dialog React component with React Bootstrap, alternates `window.confirm` and `window.alert`.

48 lines (30 loc) 1.09 kB
# master - Waiting for your nice pull request!😎 # v0.13.0 - Add `required` option to `TextPrompt` and `PasswordPrompt`. # v0.12.0 - Use TypeScript to write main code. - Now, we have type definitions.🎉 - Update storybook from 3.3.12 to 5.1.9 - Update dependent node version from 6.x to 12.x - Fix dependencies vulnerability issues. - Add react-bootstrap for peer dependencies in `package.json`. # v0.11.0 - Support react-bootstrap v1.x.x (Bootstrap v4) 🎉 - Add `defaultButtonClassName` option to `Dialog.options` - Use index number for the key in the list of action buttons. See #22 # v0.10.0 - Prevent the pollution of options by the previous dialog. - Add prompt option to alternate `window.prompt`. See #14 # v0.9.3 - Update some libraries. See #8 - Change peerDependencies. See #8 - Remove react-bootstrap, Add react. # v0.9.2 - Update some libraries. - Reduce dependencies. - Stop using `this.refs`. # v0.9.1 - Add `onHide` option to `show(options)` method args. ([#1](https://github.com/akiroom/react-bootstrap-dialog/pull/1)) # v0.9.0 - First release.