Releases: multisynq/react-together
Releases · multisynq/react-together
Release-0.3.3
- Added
Cursors
component - Added
useCursors
hook - Added
useNicknames
hook - Added
useAllNicknames
hook - Added
throttleDelay
option touseStateTogether
- Added
throttleDelay
option touseStateTogetherWithPerUserValues
- Added
rememberUsers
prop toReactTogether
component - Added
deriveNickname
prop toReactTogether
component - Added
nickname
property toConnectedUser
interface - Deprecated
name
property inConnectedUser
interface
Full Changelog: Release-0.3.2...Release-0.3.3
Release-0.3.2
What's Changed
- Fixed
useStateTogether
bug withundefined
values - Added
ChatMessage
interface
Full Changelog: Release-0.3.1...Release-0.3.2
Release-0.3.1
What's Changed
- Added
omitMyValue
option flag inuseStateTogetherWithPerUserValues
- Added
useChat
hook - Added
<Chat/>
component
Full Changelog: Release-0.3.0...Release-0.3.1
Release-0.3.0
0.3.0
2024-12-13
- Added
resetOnDisconnect
option flag inuseStateTogether
- Added
resetOnDisconnect
option flag inuseStateTogetherWithPerUserValues
- Added
resetOnConnect
option flag inuseStateTogetherWithPerUserValues
- Added
keepValues
option flag inuseStateTogetherWithPerUserValues
- Added
overwriteSessionValue
option flag inuseStateTogetherWithPerUserValues
- Added
userId
prop toReactTogether
component - Removed
sessionIgnoresUrl
attribute fromReactTogether.sessionParams
property - Added
sessionIgnoresUrl
prop toReactTogether
component - Include
CHANGELOG.md
in package
Release-0.2.0
0.2.0
2024-11-01
- Added
useFunctionTogether
hook - Added
useCreateRandomSession
hook - Added
useIsTogether
hook - Added
useJoinUrl
- Added
useLeaveSession
hook - Added
useMyId
hook - Added
SessionManager
component - Added
name
prop toReactTogether.sessionParams
- Added
password
prop toReactTogether.sessionParams
- Added
highlightMyself
prop toHoverHighlighter
component - Added
utils
module with:getSessionNameFromUrl
functiongetSessionPasswordFromUrl
functiongetJoinUrl
functiongetCleanUrl
function
- Renamed
ConnectedViews
toConnectedUsers
- Renamed
PresenceDiv
toHoverHighlighter
- Renamed
useConnectedViews
touseConnectedUsers
- Renamed
useHoveringViews
touseHoveringUsers
useHoveringUsers
now returns whether the local user is hovering the targeted elementuseHoveringUsers
options do not receive thehighlightMyself
parameter anymoreReactTogether
component joins session ifrtName
andrtPwd
specified in URL- Reexport
@croquet/react
asCroquetReact
obj - Removed
useReactTogetherContext