You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many versions ago we replaced the storage solution with a new architecture using a proper database as persistent storage layer. Though we still had to migrate old states which where stored at plain localStorage. Removing this handling is a breaking change. So we should do it with our next major release, which about to come. It will reduce the code base and simplifies it a little. Everyone who is still stuck on an old state needs to checkout any of the versions in-between to migrate, before switching to the most recent version.
Acceptance criteria
Tasks
[ ]
The text was updated successfully, but these errors were encountered:
Description
Many versions ago we replaced the storage solution with a new architecture using a proper database as persistent storage layer. Though we still had to migrate old states which where stored at plain
localStorage
. Removing this handling is a breaking change. So we should do it with our next major release, which about to come. It will reduce the code base and simplifies it a little. Everyone who is still stuck on an old state needs to checkout any of the versions in-between to migrate, before switching to the most recent version.Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: