Skip to content

Commit

Permalink
v1.31.0 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
moust authored Jan 9, 2025
1 parent 2f21c41 commit 6694e00
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.31.0] - 2025-01-08

### Added

- Upgrade react and react-dom from v16 to v18
- Better theming options in password field

### Fixed

- Phone number input in MFA widget should only be displayed if no value is already defined

## [1.30.2] - 2024-12-05

### Fixed
Expand Down Expand Up @@ -513,7 +524,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.30.2...HEAD
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.0...HEAD

[1.31.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.2...v1.31.0

[1.30.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.1...v1.30.2

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reachfive/identity-ui",
"version": "1.30.2",
"version": "1.31.0",
"description": "ReachFive Identity Web UI SDK",
"author": "ReachFive",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions types/identity-ui.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @reachfive/identity-ui - v1.30.2
* Compiled Wed, 08 Jan 2025 13:48:13 UTC
* @reachfive/identity-ui - v1.31.0
* Compiled Wed, 08 Jan 2025 13:59:22 UTC
*
* Copyright (c) ReachFive.
*
Expand Down

0 comments on commit 6694e00

Please sign in to comment.