1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

Updated Upcoming 3.0 changes (markdown)

mdo
2012-12-09 21:43:29 -08:00
parent f874ba883e
commit 6a5c736f08

@@ -30,6 +30,10 @@ While our last major version bump (2.0) was a complete rewrite of the docs, CSS,
### Forms
- **Updated box modal for inputs.** Switched to `box-sizing: border-box;` and `width: 100%;` by default for all textual inputs. This means you'll need to specify a size for inputs, whereas before 3.0 inputs had a set width (around 220px) to start.
- Deprecated `.input-prepend` and `.input-append` for `.input-group`.
- ❑ Finish implementing new input groups with segmented button dropdowns.
- ❑ Separate single button dropdowns from segmented button dropdowns with unique classes.
- ❑ Rename button group to segmented controller.
- ❑ Allow form field states to apply to individual inputs.
### Icons