Worry-free F5s
·
18 commits
to master
since this release
This release only add two things, one of which you may not see its effect:
localStorage
is now used to save code across sessions - which means, provided you are logged in with the identical username, your code will be saved with each character you type locally - and it will be restored after the UI loads. Feel free to press F5 without losing anything.- Note that if someone else logs in, it would get overwritten even if nothing was typed. Currently, your code will only get cleared if the code editor was loaded - so if he/she logs in but doesn't go to
/problems
, your code is safe.
- Note that if someone else logs in, it would get overwritten even if nothing was typed. Currently, your code will only get cleared if the code editor was loaded - so if he/she logs in but doesn't go to
react-l10n
is now deprecated as told in the previous beta release.
Tested with the same condition with v1.5.4-beta-20190506.1
.