Skip to content

Latest commit

 

History

History
195 lines (99 loc) · 7.71 KB

CHANGELOG.md

File metadata and controls

195 lines (99 loc) · 7.71 KB

Changelog

0.2.7 (2022-09-29)

Features

Bug Fixes

  • check if password pairs match (8c3ad1d)
  • redirect directly when url is present (cdf15cf)

0.2.6 (2022-09-21)

Features

  • add a support for custom action labels (ee68a21)
  • add onbeforerender render property (72c344c)

0.2.5 (2022-09-13)

Bug Fixes

  • process callback with list of parameters (53be768)

0.2.4 (2022-09-12)

Features

  • send parameters back in oidc callback (9d16a74)

Bug Fixes

0.2.3 (2022-08-24)

Bug Fixes

  • remove hardcoded actions (c1263a6)
  • render forms in more dynamic way (966f707)

0.2.2 (2022-08-09)

Bug Fixes

  • remove log in with text from buttons (a4813f7)
  • store thid in local storage (cdf4119)

0.2.1 (2022-06-03)

Bug Fixes

  • release styling changes (cb90ead)

0.2.0 (2022-06-02)

⚠ BREAKING CHANGES

  • implement new design for built-in style

Features

  • implement new design for built-in style (f1f82f9)

0.1.16 (2022-05-24)

Features

  • render message auth node (ab67bf2)

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)

0.1.14 (2022-04-14)

Features

  • api: linking flow support (ef1ec09)

Bug Fixes

  • render input fields according to server cfg (38ec5b7)

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)

0.1.12 (2022-02-17)

Features

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

0.1.11 (2022-02-10)

Bug Fixes

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

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)

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

  • [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

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

0.1.6

  • [FIX] Fixed unhandled error thrown when you wanted reset your password with empty email input.

0.1.5

  • [FIX] When you are in the OAuth2 flow and you want to login using a different OAuth provider, then there was a problem with the redirection to the original domain.

0.1.4

  • [Fix] Updated README with correct links
  • [CI/CD] Add a test coverage report to PRs

0.1.3

  • [FEATURE] Allow to specify login_app parameter in a OIDC request

0.1.2

  • [ACTIONS] Add a release GA pipeline
  • [FIX] Fix the badge url path in README

0.1.1

  • [RELEASE] Initial Release