Features
Changing the default Git branch
Great news! You can now easily change your default Git branch — for example, to the one you’re actively working on.
Here’s what happens when you set a new default branch:
- The project loads from this branch automatically.
- It becomes the base branch for all new branches.
- It’s used as the default target for pull requests.
- It acts as the source branch when duplicating projects.
Module upgrades + the new Embedded App component
We’ve upgraded how Modules work to improve both their performance and flexibility:
- Modules are now rendered without an iframe.
- They load and render faster than ever.
- Data flow between the module and the app works just like before.
We’ve also introduced the new Embedded App component:
No breaking changes — everything keeps working smoothly.
You can embed any app using this new component.
Existing modules are now listed as regular apps in the App list.
Check out our documentation for more details - Modules & Embedded App.
Overflow controls + Text wrapping for Tabs & Tabset
We’ve enhanced the Tabs & Tabset components with new layout controls. You can choose between Arrows or Scroll for handling overflow — both work seamlessly together.
Long tab names? Now you can enable text wrapping to keep things readable and tidy.
Bug fixes
- add rate limit on profile update
- auth: support multi paths apps
- default branch migration performance
- image: do not allow accessing storage URLs of different orgs
- input: hover border color