Skip to content

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bjuppa bjuppa released this 05 Jul 07:43
· 270 commits to master since this release
3626ed5

Changed

  • Only repopulate form inputs with old submitted data if there are errors on any fields.
  • Generated ids on form inputs now use dot-syntax instead of brackets.
  • The password reset now uses the MessageWidget.
  • Inputs not belonging to any form and search inputs are no longer marked as dirty.
  • Saving state is set on all inputs, not just dirty ones.

Added

  • Added autofocus. placeholder and disabled options parameters to form templates.
  • Put csrf-token in <meta> for use with js.
  • New template for displaying <time> elements.
  • Added autocomplete hints and autofocus to the authentication inputs.

Fixed

  • Button styling in password reset now uses generic button template.
  • Confirm delete and confirm leave page scripts now also works with elements outside the form tag.
  • Input names with dot-notation and brackets.