There are some small bugfixes in here, as well as improvements to the hot-reloading code. This is mostly intended to be a sort of "last patch" before merging the code-splitting changes in #3988, so that there is a patch people can pin to in case those inadvertently introduce any regressions.
What's Changed
- fix: bump workspace dependency versions (closes #4146) by @gbj in #4149
- Version updates + stable hot-reloading by @gbj in #4161
- feat: support conversion from signals and optional get extension for TextProp by @mahdi739 in #4159
- docs: add warning for reading hash on the server by @TERRORW0LF in #4158
- fix: three hot-reloading bugs ( closes #3191 ) by @shadr in #4154
- chore(deps): bump the rust-dependencies group across 1 directory with 15 updates by @dependabot[bot] in #4152
- We're kinda prod-ready by @rakshith-ravi in #4148
- chore: examples - bumped version numbers for sqlx and this error. by @martinfrances107 in #4126
- fix(CI): check latest commit for version release instead of version tag by @sabify in #4150
- Disable default features for Actix by @dbanty in #3921
- feat: add
debug_log!
,debug_error!
,console_debug_log
andconsole_debug_error
by @mahdi739 in #4160 - fix(hot-reload): implement Myers diffing algorithm by @shadr in #4162
- fix(hot-reload): hot-reload stops working when number of views changes in a file + small fixes by @shadr in #4167
New Contributors
Full Changelog: v0.8.3...v0.8.4