Skip to content

Releases: daily-co/daily-react

0.2.5

12 Jul 13:35
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug, where assigning an updated callObject instance to DailyProvider was not stored internally and useDaily would still return the initial callObject instance.

0.2.4

08 Jul 13:11
Compare
Choose a tag to compare

Improvements

  • useDevices is now registering for the new available-devices-updated event to keep the list of media devices up to date
  • When switching to a different microphone via setMicrophone from useDevices there won't be a camera blip anymore

Bugfixes

  • Fixed useLocalParticipant to stay synchronized with daily.participants().local, even when leaving and joining a new meeting from the same callObject instance

Maintenance

0.2.3

12 May 14:30
Compare
Choose a tag to compare

Bugfixes

  • Fixed component types to be compatible with React 18

0.2.2

12 May 09:30
Compare
Choose a tag to compare

Improvements

Bugfixes

  • Fixed return type for useRoom(). It is now DailyRoomInfo | null as intended since 0.2.0, not DailyPendingRoomInfo | DailyRoomInfo | null as before 0.2.0.

0.2.1

06 May 12:40
Compare
Choose a tag to compare

Maintenance

  • Fixed peerDependencies for @daily-co/daily-js and react to allow a wider range of versions

0.2.0

03 May 13:54
Compare
Choose a tag to compare

Features

  • useParticipantIds has new 'screen' filter to get participants with active screen shares

Improvements

  • Reduced re-render cycles due to participant events
  • Reduced re-render cycles by grouping multiple state updates into transactions
  • Improved useRoom() to return meaningful room data as soon as possible
  • Improved throttling in useThrottledDailyEvent

Maintenance

  • Updated peerDependency recoil to 0.7.0

0.1.1

07 Apr 14:59
Compare
Choose a tag to compare

Bugfixes

0.1.0