Conversation
|
What is the upgrade path for this? From our chats before I figured this was making some breaking changes. If so, I think it would be wise to bump the major version so NPM doesn't just break people's apps. |
|
No breaking changes in Most of the work is done, but it needs a lot of testing before releasing. I'm not sure yet if I want to try and get crosstab working on mobile with iframes for The next steps to |
|
Is this safe to test? |
|
It should be safe to test, yes, but to be honest development has effectively stalled due to inherent issues with Windows 10 and localStorage on IE/Edge. There is an OS dependency in handling localStorage, and the way it happens changed from Windows 7 to 10 (8 is possibly affected as well). I can't engineer around it using localStorage, and using alternatives, like IndexedDB are simply too slow, or cannot be relied upon. It will still work the vast majority of the time, but it feels really bad to know something just doesn't work for a modern browser. |
|
Chrome on Windows 10 should be fine though, no? What changed from 7/8 -> 10 in IE/Edge? |
|
If you want the full reading, this has a good breakdown: bemson/subetha-bridge#1 If you want the short version: |
No description provided.