Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Latest commit

 

History

History
155 lines (73 loc) · 6.42 KB

CHANGELOG.md

File metadata and controls

155 lines (73 loc) · 6.42 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2017-11-21)

0.2.0 (2017-11-21)

Bug Fixes

  • package.json: Remove angular-cookie and webstorage from devDependencies (833acbb)

0.1.6 (2017-02-04)

Bug Fixes

  • dependencies: Remove Ionic pages and module (a3e837b)

0.1.5 (2017-02-03)

Features

  • templates: Add pages for Ionic with Ionic components in templates (4360bab)

0.1.4 (2017-01-30)

Bug Fixes

  • build: Move ng2-webstorage and angular2-cookies to dependencies since they're required (d05d730), closes #62

0.1.3 (2017-01-30)

Bug Fixes

  • angular: Change to peerDependencies and allow Angular 2.0.0+ (cbf9637)

0.1.2 (2017-01-27)

Bug Fixes

  • http: Fix compatibility with Angular versions < 2.3 (b3ae345)
  • logout: Fix logout fails when no access token found (6fcaeda)

0.1.1 (2017-01-20)

Bug Fixes

  • config: Allow autoAuthorizedUris to be modified (#48) (ca81cbe), closes #47
  • dependencies: Lock down version of ng2-webstorage to 1.4.3. (6b00209), closes #46
  • security: Set autocomplete="off" for all forms (#52) (e85dc7d), closes #51

0.1.0 (2017-01-12)

Bug Fixes

  • build: Fix installation by downgrading to TypeScript 2.0.10. (#45) (2ec5ae3)
  • demo: Fix logout link so event propogation is stopped (7758ed2), closes #22
  • forms: Add required field validation to login and forgot password forms. (#40) (ca2f339), closes #24
  • webpack: Change X-Stormpath-Agent to read versions from package.json and Angular (8e3747e)

Features

  • oauth: Add support for OAuth and Client API (#37) (e18ed49)
  • tests: Add Protractor configuration and tests (41c216a)

Performance Improvements

  • webpack: Upgrade to webpack 2 for better performance and ES6 (9c8b345)

0.0.5 (2016-12-14)

Bug Fixes

  • cors: Use withCredentials: true for requests so CORS works (991af7b)

0.0.4 (2016-12-06)

Bug Fixes

  • resolving conflicted typedoc dependency (da6fa97)
  • templates: Fixed 404 in templates by embedding them (cd0d377)
  • typedoc: Fix typedoc listing of classes in right column (0a464a4)

0.0.4 (2016-12-06)

Bug Fixes

  • templates: Fixed 404 in templates by embedding them (98982c4)
  • typedoc: Fix typedoc listing of classes in right column (0a464a4)

0.0.3 (2016-12-02)

Features

  • Add support for overridding templates (bc4e6b0)

0.0.2 (2016-11-11)

Bug Fixes

  • Change user-agent to be stormpath-sdk-angular (021d882)

0.0.1 (2016-11-10)

  • Initial Release