Bootstrap 4 Alpha 4 Released
51–60 of 78 posts
Re: Bootstrap 4 Alpha 4 Released
#52I see a lot of people here and on GitHub project page complaining about compatibility with older versions of bootstrap. I don't get it - if your project is already working on older version of bootstrap - why even bother updating it, I mean it's only CSS code, it's not like it will bring you any speed improvements or something...I think it's neither bad or good thing that new version of bootstrap less and less compati…
> I mean it's only CSS code, it's not like it will bring you any speed improvements or something Most people who use bootstrap3 use the JavaScript also. I suspect the worry is in 2 years (or however long they are bug fixing bootstrap3), newer browsers will start to break on bootstrap3, and you will have a complex way forward. What bootstrap4 is doing is good, but it also can cause pain for users of bootstrap3.
Re: Bootstrap 4 Alpha 4 Released
#53Earlier quoted context omitted.
Presumably because at some point Bootstrap 3 will stop getting bug fixes. Historically, what has been their end-of-life policy?
So based on their github and some searching with google, historically they didn't have much of an end-of-life policy, because there were no bugfix releases for v1.x.x after v2 came out, and no bugfix releases for v2.x.x after v3 came out: v3.0.0 - 2013-08-19 v3.0.0 RC1 - 2013-07-27 v2.3.2 - 2013-07-27 v2.3.1 - 2013-03-01 v2.0.0 - 2012-01-31 v1.4.0 - 2011-11-03 v1.3.0 - 2011-09-16 With major version 4 still being in a…
Re: Bootstrap 4 Alpha 4 Released
#54What's new? I haven't been following bootstrap 4, ( especially since I switched to http://semantic-ui.com/ ). * I see a list of themes priced at 100$ :/ (maybe that's a good thing?) * "Moved from Less to Sass". OK, that's a late addition but always welcomed. (Although there was already an unofficial sass version of bootstrap.) * "Opt-in flexbox support is here". Why would flexbox not be opt-out? * "giving you more op…
Re: Bootstrap 4 Alpha 4 Released
#55Earlier quoted context omitted.
> I mean it's only CSS code, it's not like it will bring you any speed improvements or something Most people who use bootstrap3 use the JavaScript also. I suspect the worry is in 2 years (or however long they are bug fixing bootstrap3), newer browsers will start to break on bootstrap3, and you will have a complex way forward. What bootstrap4 is doing is good, but it also can cause pain for users of bootstrap3.
> newer browsers will start to break on bootstrap3 Is that a common thing for browsers to break on older, previously compatible CSS?
Re: Bootstrap 4 Alpha 4 Released
#56Re: Bootstrap 4 Alpha 4 Released
#57https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Reminds me of swing and similar layout managers.
Re: Bootstrap 4 Alpha 4 Released
#58What's new? I haven't been following bootstrap 4, ( especially since I switched to http://semantic-ui.com/ ). * I see a list of themes priced at 100$ :/ (maybe that's a good thing?) * "Moved from Less to Sass". OK, that's a late addition but always welcomed. (Although there was already an unofficial sass version of bootstrap.) * "Opt-in flexbox support is here". Why would flexbox not be opt-out? * "giving you more op…
Re: Bootstrap 4 Alpha 4 Released
#59Earlier quoted context omitted.
> newer browsers will start to break on bootstrap3 Is that a common thing for browsers to break on older, previously compatible CSS?
Are there any cases of browsers breaking on older web standards? The only things I can think of that ever broke are plugins (Java, Flash) and vendor-specific extensions (e.g. lots of IE quirks).
Probably only things experimental, non spec are in danger, but it's safe to think css is very future proof compared other languages designed for layouts.
Re: Bootstrap 4 Alpha 4 Released
#60Earlier quoted context omitted.
> newer browsers will start to break on bootstrap3 Is that a common thing for browsers to break on older, previously compatible CSS?
Are there any cases of browsers breaking on older web standards? The only things I can think of that ever broke are plugins (Java, Flash) and vendor-specific extensions (e.g. lots of IE quirks).