Skip to content

Releases: ory/integrations

v0.1.5

05 Nov 14:30
Compare
Choose a tag to compare
feat: support binary payloads

v0.1.4

05 Nov 11:52
e9733b2
Compare
Choose a tag to compare
ci: bump release to node 17

v0.1.3

05 Nov 11:34
Compare
Choose a tag to compare
test: resolve regression

v0.1.2

01 Nov 11:51
b366860
Compare
Choose a tag to compare
chore: update dependencies (#7)

v0.1.1

29 Oct 11:11
5e894fa
Compare
Choose a tag to compare
feat: add init routes (#6)

v0.1.0

06 Oct 09:40
6b1aa6e
Compare
Choose a tag to compare

Introduces a breaking change to imports:

- import { ui, nextjs } from '@ory/integrations'
+ import { ... } from '@ory/integrations/ui'
+ import { ... } from '@ory/integrations/nextjs'

v0.0.12

06 Oct 09:37
fcdc7b1
Compare
Choose a tag to compare
feat: add new script tag and better discriminator

Closes #5

v0.0.11

06 Oct 07:42
1d4d318
Compare
Choose a tag to compare
feat: add new script tag and better discriminator

v0.0.10

24 Sep 13:00
1b81148
Compare
Choose a tag to compare
test: snapshot testing for getNodeLabel (#4)

v0.0.9

24 Sep 11:45
9bebdee
Compare
Choose a tag to compare
feat: rename ts to ui