Skip to content

Releases: studiointeract/accounts-ui

release-1.2.10

14 Dec 15:40
Compare
Choose a tag to compare
  • #82 - Fix for empty input.value issue and form prefilled issues
  • #84 - Quick fix to redirect login/logout
  • #75 - Fix issue, when message is object in Accounts.ui.FormMessage
  • #58 - call onSubmitHook after all form submissions

release-1.2.9

10 Nov 12:40
Compare
Choose a tag to compare
  • #73 – in constructor, we should use props and not this.props
  • #78 – Move react packages to peerDependencies
  • Added support for React Router Link in buttons.

v1.1.19

12 Apr 18:23
Compare
Choose a tag to compare
  • Improving hooks for server side rendered pages.
  • Improving so that browser pre-filled input values are pushed back to the form state.

v1.1.15

06 Apr 22:48
Compare
Choose a tag to compare
  • @SachaG added classes to the social buttons distinguishing which service.

v1.1.14

06 Apr 22:48
Compare
Choose a tag to compare
  • @SachaG added tmeasday:check-npm-versions to check for the correct version of npm packages.
  • @ArthurPai updated T9n, which adds the Chinese language for accounts, so we can update it to v1.3.3
  • @ArthurPai fixed a forgotten update T9n translation in the PasswordOrService component.
  • @PolGuixe fixed the faulty meteor-developer account integration.

release-1.1.7

03 Apr 11:44
Compare
Choose a tag to compare
  • Upgraded dependency of softwarerero:accounts-t9n to 1.3.0, related:
    #15

release-1.1.6

03 Apr 11:10
Compare
Choose a tag to compare

Removed server side version of onPostSignUpHook, related issues:
#17
#16

release-1.1.12

03 Apr 17:59
Compare
Choose a tag to compare
  • Updated to use the latest translations in softwarerero:accounts-t9n, related: #20 #21

release-1.1.11

03 Apr 16:16
Compare
Choose a tag to compare
  • Updated to softwarerero:accounts-t9n@1.3.1
  • Don't show change password link if using NO_PASSWORD.

release-1.1.10

03 Apr 16:02
Compare
Choose a tag to compare
  • Fixed a bug that caused the form when submitted to reload the page, related: #18