Skip to content

Releases: thebeaverhead/react-modal-login

Release v2.0.3

03 Jan 11:24

Choose a tag to compare

Fixes and code cleanup.

Release v2.0.1

31 Dec 15:48

Choose a tag to compare

v2.0.2

2.0.2

Release v2.0.0

31 Dec 10:49

Choose a tag to compare

  • 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

06 Feb 09:55

Choose a tag to compare

  • Upgraded React dependency to v16+,
  • Updated Readme,
  • Code cleanup,
  • Removed reset.css as dependency.

1.3.3

08 Feb 19:25

Choose a tag to compare

  • Upgraded npm dependencies to latest version,
  • Updated demo social_login credentials,
  • Updated README

v1.3.1

07 Aug 15:42

Choose a tag to compare

package.json update to meet npmjs package versioning.

release/1.3.0

06 Aug 17:59

Choose a tag to compare

  • Updated dependencies version
  • Updated the code to run properly with new dependencies
  • Removed string refs from FormWrap component

1.2.1 Release

23 Apr 00:03

Choose a tag to compare

  • Added basic unit tests
  • Updated some npm packages
  • Deleted unnecessary SocialRegisterError.js component

1.2.0 Release

22 Mar 17:47

Choose a tag to compare

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

22 Mar 13:59

Choose a tag to compare

Fixed no close action on close btn bug