New global storage SDK methods
July 21st, 2023
We recently released 3 new monday.storage
SDK methods that allow you to maintain storage across each application, rather than each instance. With the new methods, the storage is not tied to a specific instance so it does not reset between major versions.
monday.storage.getItem(key)
monday.storage.setItem(key, value)
monday.storage.deleteItem(key)
Please note that with global-level storage, developers are the ones responsible for managing how items are stored on the client side - not monday.