Releases: indykite/indykite-sdk-web
Releases · indykite/indykite-sdk-web
v0.1.15
0.1.15 (2022-05-03)
Features
- expose refresh access token method (e4437a6)
Bug Fixes
- allow to specify otp token in render function (7b284cb)
- upgrade axios from 0.21.4 to 0.26.0 (8166aaa)
- upgrade core-js from 3.20.3 to 3.21.1 (b8350df)
- upgrade intl-messageformat from 9.11.2 to 9.11.4 (1fa5bc9)
- upgrade query-string from 7.1.0 to 7.1.1 (0fc4708)
v0.1.14
0.1.14 (2022-04-14)
Features
- api: linking flow support (ef1ec09)
Bug Fixes
- render input fields according to server cfg (38ec5b7)
v0.1.13
0.1.13 (2022-03-29)
Features
- add render function (7856c0d)
- refresh ui container after an action click (a7f7fc8)
- support custom args in setup request (f1c9dcc)
Bug Fixes
- issue with sending reset password email (5787599)
- render a form according to context (8613d44)
- support redirection in actions (42e0596)
- update type definitions with deprecated props (2673c5a)
v0.1.12
0.1.12 (2022-02-17)
Features
- auth: allow to login with otp token (5abb342)
v0.1.11
0.1.11 (2022-02-10)
Bug Fixes
- api: handle click with custom components (177beea)
v0.1.10
0.1.10 (2022-02-09)
Features
- display error on problems during rendering (3116482)
IKUICore.renderLogin
accepts onLoginFail
property
IKUICore.renderRegister
accepts onRegistrationFail
property
Bug Fixes
v0.1.9
0.1.9
- [FIX] Fixed TypeScript definition of
IKUIOidc.oidcSetup
function
- [DOCS] Updated
README.md
so that it reflects changes in the IKUIOidc.oidcSetup
function
0.1.8
0.1.8
- [FIX] Fix
renderLogin
and loginSetup
functions so that they don't try to render the login form when the page will be redirected.
- [REFACTOR] Divide big files (index, login and reset-password.js) into multiple smaller files
- [TEST] Add unit tests so the code coverage is above 80% level
0.1.7
0.1.7
- [FIX] Minor code fixes
- [TEST] Added unit tests