Bug fix for `change_column_value` webhoook
We recently deployed a bug fix so the change_column_value
webhook fires whenever column values in new columns on the relevant board change.
New version of monday-ui-react-core released
We released a new version of monday vibe (our react components library). It has some breaking changes for some of you. Check out v2.0.0 on npm here.
New query params for custom URLs
We recently added three new query parameters for custom URLs that allow you to direct users to the plan and pricing, billing, and how to use screens inside your app! Check out our documentation to learn more about each query parameter and how to create the URLs.
New webhooks and fields
We recently added four new webhooks for apps that are monetized by monday:
Cross-region workspace templates now available!
If your app has a workspace template feature, users from all regions can now access it!
Action required: Set-up your post-installation use flow
The post-install flow is integral to helping users get the most value from your app as quickly as possible. A seamless use flow can increase app adoption and usage, ultimately helping make your app more successful. We’ve been creating a flow that optimizes app initial usage and value, and we are excited to announce that it is finally here!
Action required: Sandboxing for all iframes!
Starting Thursday, March 30th, 2023, we will implement sandboxing for all apps running in iframes (view apps)!
New feature: Integration error handling
We recently released the integration error handling mechanism that enables you to display descriptive errors when custom integrations fail. Our framework supports two different methods to communicate errors: severity codes and HTTP status codes. Check out our error handling doc to learn more about this new feature!
New "location" SDK methods
We recently added new get, set, and listen methods to the SDK called location
. You can use these new methods to help improve routing and navigation inside your app. The monday.get("location")
and monday.listen("location")
methods can show you the URL location inside an app, and the monday.set("location")
method can help you set the query params in the URL.
TypeScript support in the SDK
The monday.com SDK now supports TypeScript to expand its functionality and provide a better developer experience. Our updated SDK now includes type declarations for each SDK method, and you can find them in the types/index.d.ts
file.