-
Notifications
You must be signed in to change notification settings - Fork 36
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
Removed polyfills #19
base: master
Are you sure you want to change the base?
Conversation
Thanks for the PR. |
Added an extra paragraph after the installation section. Considering this may be a breaking change in some browsers, I assume a version number bump would also be required? |
Correct |
Hmm... Following semver this would have to be 1.2.0->2.0.0 then? Kind of a big jump for such a small change. But technically we are no longer compatible with |
Excatly |
- 3bc876b is considered a breaking change, version should reflect that
- Updated build no longer includes polyfills
Done, and re-built so that the dist folder is also up to date with the changes. |
Is there any updates for this? Our app is still in Vue 2.X and apparently using |
Fixes #14. Removes polyfills for reasons detailed in the issue.