Skip to content

Releases: ory/elements

v0.0.1-beta.3

09 Feb 10:07
a340041
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1-beta.2...v0.0.1-beta.3

v0.0.1-beta.2

03 Feb 12:02
8212609
Compare
Choose a tag to compare

What's Changed

  • fix: package exports should be more explicit by @Benehiko in #87

Full Changelog: v0.0.1-beta.1...v0.0.1-beta.2

v0.0.1-beta.1

31 Jan 11:23
68c4f0f
Compare
Choose a tag to compare

What's Changed

  • feat: split css files into optional imports by @Benehiko in #77

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

30 Jan 14:52
1ff0c99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1-alpha.28...v0.0.1-alpha.30

v0.0.1-alpha.28

04 Jan 16:18
e480f7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1-alpha.27...v0.0.1-alpha.28

v0.0.1-alpha.27

15 Dec 11:21
0bb68c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1-alpha.26...v0.0.1-alpha.27

v0.0.1-alpha.26

18 Nov 17:04
36d73f7
Compare
Choose a tag to compare

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

Full Changelog: v0.0.1-alpha.25...v0.0.1-alpha.26

v0.0.1-alpha.25

03 Nov 09:24
20bbfc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1-alpha.24...v0.0.1-alpha.25

v0.0.1-alpha.24

02 Nov 11:33
ebe59e0
Compare
Choose a tag to compare
ci: fix release

v0.0.1-alpha.22

02 Nov 10:48
2d016a7
Compare
Choose a tag to compare
ci: fix release