Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 520 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 520 Bytes

Changelog

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

[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