Releases: liveview-native/liveview-native-core
Releases · liveview-native/liveview-native-core
v0.4.1-rc-1
What's Changed
- Move the
LiveSocket
andLiveChannel
api into one central object - make old socket navigation API take socket join arguments. by @mobile-bungalow in #289 - Make client reload messages describe the triggering action by @mobile-bungalow in #314
- API to prevent resource leaks - and advisory fixes by @mobile-bungalow in #323
0.4.1-rc-0
What's Changed
- handle event serialization in core by @mobile-bungalow in #284
- add join params to navigation by @mobile-bungalow in #298
0.4.0-rc-6
Swift Package Release 0.4.0-rc-6
0.4.0-rc-5
What's Changed
- Bump kotlinx-coroutines from 1.9.0 to 1.10.0 in /crates/core/liveview-native-core-jetpack by @dependabot in #267
- bump to newest liveview by @mobile-bungalow in #270
- Bump cranelift-entity from 0.114.0 to 0.115.0 by @dependabot in #271
- Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 in /crates/core/liveview-native-core-jetpack by @dependabot in #272
- Add tests for elixir side redirects. by @mobile-bungalow in #273
- response headers and join url by @mobile-bungalow in #274
Full Changelog: 0.4.0-rc-4...0.4.0-rc-5
0.4.0
Swift Package Release 0.4.0
0.4.0-rc-4
What's Changed
- Fix auth flow, store session state and cookies in core. by @mobile-bungalow in #268
0.4.0-rc-3
0.4.0-rc-2
Auxillary Utilities, navigation API rework by @mobile-bungalow in #264
0.4.0-rc-1
What's Changed
Features
- Connection Error HTML for unsuccessful dead renders by @simlay in #234
- wasm integration test parity progress with LiveView. by @mobile-bungalow in #242
- Initial navigation implementation by @mobile-bungalow in #239
- Uniffi CI docs for Swift by @simlay in #241
Fixes
- Resolve #185: Remove redundant environment variable by @mobile-bungalow in #191
- Append siblings when inserting before a cursor. by @mobile-bungalow in #202
- Fix stream struct issue by @simlay in #193
- Fix #192 integration tests by @mobile-bungalow in #196
- Fix #66 : Iframe and other tags cause document parser to shift into raw text mode by @mobile-bungalow in #203
- Fix upload code: remove hardcoded event values by @mobile-bungalow in #219
- Fix #246 Navigation leaks documents by @mobile-bungalow in #256
- Fix #227 locking the document during event handlign casusing a hang. by @mobile-bungalow in #229
Full Changelog: 0.4.0-alpha-11...0.4.0
v0.4.0-alpha-14
What's Changed
Fixes
- #227 Fix locking the document during event handling causing a hang. by @mobile-bungalow in #229
Changes
- Revert upload API by @mobile-bungalow in #230
- Connection Error HTML for unsuccessful dead renders by @simlay in #234
- Resolve components prior to render by @mobile-bungalow in #235
- Add Navigation API by @mobile-bungalow in #239