Releases: jfyne/live
Releases · jfyne/live
v0.16.3
What's Changed
- docs: add project knowledge base for engineer workflow by @jfyne in #103
- fix: initialize closeSlow in NewSocket to avoid nil panic by @715d in #104
- fix: copy websocket.AcceptOptions to avoid CompressionMode leak by @715d in #107
- fix: protect pubsub handlers with mutex by @715d in #109
- fix(diff): save and restore live-update modifiers so they don't leak across sub-trees by @715d in #108
- fix(patch): pass new element to updated() hook instead of stale reference by @715d in #106
- fix: decouple broadcast iteration from engine socket operations by @715d in #110
- Fix race condition in RenderSocket by @715d in #105
- chore(deps): bump golang.org/x/net from 0.39.0 to 0.47.0 by @dependabot[bot] in #102
- chore(deps): bump golang.org/x/time from 0.11.0 to 0.14.0 by @dependabot[bot] in #98
- chore(deps): bump github.com/coder/websocket from 1.8.13 to 1.8.14 by @dependabot[bot] in #93
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #101
Full Changelog: v0.16.2...v0.16.3
v0.16.2
v0.16.1
What's Changed
- Bump the npm_and_yarn group across 2 directories with 6 updates by @dependabot in #75
- Bump golang.org/x/net from 0.37.0 to 0.39.0 by @dependabot in #79
- Bump actions/setup-node from 1 to 4 by @dependabot in #78
- Bump actions/setup-go from 2 to 5 by @dependabot in #77
- Bump actions/checkout from 2 to 4 by @dependabot in #76
- Fix links to all examples by @tomaspinho in #81
- fix(uploads): support passing socket id through form by @715d in #82
New Contributors
- @dependabot made their first contribution in #75
- @tomaspinho made their first contribution in #81
- @715d made their first contribution in #82
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- Removes
sync.Mutexthis fixes #14 - Adds socket data cache, between first render and WS connection state persists.
- Removes a lot of the interfaces, it was making it difficult to change implementations
- Shift examples into this repo
- Removes the concept of a session, it wasn't being used for anything
Refs:
Full Changelog: v0.15.7...v0.16.0
v0.15.7
v0.15.6
v0.15.5
What's Changed
Changeevent looks for all inputs attached to a form by @chabad360 in #65
New Contributors
- @chabad360 made their first contribution in #65
Full Changelog: v0.15.4...v0.15.5
v0.15.4
v0.15.3
What's Changed
- Support contextmenu events (aka right-click) by @delkopiso in #59
New Contributors
- @delkopiso made their first contribution in #59
Full Changelog: v0.15.2...v0.15.3
v0.15.2
What's Changed
- Improve docs by @LinuxDoku in #51
- fix: New Safari does not handle compressed websockets. by @jfyne in #55
New Contributors
- @LinuxDoku made their first contribution in #51
Full Changelog: v0.15.1...v0.15.2