# June 20, 2025 - Dev update

Explore what new changes the Dev team has deployed in the last week!

This can be anything from new features, bug fixes, or QoL changes!

<details>

<summary><strong>New features and items</strong></summary>

* App Builder
  * Added new page presets and improved default app themes
  * Added new Size and Spacing settings
* Crate Marketplace
  * Improved the search and filtering in the Crate Marketplace
* Dashboard
  * Introduced the workflow executions dashboard widget
* Forms
  * Added more custom operators to options filters, enabling advanced filtering
* Workflows
  * Added the ability to filter workflows by a new “Listener” attribute

</details>

<details>

<summary><strong>Bug fixes and chores</strong></summary>

* App Builder
  * Fixed an issue where the LoginContainer component map element was incorrect
  * Ensured the cookies provider is loaded properly and updated generated files
  * Fixed evaluation conditions with white space handling
  * Updated menu context to correctly use the app theme
* Integrations
  * Added headers to the Microsoft CSP Generic Request so that users can send an “Accept” header for the Request Headers
  * Improved org mapping for TD Synnex StreamOne Ion
  * Resolved duplicate Twilio “Create Message” action
  * Fixed Microsoft Bundle tenant ID population issues affecting crate workflows
* Settings
  * Filters can now be applied to organizations by tags
  * Fixed an issue with filtering users by roles
* Workflows
  * Reduced workflow initiation failures to near-zero by removing internal GraphAPI dependencies for time-sensitive executions and switching to direct DB queries
* Workflow Builder
  * Resolved visual error with action parameters

</details>

<details>

<summary><strong>Coming Soon</strong></summary>

* Check back next week!

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rewst.help/updates/development-updates/2025-dev-updates/june-20-2025-dev-update.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
