You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release contains breaking changes across components, APIs, and styling. Key highlights:
12
+
13
+
-**Enum removal**: Removed all deprecated enum exports and static properties across 30+ components. Use string literals instead. Run `npx @vibe/codemod --migration v4` to migrate automatically.
14
+
-**Dropdown**: Complete API rewrite replacing the react-select-based implementation with a new custom component.
15
+
-**Dialog**: Migrated from Popper.js to Floating UI (`@floating-ui/react-dom`). The `modifiers` prop is replaced by `middleware`.
16
+
-**AttentionBox**: New component promoted from `@vibe/core/next`. Legacy props removed; type values renamed.
-**TipseenImage**: Removed — use `TipseenMedia` with an `<img>` child instead.
19
+
20
+
For the full list of breaking changes and migration instructions, see the [v4 migration guide](https://vibe.monday.com/?path=/docs/migration-guide--docs).
0 commit comments