Skip to content

Commit

Permalink
Merge pull request #26 from livechat/feature/iframe-apps
Browse files Browse the repository at this point in the history
navigate() and setReportsFilters() methods in Fullscreen widgets
  • Loading branch information
bolchowka authored Jul 1, 2024
2 parents 5fd5f88 + 5e45d12 commit 67928fb
Show file tree
Hide file tree
Showing 14 changed files with 6,310 additions and 21,859 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-fans-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livechat/agent-app-sdk": minor
---

`navigate` and `setReportsFilters` methods in Fullscreen widgets
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
npm-debug.log
node_modules
.turbo
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ We track public bugs in [GitHub Issues](https://github.com/livechat/products-sdk

## Development Workflow

- Install the dependecies using `npm` or `yarn`. This will also bootstrap a monorepo installing dependencies inside each package and linking them together.
- Install the dependecies using `npm`. This will also bootstrap a monorepo installing dependencies inside each package and linking them together.

- Build the libraries using `npm build` or `yarn build` at the top level or inside single package.
- Build the libraries using `npm build` at the top level or inside single package.

## Versioning

Expand Down
Loading

0 comments on commit 67928fb

Please sign in to comment.