Releases: twilio-labs/dev-phone
Releases · twilio-labs/dev-phone
v1.0.0-beta.5
What's Changed
- Remove loglevel from voice manager by @ayyrickay in #205
- Update ui dependency version by @ayyrickay in #207
- v1.0.0-beta.5 by @ayyrickay in #208
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
What's Changed
- Update README.md and modify commands in package.json for publishing by @ayyrickay in #163
- Fix changeset typo in Development.md by @gyasi-eco in #170
- Added maxHeight for call history Box by @bkannanv in #166
- Add mute button by @dkundel in #172
- upgrade paste and react dependencies and add chatlog by @gyasi-eco in #175
- Abstracting Webhooks functions to phone num utils by @gyasi-eco in #177
- fix(Webpack): Set default proxy target 1337 by @hatealgebra in #183
- fix(Variable): Add params to the numPicker fn by @hatealgebra in #184
- [Snyk] Security upgrade babel-loader from 8.3.0 to 9.0.0 by @twilio-product-security in #176
- Update Context-based-Sockets.md by @ayyrickay in #186
- Deleting resources using the dev phone name by @jonathannaguin in #202
- Update to 4th beta release by @ayyrickay in #204
New Contributors
- @gyasi-eco made their first contribution in #170
- @bkannanv made their first contribution in #166
- @hatealgebra made their first contribution in #183
- @twilio-product-security made their first contribution in #176
- @jonathannaguin made their first contribution in #202
Full Changelog: https://github.com/twilio-labs/dev-phone/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]
v1.0.0-beta.3
1.0.0-beta.3
Major Changes
- f2f19db: The dev phone plugin is now compatible with Twilio CLI v5. Backwards compatibility is no longer guaranteed, unfortunately, so we recommend bumping to a recent node version and updating the plugin CLI as soon as possible.
Patch Changes
- 3838d2f: fix white spaces issue in message bubbles
v1.0.0-beta.2
@twilio-labs/plugin-dev-phone
1.0.0-beta.2
Patch Changes
- de1222b: Include the
answerOnBridge
parameter in<Dial>
TwiML. This fixes an issue where incoming calls play<Say>
and<Play>
verbs prematurely.
v1.0.0-beta.1
@twilio-labs/plugin-dev-phone
1.1.0-beta
Minor Changes
- 1f34ca3: You can now declare the dev phone's port using the
--port <PORT>
flag or the TWILIO_DEV_PHONE_PORT environment variable. Additionally, the dev phone's default port has been changed to a less common port to avoid interfering with your local application development. If there is interference with the default ports, the Dev Phone will open on a random port. - 48140f2: Include changesets to simplify changelog generation
Patch Changes
- Updated dependencies [db0dcd6]
- Updated dependencies [48140f2]
- @twilio-labs/[email protected]
@twilio-labs/dev-phone-ui
1.1.0-beta
Minor Changes
- 48140f2: Include changesets to simplify changelog generation
Patch Changes
- db0dcd6: The logic for sending SMS has been fixed to be more reliable and readable for future code contributors, but you should experience no changes in your Dev Phone's SMS service!