Skip to content

Releases: ArcaneWizards/arcanejs

@arcanejs/toolkit@6.0.1

14 Jan 21:42
ed184c5

Choose a tag to compare

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

14 Jan 21:42
ed184c5

Choose a tag to compare

Patch Changes

  • Updated dependencies [9523eb0]
    • @arcanejs/toolkit@6.0.1

@arcanejs/toolkit@6.0.0

07 Jan 21:08
5cd8c56

Choose a tag to compare

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 initializeWebsocket incorrectly resolving too early.
    initializeWebsocket now only resolves after the socket has been opened.

  • Updated dependencies [9aec7b1]

    • @arcanejs/toolkit-frontend@0.9.0

@arcanejs/toolkit-frontend@0.9.0

07 Jan 21:08
5cd8c56

Choose a tag to compare

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

07 Jan 21:08
5cd8c56

Choose a tag to compare

Patch Changes

  • Updated dependencies [87d1735]
  • Updated dependencies [21bdd2e]
    • @arcanejs/toolkit@6.0.0

@arcanejs/toolkit@5.0.1

02 Jan 18:24
c2b1168

Choose a tag to compare

Patch Changes

  • Ensure charset meta is set in HTML

@arcanejs/react-toolkit@0.12.3

02 Jan 18:24
c2b1168

Choose a tag to compare

Patch Changes

  • Updated dependencies
    • @arcanejs/toolkit@5.0.1

@arcanejs/toolkit@5.0.0

19 Dec 12:58
cd124fe

Choose a tag to compare

Patch Changes

  • Updated dependencies [5e4ad6a]
    • @arcanejs/toolkit-frontend@0.8.0

@arcanejs/toolkit-frontend@0.8.0

19 Dec 12:58
cd124fe

Choose a tag to compare

Minor Changes

  • 5e4ad6a: Allow for color preferences to be overridden

    Introduce a new hook useColorSchemePreferences which 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

19 Dec 12:58
cd124fe

Choose a tag to compare

Patch Changes

  • @arcanejs/toolkit@5.0.0