Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 733 Bytes

File metadata and controls

32 lines (19 loc) · 733 Bytes

Changelog

All notable changes to the react-smart-conditional package will be documented in this file.

[1.0.4] - 2025-03-05

Added

  • Added support for React 19.

[1.0.3] - 2025-03-05

Fixed

  • Excluded ref and unsupported props when as is a React.Fragment to prevent React warnings and errors.

[1.0.1] - 2024-09-11

Changes

  • Updated GitHub link in README.md

[1.0.0] - 2024-09-07

Added

  • Initial release of react-smart-conditional
  • Created Show component in src/components/show directory
    • Implemented conditional rendering logic
    • Added support for basic conditional statements
  • Set up project structure and development environment
  • Added basic documentation and usage examples