Features
- adding clamps for subflow drag and drops of blocks (#2460)
- fix(blog): add back unoptimized tag, fix styling (#2461)
- improvement(copilot): add edge handle validation to copilot edit workflow (#2448)
- improvement(helm): added SSO and cloud storage variables to helm charts (#2454)
- feat(docs): added 404 page for the docs (#2450)
- feat(compare-schema): ci check to make sure schema.ts never goes out of sync with migrations (#2449)
- fix(auth): added same-origin validation to forget password route, added confirmation for disable auth FF (#2447)
- fix(workflow-state, copilot): prevent copilot from setting undefined state, fix order of operations for copilot edit workflow, add sleep tool (#2440)
Improvements
- Merge pull request #2451 from simstudioai/improvement/SIM-514-useWebhookUrl-conditioning
Bug Fixes
- fix failing lint from os contributor (#2459)
- fix(teams): webhook notifications crash (#2426)
- fix(blog): revert back to using next image tags in blog (#2458)
- fix(ui): fixed visibility issue on reset passowrd page (#2456)
- fix(notifs): inactivity polling filters, consolidate trigger types, minor consistency issue with filter parsing (#2452)
- Revert "fix(salesforce): updated to more flexible oauth that allows production, developer, and custom domain salesforce orgs (#2441) (#2444)" (#2441)
- fixing lint errors
- fixing a react component:
- fix(salesforce): updated to more flexible oauth that allows production, developer, and custom domain salesforce orgs (#2441) (#2441)
- fixing the useWbehookManangement call to only call the loadwebhookorgenerateurl function when the useWebhookurl flag is true
- fix(condition): async execution isolated vm error (#2446)
Other Changes
- Merge branch 'main' into staging