Releases: mondaycom/monday-sdk-js
0.5.2
What's Changed
- Feat/karlssonivan/sdk get method type update by @KarlssonIvan in #128
- adding context types to get and listen methods by @rami-monday in #131
- fix: api method type by @theteladras in #127
New Contributors
- @theteladras made their first contribution in #127
Full Changelog: 0.4.11...0.5.2
Added typings support for filter and location SDK get method type field
0.4.12 get Method, type param extended support for 'location' and 'filter' t…
0.4.11
- Export Monday Server / Client SDK types
0.4.9 & 0.4.10
What's Changed
- Output API warnings in the console by @arutkowski00 in #119
- add a check in isNodeDevStageEnv for undefined by @rami-monday in #122
Full Changelog: 0.4.8...0.4.10
0.4.8
Added AI supported execute functions
0.4.7
Env variables to override monday URL for local development
Added MONDAY_SUBDOMAIN_API
process env variable to override subdomain of base URL for SDK
What's Changed
- Add missing TypeScript types for apiVersion by @arutkowski00 in #106
- Separate subdomain for env override by @parahall in #107
New Contributors
Full Changelog: 0.4.1...0.4.3
v0.4.1
This version introduces a new app level storage api.
The new api enables using the storage by instance-less apps as well.
What's changed
- Add the following functions to the
storage
: - setItem (
monday.storage.setItem(key, value)
) - getItem (
monday.storage.getItem(key)
) - deleteItem (
monday.storage.deleteItem(key)
)
All added functions will perform operations on the data on the app's level (not in the instance level)
Added by @DorShakedMonday in #103
v0.4.0
Beta version to enable new features for the monday AI hackathon.
Specifically, this version introduces an any
type fallback for the monday.execute()
method, to account for new features that will be released during the hackathon.
We will remove the type fallback when the new features are finalized and properly typed.
What's Changed
Full Changelog: 0.3.4...0.4.0
v0.3.4
This version introduces a new execute
function openLinkInTab
which enables opening links in a tab
What's Changed
- Add the
openLinkInTab
option to theexecute
function by @DorShakedMonday in #93