Back to Home

Changelog

All notable changes to React-WIP-UI will be documented here.

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, and WIPProvider (client components).
  • Removed react-wip-ui/client export path.
  • Removed CSS stylesheet import requirement.
  • Removed lucide-react dependency.

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 WIP namespace 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.