Skip to content

Releases: ory/elements

@ory/elements-react 1.0.0

10 Jul 13:50
Compare
Choose a tag to compare

We're thrilled to announce 1.0.0 of @ory/elements-react. Ory Elements is an open-source component library designed to make building login, registration, and account pages straightforward. Ory Elements is modular and customizable, which means that you can use only the views you need and style them to match your implementation's design.

image

release/@ory/elements-react/1.0.0-rc.6

10 Jul 13:24
Compare
Choose a tag to compare
Pre-release

1.0.0-rc.6 (2025-07-10)

🚀 Features

  • add norwegian translations (b1b0ed9d)
  • use vendored ory/x (23dbc943)
  • add "Recover Account" to identifier label (81271d24)
  • show settings validation messages as toasts (afbabb9b)
  • elements: use existing IntlContext if available (20c28207)
  • add a project revision field to set the maximum number of code submits (2c0998c5)
  • submit passkey from method chooser (901fa1bc)

🩹 Fixes

  • ⚠️ elements: fully document and streamline component naming (df9d0e1b)
  • german locale translation (5a947c2c)
  • ax: render webauthn hidden only once (dfefff40)
  • disable interactive elements before hydration complete (5c3299bf)
  • add card header detection for profile_first (2b12c9f5)
  • use formState dispatcher in registration footer (9b200ab1)
  • default theme styling issues (590e5b46)

⚠️ Breaking Changes

  • ⚠️ elements: fully document and streamline component naming (df9d0e1b)

❤️ Thank You

v0.5.1

03 Feb 07:52
1a973b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Sep 07:55
28c219e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

04 Sep 13:28
8b901ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.4.0-rc.3

26 Aug 12:55
77c434d
Compare
Choose a tag to compare
v0.4.0-rc.3 Pre-release
Pre-release
fix: captcha script group

v0.4.0-rc.2

20 Aug 13:48
f2e0e2c
Compare
Choose a tag to compare
v0.4.0-rc.2 Pre-release
Pre-release
chore: support registration, verification & recovery

v0.4.0-rc.1

19 Aug 11:39
d8814b1
Compare
Choose a tag to compare
v0.4.0-rc.1 Pre-release
Pre-release
Merge remote-tracking branch 'origin/main' into jonas-jonas/addCaptch…

v0.4.0-rc.0

19 Aug 11:17
339f6ed
Compare
Choose a tag to compare
v0.4.0-rc.0 Pre-release
Pre-release
Merge remote-tracking branch 'origin/main' into jonas-jonas/addCaptch…

v0.3.0

11 Jul 14:10
28477dd
Compare
Choose a tag to compare

This release adds support for the new identifier first login strategy, available in Kratos via ory/kratos#3934, as well as support for Finnish locale, and bug fixes.

What's Changed

  • feat: add finnish locales by @MaximilianHagelstam in #186
  • feat: support identifier first auth by @aeneasr in #187
  • chore: support pre-releases in ci by @jonas-jonas in #191
  • fix: react-components hasHiddenIdentifier, null.some error by @ahmedrowaihi in #190
  • fix: remove extra webauthn nodes from passwordless section by @jonas-jonas in #192

New Contributors

  • @MaximilianHagelstam made their first contribution in #186
  • @ahmedrowaihi made their first contribution in #190

Full Changelog: v0.2.0...v0.3.0