Skip to content

Latest commit

 

History

History
106 lines (78 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

106 lines (78 loc) · 12.2 KB

Changelog

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

0.0.13 (2022-02-20)

0.0.12 (2022-02-20)

0.0.11 (2022-01-17)

0.0.10 (2022-01-15)

0.0.10 (2022-01-15)

0.0.9 (2022-01-15)

Features

0.0.8 (2022-01-15)

Features

0.0.7 (2022-01-13)

0.0.6 (2021-12-30)

0.0.5 (2021-12-28)

0.0.4 (2021-12-11)

Bug Fixes

  • fixes infinite loop in iframe (a59fe3e)

0.0.2 (2021-10-27)

Features

Bug Fixes

  • 'jwt' compare bug in dashboard.ts (#59) (ffd0fe5)
  • adapt to new ory kratos changes (06b7a20)
  • add favicon (#69) (466c33b), closes #66
  • bump node to fix build issue (#118) (ff147c9)
  • bump sdk and refactor helpers (5486fde)
  • case where BASE_URL is empty (#71) (6ed14ef)
  • change submit name (8f41731)
  • codestyle: some TS files ignored by prettier (#135) (5f80efa)
  • correct settings methods (181d5ea)
  • correct typos in readme.md (5d35068)
  • defer potentially undefined config field (9fc12de)
  • do not run as root in Dockerfile (#113) (c6bbd7e)
  • enforce camelCase (78e29e7)
  • error handler for 'request' module - refs #44 (#45) (ca16f8d)
  • improve build-sdk pipeline (80c2f8c)
  • improve error handling logic (a80692d)
  • improve file paths (7b2bc67)
  • improve oidc ui elements (#40) (2f9f3d8)
  • Improve verify UI and update URLs (#31) (7b55366)
  • order registration form fields (df06b21)
  • populate prefixPath variable in views (#120) (c1ecec8), closes #119
  • properly build pathPrefix variable (#128) (7a14440)
  • properly handle checkboxes (#117) (434aa63)
  • redirect loop while trying to get /session/whoami on domain-based configurations (#61) (1f7e8d7)
  • remove oidc save label (73a2e50)
  • remove stub placeholder (b9cbe23)
  • remove unused code (8433f49)
  • rename recovery to link (#53) (ce7b321)
  • rename to "reset password" (9944e58)
  • rename token to recovery_token (621a6cf)
  • update dashboard instructions (9639f26)
  • use correct partial in verification (256f858)
  • use docker layer caching for build (d44426b)
  • use existing SDK version (c5081e4)
  • use new settings state (#49) (0420d97)
  • use original model property naming (0105771)