0.2.7 (2022-09-29)
- add css support (4cc2c4b)
0.2.6 (2022-09-21)
0.2.5 (2022-09-13)
- process callback with list of parameters (53be768)
0.2.4 (2022-09-12)
- send parameters back in oidc callback (9d16a74)
- prettier fixes (67e231f)
0.2.3 (2022-08-24)
0.2.2 (2022-08-09)
0.2.1 (2022-06-03)
- release styling changes (cb90ead)
0.2.0 (2022-06-02)
- implement new design for built-in style
- implement new design for built-in style (f1f82f9)
0.1.16 (2022-05-24)
- render message auth node (ab67bf2)
0.1.15 (2022-05-03)
- expose refresh access token method (e4437a6)
- 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)
- api: linking flow support (ef1ec09)
- render input fields according to server cfg (38ec5b7)
0.1.13 (2022-03-29)
- add render function (7856c0d)
- refresh ui container after an action click (a7f7fc8)
- support custom args in setup request (f1c9dcc)
- 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)
- auth: allow to login with otp token (5abb342)
0.1.11 (2022-02-10)
- api: handle click with custom components (177beea)
0.1.10 (2022-02-09)
- display error on problems during rendering (3116482)
IKUICore.renderLogin
acceptsonLoginFail
propertyIKUICore.renderRegister
acceptsonRegistrationFail
property
- update es-check package (336f50e)
- [FIX] Fixed TypeScript definition of
IKUIOidc.oidcSetup
function - [DOCS] Updated
README.md
so that it reflects changes in theIKUIOidc.oidcSetup
function
- [FIX] Fix
renderLogin
andloginSetup
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
- [FIX] Minor code fixes
- [TEST] Added unit tests
- [FIX] Fixed unhandled error thrown when you wanted reset your password with empty email input.
- [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.
- [Fix] Updated README with correct links
- [CI/CD] Add a test coverage report to PRs
- [FEATURE] Allow to specify login_app parameter in a OIDC request
- [ACTIONS] Add a release GA pipeline
- [FIX] Fix the badge url path in README
- [RELEASE] Initial Release