Releases: ArcaneWizards/arcanejs
@arcanejs/toolkit@6.0.1
Patch Changes
-
9523eb0: Avoid fragment in WS URLs
Avoid a bug where websocket connections would fail to initialize if the current
window has a fragment in the URL.
@arcanejs/react-toolkit@0.12.5
Patch Changes
- Updated dependencies [9523eb0]
- @arcanejs/toolkit@6.0.1
@arcanejs/toolkit@6.0.0
Minor Changes
-
21bdd2e: Allow for incoming server listeners to be modified while running
Make it possible to programatically listen to additional ports and hosts,
and close those connections at any point.
Patch Changes
-
87d1735: Address bug where messages are sent to closed socket
When first trying to send a message while there's no active connection,
for example after a connection has just been closed,
the send would fail as it wouldn't wait for the connection to be open.This was due to
initializeWebsocketincorrectly resolving too early.
initializeWebsocketnow only resolves after the socket has been opened. -
Updated dependencies [9aec7b1]
- @arcanejs/toolkit-frontend@0.9.0
@arcanejs/toolkit-frontend@0.9.0
Minor Changes
-
9aec7b1: Breaking: Update connection state
Update the way in which state is handled internally,
and allow for connection state to be exposed using react context,
including a function allowing custom components to request a reconnect.
@arcanejs/react-toolkit@0.12.4
@arcanejs/toolkit@5.0.1
Patch Changes
- Ensure charset meta is set in HTML
@arcanejs/react-toolkit@0.12.3
Patch Changes
- Updated dependencies
- @arcanejs/toolkit@5.0.1
@arcanejs/toolkit@5.0.0
Patch Changes
- Updated dependencies [5e4ad6a]
- @arcanejs/toolkit-frontend@0.8.0
@arcanejs/toolkit-frontend@0.8.0
Minor Changes
-
5e4ad6a: Allow for color preferences to be overridden
Introduce a new hook
useColorSchemePreferenceswhich can be used by
custom components to introduce UI that allows a user to override their theme
preferences (and not just use OS settings),
and saves the changes to localStorage.
@arcanejs/react-toolkit@0.12.2
Patch Changes
- @arcanejs/toolkit@5.0.0