You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,33 @@ You are allowed to use these elements anywhere you want, however we’ll highly
15
15
## Changelog
16
16
17
17
+ 2.1.3
18
+
* Bootstrap upgraded to stable 3.1.0;
19
+
* Respond.js upgraded to v1.4.2;
20
+
* Optimized file indentations, 2 spaces are now used instead of tabs, ```.editorconfig``` file is added;
21
+
* Added variables font-path, font-name and font-id(https://github.com/twbs/bootstrap/issues/12164) for local fonts and glyphicons;
22
+
* Added the ability to change the navbar height through the variables ```@navbar-height-base``` and ```@navbar-height-large```;
23
+
* Add ```@grid-float-breakpoint-max``` to better link navbar behavior across viewports and improve customization when setting ```@grid-float-breakpoint```(https://github.com/twbs/bootstrap/issues/11610);
24
+
* Add ```.small``` support to blockquote citations(https://github.com/twbs/bootstrap/pull/11414);
25
+
* Reorder the headings with body text and text emphasis classes(https://github.com/twbs/bootstrap/issues/11515);
26
+
* Remove color from outline reset for improved outlines on focus(https://github.com/twbs/bootstrap/pull/11551);
27
+
* Remove unnecessary prefixes for gradient mixins given our stated browser support(https://github.com/twbs/bootstrap/pull/11694);
28
+
* Add line-height to progress bar for proper text alignment within(https://github.com/twbs/bootstrap/issues/10407);
29
+
* Use ```@screen-xx-xx``` variables instead of hardcoded pixel values in modules;
30
+
* Enable use of form validation class on ```.radio```, ```.checkbox```, ```.radio-inline```, and ```.checkbox-inline```(https://github.com/twbs/bootstrap/issues/10522);
31
+
* Add ```<kbd>``` element styles to indicate user input via keyboard(https://github.com/twbs/bootstrap/issues/11193);
* Prevent the double borders between multiple buttons in an input group(https://github.com/twbs/bootstrap/issues/11435);
34
+
* Updated ```.scale()``` mixin so that it accepts optional vertical scale as second parameter(https://github.com/twbs/bootstrap/issues/11748);
35
+
* Don't set ```@headings-font-family``` to the same font stack as the ```<body>```; instead, just use inherit for same default CSS(https://github.com/twbs/bootstrap/issues/11741);
36
+
* Add ```.make-xs-column``` mixins to complement the recently added extra small predefined grid classes(https://github.com/twbs/bootstrap/issues/11829);
37
+
* Add and use ```.text-emphasis-variant()``` mixin for emphasis classes(https://github.com/twbs/bootstrap/issues/12247);
38
+
* Add and use ```.bg-variant()``` mixin to generate background classes(https://github.com/twbs/bootstrap/issues/12248);
39
+
* Reset height on ```select[multiple]``` in ```.input-size()``` mixin(https://github.com/twbs/bootstrap/issues/12422);
40
+
* Account for badges within buttons by matching background to text color and text color to background(https://github.com/twbs/bootstrap/issues/11268);
41
+
* Drop the abbr element from the ```.initialism``` selector(https://github.com/twbs/bootstrap/issues/11277);
42
+
* Add ```.small``` support to blockquote citations(https://github.com/twbs/bootstrap/issues/11414);
43
+
* Various small bugfixes and improvements.
44
+
18
45
+ 2.1.2
19
46
* Bootstrap upgraded to 3.0.3;
20
47
* Navbar completely rewriten, added new states (default, inverse, embossed, large, fixed-top, fixed-bottom, static-top), now you can use basic navbar elements: ```.navbar-form```, ```.navbar-btn```, ```.navbar-text```, ```.navbar-link```;
0 commit comments