Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

v0.4.0 - Olympus

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbate jbate released this 30 Oct 10:52
· 125 commits to master since this release

Node and Grunt

This release saw big improvements in the tooling with the introduction of Grunt for the front-end build tasks. Among other things this includes:

  • JS component concatenation and minification.
  • LESS compilation and CSS minification.

Tokens

Significant changes were also made to the auth-token management.

  • When performing a demo search, the token is no longer hardcoded and must be passed in the query string.
  • When the API search methods are called, the Auth-Token is now set as an HTTP header.

Other improvements

Other changes in this release include:

  • Added in "Search again" button.
  • Position the "use address entered" option at the bottom of the picklist outside the scroll.
  • Handle keyboard navigation and selection.
  • Show a spinner in the input field whilst searching.
  • Disable autocomplete on the form.
  • Published more events.
  • Manual address entries are now split into lines using comma delimiter.
  • Handling unauthorised requests (invalid token) by allowing manual entry.