Skip to content

Releases: ringcentral/ringcentral-c2d

2.0.5

28 Nov 07:47
48502b9

Choose a tag to compare

What's Changed

  • feat(ringcentral-c2d): [misc] better includeFormElements option for LibPhoneNumberMatcher by @ruleechen in #55

Full Changelog: 2.0.4...2.0.5

v2.0.4

28 Nov 01:53
21faf2a

Choose a tag to compare

What's Changed

  • add option includeFormElements for LibPhoneNumberMatcher by @ruleechen in #50
  • chore: update version to 2.0.4 by @ruleechen in #51

Full Changelog: 2.0.3...2.0.4

v2.0.3

24 Apr 05:17
c5c8e88

Choose a tag to compare

  • Add prefix option for BaseWidget, allowing users to customize the event bubble channel.

v2.0.2

18 Apr 07:56
7822f4a

Choose a tag to compare

  • Update the README to include instructions for advanced users on how to use custom widgets.
  • Make updates to the webpack configuration and its package dependencies.

v2.0.1

17 Apr 08:32
6d40bce

Choose a tag to compare

  • Add readme into NPM package.
  • Fix wrong NPM home page link

v2.0.0

17 Apr 08:13
896d8df

Choose a tag to compare

  1. Improve the widgets to offer users a smoother extension experience.
  2. Revise the development documents and include sample code for extending widgets.
  3. Restructure the project files.

Breaking change: event listener need to add for clickToDial.widget.

clickToDial.widget.on(WidgetEvents.call ...
clickToDial.widget.on(WidgetEvents.text ...

v1.0.0

25 Dec 02:09
657e117

Choose a tag to compare

V1.0.0 release:

Features:

  • no changes to original DOM
  • support to config matchers (LibPhoneNumber or RegExp)
  • support to customize C2D widget

https://www.npmjs.com/package/ringcentral-c2d

https://unpkg.com/ringcentral-c2d@1.0.0/build/index.js

v0.1.0

15 Apr 07:55
fef37e7

Choose a tag to compare