• v1.0.10
    v1.0.10

    @liveblocks/client

    • Fix a bug related to proactive token expiration detection.
    • Internal refactorings.
    • Add unstable_fallbackToHTTP option to the core client to support messages over 1MB.

    @liveblocks/node

    • Fix incorrect status code when Liveblocks server cannot be reached temporarily.
  • v1.0.9
    v1.0.9

    @liveblocks/client

    • Export LiveListUpdate, LiveMapUpdate, and LiveObjectUpdate types used by the storage update callback.
    • Export new utility, toPlainLson, to assist in calling the initialize storage API.
    • Internal refactorings.
  • v1.0.8
    v1.0.8

    @liveblocks/client

    • Internal refactorings.

    create-liveblocks-app

    • Added flags for creating config files with --init. (e.g. --framework react)
    • Added an error if an incorrect flag is used.
    • Slightly changed the format of the default config file.

    @liveblocks/client

    • Internal refactorings.
  • v1.0.7
    v1.0.7
    • Private API changes only.
  • v1.0.6
    v1.0.6

    Internal changes

    • Release create-liveblocks-app along with other Liveblocks packages, using the same versioning scheme.
    • Internal refactorings.
  • v1.0.5
    v1.0.5

    Non-existent.

  • v1.0.4
    v1.0.4

    Non-existent.

  • v1.0.3
    v1.0.3

    Non-existent.

  • v1.0.2
    v1.0.2
    • Fix bug where passing down shouldInitiallyConnect connection option would not always work.
  • v1.0.1
    v1.0.1
    • Log stack traces of function calls that resulted in rejected storage mutations to the console in non-production builds to ease debugging.

    @liveblocks/client

    • Fixes bug where the state of others in a room was wrong when:
      • Client A disconnects improperly (ex: computer goes to sleep)
      • Then Client B disconnects (ex: computer goes to sleep)
      • Then Client A reconnects: client B still shows in the others state
Previous
Next