Releases: multisynq/react-together
Releases · multisynq/react-together
Release-0.3.3
- Added Cursorscomponent
- Added useCursorshook
- Added useNicknameshook
- Added useAllNicknameshook
- Added throttleDelayoption touseStateTogether
- Added throttleDelayoption touseStateTogetherWithPerUserValues
- Added rememberUsersprop toReactTogethercomponent
- Added deriveNicknameprop toReactTogethercomponent
- Added nicknameproperty toConnectedUserinterface
- Deprecated nameproperty inConnectedUserinterface
Full Changelog: Release-0.3.2...Release-0.3.3
Release-0.3.2
What's Changed
- Fixed useStateTogetherbug withundefinedvalues
- Added ChatMessageinterface
Full Changelog: Release-0.3.1...Release-0.3.2
Release-0.3.1
What's Changed
- Added omitMyValueoption flag inuseStateTogetherWithPerUserValues
- Added useChathook
- Added <Chat/>component
Full Changelog: Release-0.3.0...Release-0.3.1
Release-0.3.0
0.3.0
2024-12-13
- Added resetOnDisconnectoption flag inuseStateTogether
- Added resetOnDisconnectoption flag inuseStateTogetherWithPerUserValues
- Added resetOnConnectoption flag inuseStateTogetherWithPerUserValues
- Added keepValuesoption flag inuseStateTogetherWithPerUserValues
- Added overwriteSessionValueoption flag inuseStateTogetherWithPerUserValues
- Added userIdprop toReactTogethercomponent
- Removed sessionIgnoresUrlattribute fromReactTogether.sessionParamsproperty
- Added sessionIgnoresUrlprop toReactTogethercomponent
- Include CHANGELOG.mdin package
Release-0.2.0
0.2.0
2024-11-01
- Added useFunctionTogetherhook
- Added useCreateRandomSessionhook
- Added useIsTogetherhook
- Added useJoinUrl
- Added useLeaveSessionhook
- Added useMyIdhook
- Added SessionManagercomponent
- Added nameprop toReactTogether.sessionParams
- Added passwordprop toReactTogether.sessionParams
- Added highlightMyselfprop toHoverHighlightercomponent
- Added utilsmodule with:- getSessionNameFromUrlfunction
- getSessionPasswordFromUrlfunction
- getJoinUrlfunction
- getCleanUrlfunction
 
- Renamed ConnectedViewstoConnectedUsers
- Renamed PresenceDivtoHoverHighlighter
- Renamed useConnectedViewstouseConnectedUsers
- Renamed useHoveringViewstouseHoveringUsers
- useHoveringUsersnow returns whether the local user is hovering the targeted element
- useHoveringUsersoptions do not receive the- highlightMyselfparameter anymore
- ReactTogethercomponent joins session if- rtNameand- rtPwdspecified in URL
- Reexport @croquet/reactasCroquetReactobj
- Removed useReactTogetherContext