From e7b107741a514f0adcf141c00b8accb1d960b29a Mon Sep 17 00:00:00 2001 From: mdo Date: Sun, 2 Dec 2012 23:47:27 -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 0c237e9..296c93e 100644 --- a/Upcoming-3.0-changes.md +++ b/Upcoming-3.0-changes.md @@ -27,6 +27,10 @@ While our last major version bump (2.0) was a complete rewrite of the docs, CSS, ### Type - Dropped the `@altFontFamily` variable. +### 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. +- ❑ Allow form field states to apply to individual inputs. + ### Icons - Converted to Glyphicons v1.7 @font-face, dropping the old PNGs.