-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.3.0 #50
base: master
Are you sure you want to change the base?
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.