Skip to content
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
6 changes: 0 additions & 6 deletions .changeset/float-teaser-dismiss.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @perspective-ai/sdk-react

## 1.15.0

### Minor Changes

- 30483ae: Add an × dismiss button to the float teaser bubble so users can close it without opening the chat. Dismissing removes the teaser and the notification dot, and persists for the rest of the browser session (per agent). Configurable via `teaser.dismissible` (default `true`) or `data-perspective-teaser-dismissible="false"`.

### Patch Changes

- Updated dependencies [30483ae]
- @perspective-ai/sdk@1.15.0

## 1.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perspective-ai/sdk-react",
"version": "1.14.1",
"version": "1.15.0",
"description": "React components for Perspective AI embed SDK",
"type": "module",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @perspective-ai/sdk

## 1.15.0

### Minor Changes

- 30483ae: Add an × dismiss button to the float teaser bubble so users can close it without opening the chat. Dismissing removes the teaser and the notification dot, and persists for the rest of the browser session (per agent). Configurable via `teaser.dismissible` (default `true`) or `data-perspective-teaser-dismissible="false"`.

## 1.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perspective-ai/sdk",
"version": "1.14.1",
"version": "1.15.0",
"description": "Embed SDK for Perspective AI research interviews",
"type": "module",
"sideEffects": [
Expand Down
Loading