Releases: thebeaverhead/react-modal-login
Releases · thebeaverhead/react-modal-login
Release v2.0.3
Release v2.0.1
v2.0.2 2.0.2
Release v2.0.0
- Code refactor to use hooks.
- Fixed issue #5 open login tab by default.
- Moved from LESS to SCSS.
- Updated project build configuration.
- Separated styles from code, importing styles is now in developer's favour.
Breaking changes
Styles are not embedded into bundle. You must import them by yourself if you'd like to use default styles.
Release 1.4.5
- Upgraded React dependency to v16+,
- Updated Readme,
- Code cleanup,
- Removed reset.css as dependency.
1.3.3
v1.3.1
release/1.3.0
- Updated dependencies version
- Updated the code to run properly with new dependencies
- Removed string refs from FormWrap component
1.2.1 Release
- Added basic unit tests
- Updated some npm packages
- Deleted unnecessary SocialRegisterError.js component
1.2.0 Release
Added custom component above social buttons & newTab prop to change tab.
Also changed tabs.onChange() to tabs.afterChange() to be more precise
1.1.8 Release
Fixed no close action on close btn bug