v2.0.0
- Upgrade react-transition-group to v2
- Update all dependencies
- Allow custom animations for onEnter and onLeave
- Add the possibility to use only css instead of react-jss to reduce your bundle size (https://github.com/pradel/react-responsive-modal#usage-with-css)
Go to https://react-responsive-modal.leopradel.com/#example to see how to create custom styling, animations etc..
Upgrade from v1 to v2 (breaking changes)
The way to use custom styling as been modified. Before you had to use the ``,... props, now you have a single classNames or `styles` prop. Example: `<Modal classNames={{ overlay: 'my-custom-overlay-class', modal: 'my-custom-modal-class' }}` />