Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 1.97 KB

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.

[Unreleased]

1.0.2 - 2024-11-22

Fixed

  • Cleanup player-ui before destroying player on unmount(#18

1.0.1 - 2024-10-01

Fixed

  • UI config not respected for default UI (#16)

1.0.0 - 2024-06-25

Added

  • Initial React wrapper implementation (#1)
  • CI workflow (#2)
  • Release workflow (#3)
  • Skip CHANGELOG update option to the release workflow (#6)
  • Pre-commit hook for linting (#9)
  • Example (#10)
  • Contribution guide (#10)
  • Issue template (#10)
  • Reinitialize the player on changes in the player config or UI config (#12)

Changed

  • Improve UIVariant imports (#4)
  • Include React 18 in peer dependencies (#5)
  • Safe NPM login in the release workflow (#7)

Fixed

  • HMR breaks rendering (#8)
  • Use the initial player ref to avoid redundant callbacks (#14)