Skip to content

Commit 537d06f

Browse files
authored
v1.30.2 (#242)
1 parent 03b3cf7 commit 537d06f

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.30.2] - 2024-12-05
11+
12+
### Fixed
13+
14+
- Country selector on PhoneNumber field was displayed with wrong size.
15+
1016
## [1.30.1] - 2024-11-26
1117

1218
### Fixed
@@ -507,7 +513,9 @@ The eye icon is now correctly displayed in the Auth widget.
507513

508514
First version of the SDK Web UI.
509515

510-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.1...HEAD
516+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.2...HEAD
517+
518+
[1.30.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.1...v1.30.2
511519

512520
[1.30.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.0...v1.30.1
513521

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reachfive/identity-ui",
3-
"version": "1.30.1",
3+
"version": "1.30.2",
44
"description": "ReachFive Identity Web UI SDK",
55
"author": "ReachFive",
66
"repository": {

src/components/form/fields/simpleField.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export interface BaseOptions<T> {
1515
autoComplete?: HTMLInputElement['autocomplete']
1616
placeholder?: string
1717
readOnly?: boolean
18+
/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
1819
validator?: Validator<T, FormContext<any>>
1920
format?: Formatter<T>
2021
mapping?: Mapping

types/identity-ui.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @reachfive/identity-ui - v1.30.1
3-
* Compiled Thu, 28 Nov 2024 15:30:22 UTC
3+
* Compiled Thu, 05 Dec 2024 14:57:21 UTC
44
*
55
* Copyright (c) ReachFive.
66
*

0 commit comments

Comments
 (0)