Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 635 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 635 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0] - 2025-02-08

Added

  • Possibility to pass socketio options to the component

Changed

  • Removed defaultProps to prep for Dash 3.0

[1.0.1] - 2024-03-11

Added

  • Disconnect on component unmount
  • Add pathname info when socket connects

Fixed

  • Added proper dependency array to useMemo and useEffect

[1.0.0] - 2024-03-05

Added

  • First working version