Skip to content

Release PR #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-pears-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-berries-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-elephants-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-feet-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cats-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-islands-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-apples-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-80b2460.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-emus-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-fans-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-phones-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-tools-kneel.md

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
permissions:
pull-requests: write
contents: write
pages: write
id-token: write

steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/DS_Store
**/*.DS_Store
.pnpm-store/*
.npm/logs/*

# Generated code
tmp/
Expand Down
30 changes: 30 additions & 0 deletions packages/davinci-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @forgerock/davinci-client

## 1.1.0

### Minor Changes

- [#3](https://github.com/ForgeRock/ping-javascript-sdk/pull/3) [`5fc1b35`](https://github.com/ForgeRock/ping-javascript-sdk/commit/5fc1b35927ab697c47a2fd11b0c777c9e9968650) Thanks [@ryanbas21](https://github.com/ryanbas21)! - adding support for fields in DROPDOWN, CHECKBOX, COMBOBOX, RADIO, FLOW_LINK.

- [#171](https://github.com/ForgeRock/ping-javascript-sdk/pull/171) [`dc469d5`](https://github.com/ForgeRock/ping-javascript-sdk/commit/dc469d5aab01bc4552d759f81884aed307b10644) Thanks [@cerebrl](https://github.com/cerebrl)! - Introduce request middleware feature to DaVinci Client

- [#14](https://github.com/ForgeRock/ping-javascript-sdk/pull/14) [`b2b8bcc`](https://github.com/ForgeRock/ping-javascript-sdk/commit/b2b8bccc139d52639651035f2d8daa00668ccef9) Thanks [@ryanbas21](https://github.com/ryanbas21)! - add support for default data, add support for multivalue/multiselector

- [#94](https://github.com/ForgeRock/ping-javascript-sdk/pull/94) [`34f4140`](https://github.com/ForgeRock/ping-javascript-sdk/commit/34f4140a88ab71d95d4275580c371cce380c09e4) Thanks [@cerebrl](https://github.com/cerebrl)! - Add support for label and password validate field components

- [#7](https://github.com/ForgeRock/ping-javascript-sdk/pull/7) [`6ce29c4`](https://github.com/ForgeRock/ping-javascript-sdk/commit/6ce29c4297a603ecb3afa2e3c5d1a40c2f27f300) Thanks [@ryanbas21](https://github.com/ryanbas21)! - adds the ability to call start with query parameters which are appended to the /authorize call

- [#134](https://github.com/ForgeRock/ping-javascript-sdk/pull/134) [`15e8c8a`](https://github.com/ForgeRock/ping-javascript-sdk/commit/15e8c8a5d18e1d3285da9b03c8f9e07d2d043f18) Thanks [@cerebrl](https://github.com/cerebrl)! - Replace less valuable `details` property from error with `collectors`

- [#128](https://github.com/ForgeRock/ping-javascript-sdk/pull/128) [`c002af0`](https://github.com/ForgeRock/ping-javascript-sdk/commit/c002af09b0c6aeac63acdde4944834b0e6876fd8) Thanks [@ryanbas21](https://github.com/ryanbas21)! - add social-login feature to davinci-client

### Patch Changes

- [#226](https://github.com/ForgeRock/ping-javascript-sdk/pull/226) [`5bd7e8a`](https://github.com/ForgeRock/ping-javascript-sdk/commit/5bd7e8a74505b62a14de6b01d3c8711aaae05a46) Thanks [@ryanbas21](https://github.com/ryanbas21)! - handle formData lookup with more saftey in case it is not in response

- [#204](https://github.com/ForgeRock/ping-javascript-sdk/pull/204) [`f473565`](https://github.com/ForgeRock/ping-javascript-sdk/commit/f47356596767bf8c5499c451a3e8004c1674accd) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fix return value for social-login

- [#22](https://github.com/ForgeRock/ping-javascript-sdk/pull/22) [`e8698fc`](https://github.com/ForgeRock/ping-javascript-sdk/commit/e8698fce2a4ad90174dd40a1e14154785348b3ed) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@forgerock/javascript-sdk` to `4.7.0`.

- [#161](https://github.com/ForgeRock/ping-javascript-sdk/pull/161) [`1e904ae`](https://github.com/ForgeRock/ping-javascript-sdk/commit/1e904ae4fc6f696f415e853e762f543a5dd0c848) Thanks [@ryanbas21](https://github.com/ryanbas21)! - Error node is now submittable and a user can recover more gracefully from an error state

- [#15](https://github.com/ForgeRock/ping-javascript-sdk/pull/15) [`a8c7124`](https://github.com/ForgeRock/ping-javascript-sdk/commit/a8c71243d5c93c692b83a98c352ca1efcbe59da3) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fixes the checks to determine what node state we are in based on the response from p1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/davinci-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forgerock/davinci-client",
"version": "1.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",
Expand Down
Loading