Skip to content

Releases: Tap30/client-socket-manager

@tapsioss/react-client-socket-manager@0.7.0

11 Nov 08:14
a9238bd

Choose a tag to compare

Minor Changes

Patch Changes

@tapsioss/client-socket-manager@0.7.0

11 Nov 08:14
a9238bd

Choose a tag to compare

Patch Changes

@tapsioss/react-client-socket-manager@0.6.0

22 Jul 09:51
b370fd9

Choose a tag to compare

Patch Changes

@tapsioss/client-socket-manager@0.6.0

22 Jul 09:51
b370fd9

Choose a tag to compare

Minor Changes

  • #22 e36974c Thanks @amir78729! - - [BREAKING CHANGE] The devtool field within the ClientSocketManager's constructor options has been updated from a boolean to an object. This change allows for more granular control over development tools.

    • Previously: devtool: boolean
    • Now: devtool: { enabled: boolean; zIndex?: number; }
    • The enabled property maintains the previous boolean functionality, while the optional zIndex property allows for specifying the stacking order of devtool elements.
  • #19 bce3ae7 Thanks @amir78729! - Add hideDevtool and showDevtool methods to the ClientSocketManager.

Patch Changes

@tapsioss/react-client-socket-manager@0.5.0

01 Jul 09:12
bcedf99

Choose a tag to compare

Patch Changes

  • Updated dependencies [dc77847]:
    • @tapsioss/client-socket-manager@0.5.0

@tapsioss/client-socket-manager@0.5.0

01 Jul 09:12
bcedf99

Choose a tag to compare

Minor Changes

@tapsioss/react-client-socket-manager@0.4.0

31 May 07:56
988254c

Choose a tag to compare

Minor Changes

  • #13 3e65a1a Thanks @amir78729! - Add shouldUseStob optional property to the SocketClientProvider for using the ClientSocketManagerStub instead of ClientSocketManager for SSR and tests.

Patch Changes

  • Updated dependencies [3e65a1a]:
    • @tapsioss/client-socket-manager@0.4.0

@tapsioss/client-socket-manager@0.4.0

31 May 07:56
988254c

Choose a tag to compare

Minor Changes

  • #13 3e65a1a Thanks @amir78729! - Add ClientSocketManagerStub class to the package for SSR and tests.

react@0.3.0

04 Mar 11:34

Choose a tag to compare

What's Changed

  • feat(react): update types and expose necessary types by @mimshins in #8

Full Changelog: https://github.com/Tap30/client-socket-manager/compare/react@0.2.1...react@0.3.0

core@0.3.0

04 Mar 11:30

Choose a tag to compare

What's Changed

  • feat(core): add new listeners for instantiation and disposal by @mimshins in #7

Full Changelog: https://github.com/Tap30/client-socket-manager/compare/react@0.2.1...core@0.3.0