Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 612 Bytes

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 612 Bytes

Changelog

All notable changes to this project will be documented in this file.

[5.0.0] - YYYY-MM-DD

Changed

  • Upgraded to fully support React 18
  • Updated ReactDOM import structure to use named imports
  • Switched to modern createPortal implementation
  • Updated peer dependencies to require React 16.8.0 or higher
  • Fixed test setup for React 18 compatibility

Added

  • Full support for React 18's concurrent rendering features
  • Improved documentation with React 18 migration notes

[4.9.2] - Previous Version

  • Support for React 18 added as peer dependency
  • Minor bug fixes and improvements