Releases: okta/okta-signin-widget
2.10.0
Features:
- 4d634a2 Adds password toggle to password fields (#454)
- a1b9134 Improves U2F errors (#460)
- 975ceb8 Adds Custom Factor (#484)
- be6544a Adds UX Improvements for password toggle (#489)
- f059107 Sends accept language header when widget is configured with a language (#475)
Bug fixes:
- b834946 Fixes tests that are not using promise helper (#448)
- bf74cfc Adds validation for password field only if field is dirty (#417)
- 0292470 Fixes concurrent fingerprinting (#463)
- b9adb7b Adds remember device checkbox for u2f (#468)
- 263828b Allows username without email format for passwordless (#451)
- 0e1e40b Clears input field when RSA/On-Prem pin changes #485
- 180bf1c Adds rememberDevice param in polling (#441)
Notable changes:
- ab15d31 Updates logger to extend warnings outside of Okta's window.okta (#447)
- 57cdb16 Adds dev logging for all dev builds (#452)
- 23124e1 Uses default success/error handlers when not provided (#466)
- 22a0f2c Adds link to browser support page (#368)
- 8b39313 Updates setup to use Node 8 (#462)
- 5dd795f Removes $.cookie (#467)
- e07ee64 Adds issue template for the repo (#469)
- 3cd1151 Adds helpful message when tokens are not parsed (#472)
2.9.0
Features:
75b8bb5 Honors idp discovery feature for all other paths (#426)
7cb5d23 Shows registration link at idp discovery identifier page (#431)
7dded84 Sends relayState with forgot password request (#430)
cd26e28 Adds logic for identifier first auth flows (#435)
4a046e5 Supports passwordless auth when idpDiscovery is disabled (#436)
d168cf8 Captures app context in relayState property for registration & recovery flows (#444)
Bug fixes:
abf038f Uses email instead of userName for activation email message (#434)
Notable changes:
c90b773 Adds npm version badge to README (#425)
63792fe Updates grunt contrib jasmine version (#437)
15a9371 Adds Instruction to use IdP Discovery (#433)
2.8.0
Features:
- eaf9807 Send relayState param with registration post call (#411)
- 91f2446 Update widget to use org level registration policy (#410)
- 0f971cd Move responsiveness code from okta-core to okta-theme in signin-widget (#407)
- d0927c9 Supports http only cookie for autoPush (#395)
Bug fixes:
Notable changes:
2.7.0
Features:
- 880a926 Adds Voice Call as an option for Unlock Account (#350)
- 2bc8dbc Adds support for chains of MFA_REQUIRED responses (#377)
- f5f1acd Adds registration beta warning (#384)
Bug fixes:
- 53284b4 Upgrades i18n to include Korean language fixes (#398)
- fad379d Adds missing table-row element to enroll device form (#389)
- 16082eb Fixes unit tests to run successfully in a browser (#383)
- 79a37d3 Refactors rememberDevice tests (#370)
Notable changes:
2.6.0
Features:
- 5e81b66 Send device fingerprint to get security image (#369)
- 89143cc Supports Password Re-auth (#363)
Bug fixes:
- e19fad8 Fix RAAS sign up button routing issue (#379)
- e785e1f Use input with type=tel to show numeric keyboard on mobile devices (#367)
- 89d9e17 Changes unauthenticated state route to map to default route (#364)
- 0d270e0 Fix router collision (#360)
Notable changes:
2.5.0
Features:
Bug fixes:
- 9c4b79d Fixes loading issue in samples (#339)
- 1b95b2d Improves error messages when an unrecognized error code is encountered (#342)
- e5626cb Improves i18n support in hover text (#348)
- db9d059 Removes spinner on reset password page on failure (#349)
- 3b58e80 Improves support for Angular and shrinks bundle size (#353)
Notable changes:
2.4.0
Features:
- c99bce8 Adds support for registration callback hooks (#323)
- 212e9e0 Adds indicator for required fields in registration form (#337)
- f92ba5b Performance update: blacklist unused modules (#319)
- 78daadb Removes registration.clientId parameter (#330)
- 3218738 Updates i18n to support Greek Language (#332)
- 294402b Enables registration as a service form redirection (#326)
- 82447e8 Implements UI for OAuth 2 Consent (#310)
Bug fixes:
- 420ed76 Turns client logo into link to clientUri if configured (#336)
- 653ceac Show proper error message from errorCauses (#329)
- 1cfe3bd Add validation to the passcode field in Okta Verify page (#334)
- 09c9f05 Fire password complexity check when user enters username after password (#327)
- 6addc2b Minor UX tweaks for OAuth2 Consent (#324)
- 5566918 Fix mobile icons alignment (#316)
- 50a768d Fix password validation error when username is empty in registration form (#315)
2.3.0
Features:
- 77a95a9 Complexity explanation text should include no first/last name (#301)
- 64472ca Registration as a Service UI (#297)
- 6a0d638 Supports AD-mastered user password expiry warning (#293)
- 966e2b7 Adds option to hide email from recovery flow (#287)
- 085e1a1 Adds option to config a custom sign out link (#267)
Bug fixes:
- 69bcd94 Fix string source bundle problem for framework components (#313)
- e0c7505 Fix Widget height issue (#309)
- 3d0c213 Fix signin-widget label customization for locale codes like 'xx-XX' (#306)
- 5a15d3a Fix banner CSS in Sign In Widget (#305)
- 7d83282 Set the correct default factor type for recovery flows (#303)
- 6b271fb Move SCSS related to security beacon (#294)
- 96844b7 Ignore cookie username if remember me feature is off (#292)
- f5d5ade Show error with empty answer for factors that require it (#286)
- b5aff3e Fix padding on smaller screens when security image is hidden (#291)
- f227516 Hide send email link when email recovery is disabled (#289)
- bb36ad2 Fix issue with Windows Phone browser (#277)
- 0dfda66 Issue in embedded browsers with using iframes (#273)
- 077cd1a Fix problem with back button during factor verify (#265)
Notable changes:
2.1.0
If your app currently depends on the widget's global CSS, the appearance of your app will change when upgrading to 2.1.0, because we updated the CSS to only affect the widget.
Potentially breaking changes:
Features:
- cdbbb1b - Add minimum password age to password reset description (#243)
- 3f6b661 - Autopopulate username during On-Prem MFA (#253)