Highlights
- Reworked the tab bar layout so the outer bar acts as a stable shell and only the buttons scroll inside it.
- Replaced the popup card editor flow with inline per-card editing in the visual editor (UI editing is now supported inside Bubble Card popups).
- Replaced the preview-based card picker with a simple no-preview picker (helps with compatibility).
- Reorganized the visual editor into collapsible sections and added style controls for card, bar, and button design options.
- Added a separate
button_hover_border_coloroption.
Breaking Changes
- Public styling option names have been clarified in the docs and visual editor. New configs should use:
tabs_alignmentinstead ofalignmentcard_*instead ofcontainer_*bar_*instead oftab_buttons_*button_*instead of the older button style names such asbackground-color,border-color, andtext-color
show_fadehas been removed from the visual editor and no longer affects rendering.- The tab bar layout behavior changed: the bar itself no longer scrolls; only the buttons inside it do.
Notes
Legacy config aliases are still accepted in code for now to ease migration, but they are no longer the preferred documented names.