Skip to content

Releases: twilio-labs/dev-phone

@twilio-labs/[email protected]

04 Oct 13:21
Compare
Choose a tag to compare
Pre-release

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

13 Sep 09:55
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

@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

13 Sep 09:34
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

@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!