Changelog
Keep up-to-date with the latest updates and enhancements in the React changelog.
For step-by-step instructions on upgrading from Nova React v2.x to v3.x, refer to the migration guide.
3.1.0 (2026-03-20)
This release introduces new component properties, hooks, and pattern improvements. Key additions include the
Features
- Button: Allow button to accept primary type
- Label: All labels now extend typography
- Table: Added
property - useModel: Added new hook for form state management
- usePagination: Added compact mode
- usePagination: Optional props for provided/controlled state
- useTabs: Allows controlled selected index value
- Utility:
now adds by default - Dynamic Table: Complete default pattern example with base shared components
Bug Fixes
- Application Layouts: Footer background color now applies correctly
- Components: Removed
to suppress React 19 deprecation warning - Dropdown: Dropdown items padding corrected
- Screen Reader: Correct component selector typo in API
- Chat: Pattern examples now use
prop for consistency - Chat: Adds validation reset and responsive behavior
- Chat: Responsive padding on chat bubbles
- Chat: Uses dialog content for dark mode
- File Upload: Upload dialog flexible with boundaries
- File Upload: Prevent card shift from uploading text
- File Upload: Lowercases file extensions in display text
- Dynamic Table: Remove nested components for proper React rendering
3.0.0 (2025-09-26)
Features
- Added a collection of patterns:
- Application layout
- Chat
- File Upload
- Wizard
2.5.4 (2025-04-11)
Features
- Initial release of the nova-react library.
- Added a collection of components:
- Accordion
- Anchor link menu
- Avatar
- Badge
- Banner
- Breadcrumbs
- Button
- Checkbox
- Chip
- Color selector
- Combobox
- Content card
- Date and time selectors
- Dialog
- Divider
- Dropdown menu
- Flag
- Footer
- Horizontal navigation
- Icon
- Input
- Label
- Link
- Listbox
- Logo
- Multiselect
- Navigation drawer
- Pagination
- Panel
- Progress
- Radio
- Section message
- Select
- Switch
- Table
- Tabs
- Toggle button
- Tooltip
- Vertical navigation
- Wizard
- Added several hooks:
- use-accordion
- use-card-number-validation
- use-debounce
- use-focus-trap
- use-listbox
- use-pagination
- use-tabs
- use-wizard
- Added Utility and UtilityFragment components.
Content Loading
Code switcher loading