Widget Roadmap
- Released
- 100%
- 2
Display roadmap in the embeddable widget.
We're thrilled to announce the release of Widget Builder, a powerful new tool that makes it easier than ever to customize your widgets and see your changes in real-time!
With Widget Builder, you have complete control over your widget preferences. You can choose from a range of options to customize the look and feel of your widget, including color schemes, placement, and more. And the best part? You can see your changes live as you make them, so you can be confident that your widget will look exactly how you want it to.
Click here to check it out.
Added | Added new |
Added | Added empty state copy. |
Changed | BREAKING CHANGE - the |
Changed | The |
Fixed | Fixed the scroll position on project and view select. |
We got a ton of new features for you! A few notable ones are:
- Unread release badges - notify your users of new releases by showing the count in the trigger badge. We check for new releases every five(5) minutes.
- Widget directions - adjust the direction widget window appears. You can emulate a modal window.
- Events - subscribe to widget events. Read more about them in our doc.
Added | Added a trigger badge that shows the count of unread releases. |
Added | Added new |
Added | Added new
|
Added | Added new |
Added | Ability to click on the release links. |
Added | Added new |
Added | Added new ` |
Added | Added new ` |
Fixed | Fixed the Subscribe button URL |
Fixed | Fixed the project scoping. |
Fixed | Fixed the release change list font size. |
We’ve gone dark y’all! We are following up on our previous release and rolling out dark mode for our widget. Unlike the page, dark mode is enabled programmatically, with no toggles.
While embedding the widget, you now have an optional theme
attribute that you can pass. It accepts one of three values:
light
- light themedark
- dark themeauto
- auto-detect based on the user’s computer system settings
We default to our usual light
theme to avoid shocking your eyes with the new theme. In the future, this property default value be changed to auto
.
onsetWidgetSettings = {
page: 'releases.onset.io',
triggerText: "🔔 What's New",
theme: 'dark',
};
Check out our widget documentation for more configuration options.