Hacker News new | ask | show | jobs
by fdgdasfadsf 3568 days ago
As has been repeated many times here. Bootstrap has javascript as well as CSS.
1 comments

So same question then -- previously compatible javascript breaking in newer browsers is a thing? Are there some common examples of this (e.g. not just edge cases).
This is not relevant. We are considering the interaction between our code and the library. If the library has breaking changes to its api our code will no long work with it when the library needs to be updated to the new version and our site will break until our code is changed...
> We are considering the interaction between our code and the library.

Ah. The comment I replied to was not about this, but about bootstrap 3 breaking in newer browsers.

Fair enough. Your question makes sense then. The trouble is without security updates there is bound to be some exploit that will go un-patched so when support for bootstrap 3 finishes we will have to upgrade to 4 whether we like it or not.