What’s new
A new evaluation pane that you can drag anywhere on your screen, SSO for private apps embedded in a parent, auto-height improvements, and more.
🚀 Features
-
Introducing the new pane for evaluated values! 🎉 [#19972]
- The pane can now be dragged to where it suits you on the screen.
- It now takes on the name of the input field it is showing up for, e.g.,
Value
in API Params. - It now shows up only when you have code in widget props or when there’s a validation error with inputs in those props.
- The pane’s default state is much cleaner with options to expand sections.
-
Introducing private embedded Appsmith apps! [#1050]🎉
- Borrow trust from the parent app using the query param
ssoTrigger
in combination withembed=true
. - Use OIDC, SAML, and Google OAuth with the param
ssoTrigger
to specify the protocol controlling access. - Users logged into the parent app will now automatically see the embedded Appsmith app.
- Otherwise, users will need to log into the parent app via OIDC, SAML, or Google OAuth to access the embedded Appsmith app.
- Borrow trust from the parent app using the query param
💪🏾 Improvements
- Your apps won’t break anymore when importing another app, a template, or a page even if the import fails. [#14939]
- Git queueing is now available on the client and will soon be available server-side so you don’t see too many pesky errors when your team’s simultaneously pushing to the same branch. [#20218]
- Containers now auto-magically grow and shrink with the size of widgets inside them. They also change their size in real-time as you are dragging a widget inside up or down. [#19082]
- Query fields, the Input, and the Number Input are responsive now. [#20396]
- Improving on the logging of JS Objects’ execution, we now show executions for async JS Objects in Audit Logs. [#]
- Default and Custom Roles now show up better under the Groups and Roles tab. [#1034]
- Users, user groups, and permissions groups are now sorted alphabetically. [#1030]
- A toggle now lets you filter roles you have set for your team over the ones we auto-create for each instance. [#1020]
🐛 Bug fixes
-
This pesky issue came back because of a recent change we made, but we have now fixed it for good for. [#20668]
- Elasticsearch wasn’t affected.
- Note that this is an issue only if you are on AWS and have IMdS v1 enabled. We strongly recommend you move to IMdS v2 on your AWS instances hosting Appsmith.
-
We inadvertently collected telemetry for one event in accounts that had telemetry off. We apologize for that oversight and have now fixed it for good. [#20670], [#1102]