Skip to content

Tags: twentyhq/twenty

Tags

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent workflow step title from transferring between steps. (#1…

…6762)

fixes (#16754)

Solution:
Add key prop to CommandMenuWorkflowStepInfo to force React to remount
the component when switching between steps, ensuring fresh state.



https://github.com/user-attachments/assets/77f51f5b-6b25-4c05-aaf7-8704ab8bee0f

v1.13.11

Toggle v1.13.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resolve react warning when updating state during render in Setti…

…ngsPublicDomainsListCard (#16700)

Closes #15154

v1.13.10

Toggle v1.13.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[DASHBOARDS] Add the ability to click to create a widget (#16673)

## Video QA


https://github.com/user-attachments/assets/813a2040-6ee9-418c-b7da-1126c9720446

v1.13.9

Toggle v1.13.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
E2B var env fix (#16576)

v1.13.8

Toggle v1.13.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix APIKey typing (#16541)

Following this #16540
Those were not failing (yet) but were wrongly typed and error prone

---------

Co-authored-by: Guillim <[email protected]>