Skip to content

Latest commit

 

History

History
118 lines (74 loc) · 2.87 KB

History.md

File metadata and controls

118 lines (74 loc) · 2.87 KB

Master

v1.1.0

  • fixed atNavButton for useraccounts:unstyled
  • fixed variour names and links in README files

v1.1.0

  • new template atNavButton
  • added methos AccountsTemplates.logout() which redirects back to homeRoutePath when configured
  • support for hidden fields
  • url query parameters loaded into input fields -> useful mostly for hidden fields ;-)
  • granted full control over field ordering (except for special fields...). see #135
  • fixes for #130, #132

v1.0.1

  • fixed link to git repositories inside package.js files

v1.0.0

  • new names: no more splendido:accounts-templates: but useraccounts: !
  • updated iron:router to v1.0.0

v0.11.0

  • added support for checkbox, select, and radio inputs
  • added defaultState as referred in #125
  • fixes for #127

v0.10.0

  • better texts configuration API (as for #117)
  • prevPath fix

v0.9.16

  • updated iron:router to v0.9.4

v0.9.15

  • fixed #110

v0.9.14

  • fixed some redirection problems connected with ensureSignedIn

v0.9.13

  • experimental implementation for forbidding access with unverified email (see #108) through configuration flag enforceEmailVerification
  • added options to hide links: hideSignInLink, hideSignUpLink
  • fixed #107

v0.9.12

  • fixed #109

v0.9.11

  • better submit button disabling when no negative feedback is used
  • fixed #105

v0.9.10

  • added defaultLayout to configuration options
  • new callback parameter to setState
  • better rendering behaviour on ensureSignedIn

v0.9.9

  • Fixed links for reset-password, enroll-account, and verify-email

v0.9.8

  • fixed checks for login services (see #93)
  • minor updates to docs

v0.9.7

  • fixed #92, to permit the use of, e.g., {{> atForm state="changePwd"}} ( see docs)

v0.9.6

  • fixed #91, pwdForm submission on signin page has no effect unless both password and usename/email are not empty

v0.9.5

  • show title on sign in also with other services
  • moved sign in link below pwd form
  • removed sign in link from forgot-pwd page (sign up link is still there!)
  • added class at-btn to submit button
  • added class at-signin to sign in link
  • added class at-signup to sign up link
  • added class at-pwd to forgot password link
  • accounts-t9n dependency updated to @1.0.0

v0.9.4

Older versions (to be written)

  • Fixes for #19, #24, #25, #26
  • layoutTemplate option
  • Better signup flow, with proper server side validation!
  • Fixes for #15, and #16
  • Do not show validation errors during sign in
  • Do not show sign up link when account creation is disabled
  • Better use of UnderscoreJS
  • Corrected documentation for showAddRemoveServices

v0.0.9

v0.0.8