-
Notifications
You must be signed in to change notification settings - Fork 29
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
Release new demo app and SDK improvements. #119
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Create demo app UI using React and TS
* Deploy React app to GitHub Pages * Set up webpack config and node scripts to output demo apps in common build folder * Configure gh-pages in calling-extensions-sdk
* Set up unit test framework and automate tests * Deploy to gh pages automatically * Separate workflows for previews and deploys * Use npm ci * Add cross-env
* Add minimal phone number validation to keypad * Add test
* Update event handling console log messages * Move logging to iframe manager
* Add developer console banner * Preview all branches with demo keyword * Close widget after saving call
* Add icons to demo app
* Backfill unit tests * Fix createEngagement called twice (#87)
* Add fake numbers to the From Number dropdown
* Use latest package version * Temporarily comment out imports for local dev * Update patch dependencies * Make errorType import easier
* Organize NPM scripts in the demo app
* Merge changes from master branch * Rename __tests__ to dist-test
* Add documentation for demo widgets
* Use 0.0.15-alpha.1 --------- Co-authored-by: Alonso Cadenas <cadenas.alonso@gmail.com>
* Rename demo widgets
* Fix build warnings and iFrame uninitialized message * Optimize config for dev or prod build
* Send callStartTime in outgoingCall message
* Specify minimum required Node.js version to maintain compatibility with dependencies * Remove node_options
* Enforce order of events in demo minimal js
* Add missing events * Finalize demo app documentation * Update diction * Omit line number
* Use local value to install demo widget * Fix spacing
* Simplify publish scripts and add prerelease scripts. * pre-releases should be published as alpha versions * 0.0.15-alpha.2 * 0.0.15-alpha.3 * 0.0.15-beta.0 * 0.1.0-0 * 0.1.0-alpha.0 * 0.1.0-beta.0 * prepatch already exists via alpha and beta commands
alonso-cadenas
commented
May 22, 2023
alonso-cadenas
commented
May 22, 2023
* Enable github actions * Use latest sdk version in demos * Set versions for demos
* Update demo docs * Enable branch previews
* test gha * Enable github action deploy previews * Revert "test gha" This reverts commit ca86ab0.
|
esme
approved these changes
May 22, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Jira Ticket: CALL-3749
Merge Checklist
BRAVE Checklist