v3.0.0
May 7, 2026
Rearchitecting for the Server
React-WIP-UI has been completely rewritten from the ground up to be a modern, server-first component library. We've removed all client-side requirements, CSS imports, and external dependencies.
Breaking Changes
- Removed
Banner,Modal,WIPWrapper, andWIPProvider(client components). - Removed
react-wip-ui/clientexport path. - Removed CSS stylesheet import requirement.
- Removed
lucide-reactdependency.
Added
- Added inline styles for all components (zero CSS configuration).
- Added
theme('light' | 'dark') prop to components. - Added
colors(bg, text) custom override prop to components. - Added
WIPnamespace export for dot-notation access (e.g.,WIP.Badge).
v1.0.0
May 2, 2026
Initial Release
The first stable release of React-WIP-UI, featuring a composable set of components for marking features as work-in-progress.
- Added Ribbon, Badge, Overlay, and Block server components.
- Added Banner, Modal, and WIP wrapper client components.
- Added global WIPProvider.