diff --git a/CHANGELOG.md b/CHANGELOG.md index ef27d17..ca02543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.31.2] - 2025-01-14 + +### Fixed + +- Fix form error handler + ## [1.31.1] - 2025-01-10 ### Fixed @@ -530,7 +536,9 @@ The eye icon is now correctly displayed in the Auth widget. First version of the SDK Web UI. -[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.1...HEAD +[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.2...HEAD + +[1.31.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.1...v1.31.2 [1.31.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.0...v1.31.1 diff --git a/package-lock.json b/package-lock.json index 9286859..5e6f696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@reachfive/identity-ui", - "version": "1.31.1", + "version": "1.31.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@reachfive/identity-ui", - "version": "1.31.1", + "version": "1.31.2", "license": "MIT", "dependencies": { "@reachfive/identity-core": "^1.34.0", diff --git a/package.json b/package.json index b681b9c..2799bee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reachfive/identity-ui", - "version": "1.31.1", + "version": "1.31.2", "description": "ReachFive Identity Web UI SDK", "author": "ReachFive", "repository": { diff --git a/src/components/form/formComponent.jsx b/src/components/form/formComponent.jsx index abefba6..3ce454b 100644 --- a/src/components/form/formComponent.jsx +++ b/src/components/form/formComponent.jsx @@ -158,7 +158,7 @@ export function createForm(config) { }; onError = err => { - this.props.onError.onError?.(err); + this.props.onError?.(err); if (!err.errorUserMsg) { if (err.errorDescription) { diff --git a/types/identity-ui.d.ts b/types/identity-ui.d.ts index 567b437..a97f356 100644 --- a/types/identity-ui.d.ts +++ b/types/identity-ui.d.ts @@ -1,6 +1,6 @@ /** - * @reachfive/identity-ui - v1.31.0 - * Compiled Fri, 10 Jan 2025 18:54:24 UTC + * @reachfive/identity-ui - v1.31.2 + * Compiled Tue, 14 Jan 2025 13:12:56 UTC * * Copyright (c) ReachFive. *