I wonder why they have removed sortable tables. Not a hard thing to re-add if you need it, but why the hassle? I used them a lot as a designer as it is one of the most appreciated things for my clients from the desktop-application world who expect it as a given and disappointed when it's not available.
In the Google Group, Mark Otto mentioned that he didn't want to have it as a dependency (it was the only 3rd party plugin) and raised a concern with it having its own themes.
Bootstrap 2.0, From Twitter
41–50 of 163 posts
Re: Bootstrap 2.0, From Twitter
#42> With Bootstrap 2, we've gone fully responsive. This would imply a fluid grid, which it lacks. http://www.zeldman.com/2011/07/06/responsive-design-i-dont-t...
http://twitter.github.com/bootstrap/examples/fluid.html
In any case, fixed width layouts which adapt to screen sizes are also considered a form of responsive design.
Re: Bootstrap 2.0, From Twitter
#43Re: Bootstrap 2.0, From Twitter
#44http://twitter.github.com/bootstrap/download.html
(Bonus: note the use of ScrollSpy to pin the sub-menu on that page!)
Re: Bootstrap 2.0, From Twitter
#45Re: Bootstrap 2.0, From Twitter
#46Anyone that's already done it - how easy is it to upgrade from 1.4?
Re: Bootstrap 2.0, From Twitter
#47Love the new stuff - any reason why you removed the animation effects of button presses? I always thought that was one of the coolest pieces of bootstrap
I'm curious about this as well. I was checking out the 2.0-wip earlier today and all of the button animations remained intact.
Re: Bootstrap 2.0, From Twitter
#48> With Bootstrap 2, we've gone fully responsive. This would imply a fluid grid, which it lacks. http://www.zeldman.com/2011/07/06/responsive-design-i-dont-t...
It has an optional fluid grid: http://twitter.github.com/bootstrap/examples/fluid.html In any case, fixed width layouts which adapt to screen sizes are also considered a form of responsive design.
Re: Bootstrap 2.0, From Twitter
#49Some other useful css frameworks include http://blueprintcss.org/ and http://compass-style.org/ , if you are interested. That being said, I have used all three for different projects and have enjoyed working with bootstrap the most.