Releases: solidjs-community/solid-primitives
Releases · solidjs-community/solid-primitives
@solid-primitives/websocket@1.4.0
Minor Changes
- bd7876e: Fix reconnect loop in
makeReconnectingWS: thecloseevent listener is now removed from the oldWebSocketinstance before a new connection is created. Previously, closing the old socket during reconnection would trigger the listener again and schedule an extra reconnect, causing duplicate connections under certain timing conditions.
@solid-primitives/memo@1.5.0
Minor Changes
- 0ebdd1a: Added createRcMemo primitive for memos that are only awake while there are listeners.
@solid-primitives/deep@0.3.6
Patch Changes
- Updated dependencies [0ebdd1a]
- @solid-primitives/memo@1.5.0
@solid-primitives/date@2.1.7
Patch Changes
- Updated dependencies [0ebdd1a]
- @solid-primitives/memo@1.5.0
@solid-primitives/sse@0.0.102
Patch Changes
- 326d05f: Fix memory leak when app-level retries are exhausted in
createSSE. Previously, when all reconnect attempts were used up and theEventSourcewas permanently closed,currentCleanupwas never called — leaving theEventSourceinstance and its event listeners alive in memory, and thesourcesignal pointing to a stale handle. Now anelse ifbranch explicitly callscurrentCleanup(), clears the reference, and sets thesourcesignal toundefined.
@solid-primitives/virtual@0.2.3
Patch Changes
- Updated dependencies [6680ab9]
- @solid-primitives/utils@6.4.0
@solid-primitives/utils@6.4.0
Minor Changes
-
6680ab9: Add string transform utilities:
json,ndjson,lines,number,safe,pipe.These are
(string) => Ttransform functions useful as thetransformoption for SSE, WebSocket, and similar streaming primitives.
@solid-primitives/upload@0.1.4
Patch Changes
- Updated dependencies [6680ab9]
- @solid-primitives/utils@6.4.0
@solid-primitives/trigger@1.2.3
Patch Changes
- Updated dependencies [6680ab9]
- @solid-primitives/utils@6.4.0
@solid-primitives/styles@0.1.3
Patch Changes
- Updated dependencies [6680ab9]
- @solid-primitives/utils@6.4.0
- @solid-primitives/rootless@1.5.3