Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Releases: indykite/indykite-sdk-web

v0.1.16

24 May 13:36
Compare
Choose a tag to compare

0.1.16 (2022-05-24)

Features

  • render message auth node (ab67bf2)

v0.1.15

03 May 12:30
Compare
Choose a tag to compare

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

14 Apr 08:44
Compare
Choose a tag to compare

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

29 Mar 11:19
Compare
Choose a tag to compare

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

17 Feb 13:42
Compare
Choose a tag to compare

0.1.12 (2022-02-17)

Features

  • auth: allow to login with otp token (5abb342)

v0.1.11

10 Feb 08:23
Compare
Choose a tag to compare

0.1.11 (2022-02-10)

Bug Fixes

  • api: handle click with custom components (177beea)

v0.1.10

09 Feb 13:37
Compare
Choose a tag to compare

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

  • update es-check package (336f50e)

v0.1.9

31 Jan 09:48
36b20e8
Compare
Choose a tag to compare

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

31 Jan 09:38
5db39b4
Compare
Choose a tag to compare

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

19 Jan 13:55
84c16fe
Compare
Choose a tag to compare

0.1.7

  • [FIX] Minor code fixes
  • [TEST] Added unit tests