From 6a5c736f08f679c157e2225b9c58580379692881 Mon Sep 17 00:00:00 2001 From: mdo Date: Sun, 9 Dec 2012 21:43:29 -0800 Subject: [PATCH] Updated Upcoming 3.0 changes (markdown) --- Upcoming-3.0-changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Upcoming-3.0-changes.md b/Upcoming-3.0-changes.md index 4634326..d9dc777 100644 --- a/Upcoming-3.0-changes.md +++ b/Upcoming-3.0-changes.md @@ -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