Releases: ringcentral/ringcentral-js
Releases · ringcentral/ringcentral-js
5.0.3
What's Changed
- chore: Remove postinstall script playwright by @SushilMallRC in #268
- [FIX] Resolve "Buffer is undefined" Error in Webpack Configuration by @SushilMallRC in #270
Full Changelog: 5.0.2...5.0.3
5.0.2
What's Changed
- chore: deprecated dependency by @embbnux in #227
- chore: upgrade webpack 5, lerna and use jest by @embbnux in #230
- chore: use npm workspaces with lerna, update lint by @embbnux in #234
- misc: remove querystring in http/Client by @embbnux in #236
- feat: Setup Github pages by @SushilMallRC in #252
- feat: Add TypeDocs to generate Docs by @SushilMallRC in #253
- chore: Updated the README with new proposed format by @byrnereese in #250
- misc: Attach Js Github Page link in readme file by @SushilMallRC in #255
- misc: Refactor workflows by @SushilMallRC in #258
- misc: disable auto token refreshment by @SushilMallRC in #261
- feat: Add loginHint param in loginUrl method by @SushilMallRC in #262
- misc: Add ChangeLog for version 5 by @SushilMallRC in #263
- feat: Support asynchronous externals.localStorage API by @SushilMallRC in #265
- misc: Fixed Login Window by @SushilMallRC in #264
Full Changelog: 5.0.1...5.0.2
5.0.1
5.0.0
What's Changed
- feat: refactor subscriptions package with WebSocket transport
- misc: deprecate Pubnub subscriptions, and move to "@ringcentral/subscription-deprecated" package for Pubnub subscriptions
- misc: deprecate password grant flow
Full Changelog: 4.7.4...5.0.0
4.7.4
What's Changed
- chore: upgrade TS and add lock file by @embbnux in #192
- Remove accept json header by @DaKingKong in #199
Full Changelog: 4.7.3...4.7.4
4.7.3
4.7.2
What's Changed
- fix: user logged before discovery enabled by @embbnux in #176
- upgrade node-fetch 2.6.7 by @embbnux in #178
- enhancement: throw error when user close login window by @embbnux in #179
- chore: upgrade dev dependencies for security issue by @embbnux in #180
- use cached discovery data when request discovery error at login by @embbnux in #181
Full Changelog: 4.7.1...4.7.2
4.7.1
Login error before discovery initialized after logout
4.7.0
Add support for JWT authentication, which affects the login()
method exclusively. The newly introduced login method takes as input a JWT credential via the jwt
parameter. For example:
platform.login({ jwt: <insert JWT credential> })
4.6.2
Types fixes