-
Notifications
You must be signed in to change notification settings - Fork 66
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
update/remove unneeded JS vendors #2416
Comments
I don't think we need html5shiv anymore, since we have dropped support for older versions of IE. "The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x." |
We currently use Modernizr 2.6.2, but the latest version is Modernizr 2.8.3, so it should be upgraded. It is still useful for detecting browser features and applying custom CSS classes, based on the detected features. Modernizr is not a polyfill, so it doesn't add features to a browser. It only detects what is available. Webshim is polyfill that adds features. So, the two can work in conjunction with each other. |
Both Demo: http://afarkas.github.io/webshim/demos/demos/cfgs/input-color.html |
PickyColor is for BC only. As this issue is scheduled for 2.0.0 probably both scripts can be removed then without problems. |
Depends on #2034 |
How about removing the following ones, too:
|
not sure why that ticket was closed without removing this lib. But throwing errors now, so removing
Several vendors are included in our own repo.
Many of these, in combination with those included at by composer, are either redundant, woefully out of date, or irrelevant.
These libraries should be updated or removed as appropriate. Some others should be justified for the continued inclusion in the core.
possible redundancies:
Color
shim/shiv/polyfill
tree
calendars
There are others probably . I realize SOME of these are present due to BC concerns and this is understandable.
For 2.0.0 we should significantly reduce this...
@shefik @cmfcmf @Guite
The text was updated successfully, but these errors were encountered: