August 20th, 2023
New

You can now showcase your latest app updates in a fullscreen popup, ensuring that your users are always in the loop about new features.
Both dark & light modes are supported and setting it up is super easy.
For existing changelog widget users:
To activate this feature, simply add the following lines to your initialization function:
Featurebase("initialize_changelog_widget", {
organization: "yourorganization",
placement: "right",
theme: "light",
fullscreenPopup: true, // NEW - Enables the popup
usersName: "John" // NEW - Uses the name for the Welcome back text
})New to our changelog widget?
If you're not already using our changelog widget, check out how to set it up from our developer documentation.