Releases: ory/elements
v0.0.1-beta.3
What's Changed
- fix: can override fonts for regular and mono by @Benehiko in #88
- fix: update id of resend code button by @jonas-jonas in #89
Full Changelog: v0.0.1-beta.2...v0.0.1-beta.3
v0.0.1-beta.2
What's Changed
Full Changelog: v0.0.1-beta.1...v0.0.1-beta.2
v0.0.1-beta.1
What's Changed
This version contains a breaking change.
Before v0.0.1-beta.1, Ory Elements exposed a singular style.css file which contained all the required fonts and icons necessary to work out of the box. This was convenient for elements to work out of the box, but caused the bundle size to be larger than necessary, especially for applications that only use a few components or their own icons and fonts.
The new version of Ory Elements now only exposes the CSS for the components in the style.css file, and the rest of the CSS are optional and can be imported individually.
// Ory Elements
// optional global css reset
import "@ory/elements/assets/normalize.css"
// optional fontawesome icons
import "@ory/elements/assets/fa-brands.min.css"
import "@ory/elements/assets/fa-solid.min.css"
import "@ory/elements/assets/fontawesome.min.css"
// optional fonts
import "@ory/elements/assets/inter-font.css"
import "@ory/elements/assets/jetbrains-mono-font.css"
// required styles for Ory Elements
import "@ory/elements/style.css"
Full Changelog: v0.0.1-alpha.30...v0.0.1-beta.1
v0.0.1-alpha.30
What's Changed
- feat: nextjs example using ory elements by @GabeCurran in #50
- fix: nav overlaps container on mobile by @GabeCurran in #70
- fix: eslintrc by @misamu in #72
- fix: error handling for react-spa 422 code by @misamu in #73
- chore: add oidc to settings page by @Benehiko in #82
- fix: nextjs settings error messages by @Benehiko in #83
- fix: error handling for preact-spa 422 code by @misamu in #74
- feat: add info about used identifier by @mszekiel in #69
- fix: lerna publish action by @mszekiel in #85
New Contributors
- @GabeCurran made their first contribution in #50
- @misamu made their first contribution in #72
Full Changelog: v0.0.1-alpha.28...v0.0.1-alpha.30
v0.0.1-alpha.28
v0.0.1-alpha.27
What's Changed
- fix: node success messages by @Benehiko in #52
- chore: update SDK to V1 by @jonas-jonas in #56
- fix: card logo by @Benehiko in #59
- fix: express by @Benehiko in #61
Full Changelog: v0.0.1-alpha.26...v0.0.1-alpha.27
v0.0.1-alpha.26
What's Changed
- docs: standardize license headers by @kevgo in #44
- chore: update Ory CLI with breaking changes to the format task by @kevgo in #48
- fix: respect classname in card components by @omarhachach in #49
- fix: missing color on color sprinkle by @Benehiko in #46
- fix: express support by @Benehiko in #51
New Contributors
- @omarhachach made their first contribution in #49
Full Changelog: v0.0.1-alpha.25...v0.0.1-alpha.26
v0.0.1-alpha.25
What's Changed
- fix: formatting issues by @jonas-jonas in #43
- fix: anchor rendering by @jonas-jonas in #41
Full Changelog: v0.0.1-alpha.24...v0.0.1-alpha.25
v0.0.1-alpha.24
ci: fix release
v0.0.1-alpha.22
ci: fix release