Releases: mondaycom/monday-sdk-js
Releases · mondaycom/monday-sdk-js
v0.3.3
This version introduces the versioning support via apiVersion
property.
What's Changed
- Add apiVersion to SDK by @arutkowski00 in #91
Full Changelog: 0.3.2...0.3.3
v0.3.2
0.3.0
Add Typings
Introduce new "unsubscribe" method to monday.listen
This release implements the "unsubscribe" method that is returned by calling the method "monday.listen"
Introduce new "set", "valueCreatedForUser", "openSettings" and "closeSettings" methods
In this version there are 2 new methods which are introduced:
- "Set" method - is used for setting up data inside your application.
- "valueCreatedForUser" execute method - notifies the monday platform that user gains a first value in an app.
- "openSettings" execute method - opens view settings window
- "closeSettings" execute method - closes view settings window
Please check relevant sections in the Readme file for more info.
Return correct error message when getting a timeout from the API
0.1.3 update dist and bump the version to 0.1.3
API error data object
This release includes:
- Propogate the data object as part of an Error object on monday.api() method, which can be used like this:
monday.api(request)
.catch((err) => {console.log("error data:", err.data)})
API errors propogation and client token fix
This release includes 2 main changes:
- Bug in the setToken method for the client side API client
- API errors propagation in the .api() method with Seamless authentication. Now, when there was an error, the promise will be rejected
v0.1.0 - First beta release
This is the first beta release of the monday.com Apps SDK