Releases: twilio-labs/dev-phone
Releases · twilio-labs/dev-phone
@twilio-labs/plugin-dev-phone@1.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
@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!