Skip to content

Releases: mondaycom/monday-sdk-js

0.5.2

03 Dec 18:08
96bc10a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.11...0.5.2

Added typings support for filter and location SDK get method type field

12 Nov 16:46
Compare
Choose a tag to compare
0.4.12

get Method, type param extended support for 'location' and 'filter' t…

0.4.11

04 Sep 07:06
0c4a962
Compare
Choose a tag to compare
  • Export Monday Server / Client SDK types

0.4.9 & 0.4.10

31 Aug 13:02
d7ec6e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.8...0.4.10

0.4.8

26 Jul 11:51
bec3290
Compare
Choose a tag to compare

Added AI supported execute functions

0.4.7

20 Jul 16:49
c27a313
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.6...0.4.7

Env variables to override monday URL for local development

13 Jul 13:04
1d72f02
Compare
Choose a tag to compare

Added MONDAY_SUBDOMAIN_API process env variable to override subdomain of base URL for SDK

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.3

v0.4.1

21 Jun 13:16
ebcc123
Compare
Choose a tag to compare

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

18 Jun 17:58
3c29a59
Compare
Choose a tag to compare

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

  • feat: updated to 0.4.0 for AI hackathon by @yuhgto in #99

Full Changelog: 0.3.4...0.4.0

v0.3.4

14 Jun 09:55
5c71108
Compare
Choose a tag to compare

This version introduces a new execute function openLinkInTab which enables opening links in a tab

What's Changed