|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 2.2.1 |
| 4 | + |
| 5 | + * Fixed issue with dropdowns border-top-radius (https://github.com/designmodo/Flat-UI-Pro-Support/issues/460); |
| 6 | + * Fixed conflict issue of jquery-ui and bootstrap button.js (https://github.com/designmodo/Flat-UI-Pro-Support/issues/465); |
| 7 | + * Added holder.js library; |
| 8 | + * Added test case for typeahead component; |
| 9 | + * Typeahead: fixed form-control styling; |
| 10 | + * Various small bugfixes and improvements. |
| 11 | + |
| 12 | +## 2.2.0 |
| 13 | + |
| 14 | +###Misc |
| 15 | + |
| 16 | + * Bootstrap upgraded to v3.2.0; |
| 17 | + * jQuery upgraded to v1.11.1; |
| 18 | + * Bower support added (all dependencies are set as packages using bower); |
| 19 | + * Grunt support added: now, you can use assembly and testing process automation tools for less/js files, launch a local server or watch process for less compilation on-the-fly (grunt modules: concat, uglify, jshint, jscs, csslint, autoprefixer, csscomb, cssmin, etc.); |
| 20 | + * Added 101 template, compiled and minimized js/less file versions are now located in `/dist` directory, you can use them for quick start; |
| 21 | + * Documentation is moved to `/docs` folder; |
| 22 | + * More examples added (`docs/examples`); |
| 23 | + |
| 24 | +###CSS |
| 25 | + |
| 26 | +####Misc: |
| 27 | + |
| 28 | + * Video player, pagination and tooltip modules remade and updated; |
| 29 | + * Helper classes for huge margin/padding .mha, .pha (https://github.com/designmodo/Flat-UI/issues/128); |
| 30 | + * Add a variable for `.dl-horizontal`'s offset; |
| 31 | + * Add variables for `.pager`; |
| 32 | + * Various small bugfixes and improvements. |
| 33 | + |
| 34 | +####Mixins: |
| 35 | + |
| 36 | + * Modularized the mixins into separate files. We now have a mixins directory in our less folder that @imports all the mixins into mixins.less (https://github.com/twbs/bootstrap/pull/12998); |
| 37 | + * Refactor scale mixins to ensure both .scale(x) and .scale(x, y) work (https://github.com/twbs/bootstrap/pull/12459); |
| 38 | + * Add .animation-fill-mode() mixin (https://github.com/twbs/bootstrap/pull/12855); |
| 39 | + |
| 40 | +####Glyphicons: |
| 41 | + * All glyphicons updated; |
| 42 | + * New 27 social and 50 other icons added; |
| 43 | + * Selection.json file added – now, you can again edit the font with icons using Icomoon service; |
| 44 | + |
| 45 | +####Navbar: |
| 46 | + * Add .navbar-link support; |
| 47 | + * Correctly reset .btn-link colors in a navbars (https://github.com/twbs/bootstrap/pull/12813); |
| 48 | + |
| 49 | +####Buttons: |
| 50 | + |
| 51 | + * Scope .open button state in .button-variant() mixin to immediate children (https://github.com/twbs/bootstrap/pull/13079); |
| 52 | + |
| 53 | +####Forms: |
| 54 | + |
| 55 | + * Support added for `.feedback-icons` (added to Bootstrap 3.1.0. Note: `.input-icon` no longer supported); |
| 56 | + * Add .form-group-sm/-hg/-lg (https://github.com/twbs/bootstrap/pull/13856); |
| 57 | + |
| 58 | +###JS |
| 59 | + |
| 60 | + * Checkbox and radio plugin improved: now, a single plugin is used for both types of elements, more methods and have been added, and the plugin no longer conflicts with AngularJS, css-only styling; |
| 61 | + * Fix `.noConflict()` mode for radiocheck plugin (https://github.com/twbs/bootstrap/pull/11966); |
| 62 | + * Select improved, now, `select2` library is used instead of `bootstrap-select`; |
| 63 | + * Switch redesigned, `bootstrap-switch` updated to v3.0.2; |
| 64 | + * Instead of `jquery-tags-input`, `bootstrap-tagsinput` v0.4.2 is now being used. |
| 65 | + |
| 66 | +## 2.1.3 |
| 67 | + * Bootstrap upgraded to v3.1.0; |
| 68 | + * Respond.js upgraded to v1.4.2; |
| 69 | + * Optimized file indentations, 2 spaces are now used instead of tabs, `.editorconfig` file is added; |
| 70 | + * Added variables font-path, font-name and font-id (https://github.com/twbs/bootstrap/issues/12164) for local fonts and glyphicons; |
| 71 | + * Added the ability to change the navbar height through the variables `@navbar-height-base` and `@navbar-height-large`; |
| 72 | + * 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); |
| 73 | + * Add `.small` support to blockquote citations (https://github.com/twbs/bootstrap/pull/11414); |
| 74 | + * Reorder the headings with body text and text emphasis classes (https://github.com/twbs/bootstrap/issues/11515); |
| 75 | + * Remove color from outline reset for improved outlines on focus (https://github.com/twbs/bootstrap/pull/11551); |
| 76 | + * Remove unnecessary prefixes for gradient mixins given our stated browser support (https://github.com/twbs/bootstrap/pull/11694); |
| 77 | + * Add line-height to progress bar for proper text alignment within (https://github.com/twbs/bootstrap/issues/10407); |
| 78 | + * Use `@screen-xx-xx` variables instead of hardcoded pixel values in modules; |
| 79 | + * Enable use of form validation class on `.radio`, `.checkbox`, `.radio-inline`, and `.checkbox-inline` (https://github.com/twbs/bootstrap/issues/10522); |
| 80 | + * Add `<kbd>` element styles to indicate user input via keyboard (https://github.com/twbs/bootstrap/issues/11193); |
| 81 | + * Add `.animation()` mixins(https://github.com/twbs/bootstrap/issues/11244); |
| 82 | + * Prevent the double borders between multiple buttons in an input group (https://github.com/twbs/bootstrap/issues/11435); |
| 83 | + * Updated `.scale()` mixin so that it accepts optional vertical scale as second parameter (https://github.com/twbs/bootstrap/issues/11748); |
| 84 | + * 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); |
| 85 | + * Add `.make-xs-column` mixins to complement the recently added extra small predefined grid classes (https://github.com/twbs/bootstrap/issues/11829); |
| 86 | + * Add and use `.text-emphasis-variant()` mixin for emphasis classes (https://github.com/twbs/bootstrap/issues/12247); |
| 87 | + * Add and use `.bg-variant()` mixin to generate background classes (https://github.com/twbs/bootstrap/issues/12248); |
| 88 | + * Reset height on `select[multiple]` in `.input-size()` mixin (https://github.com/twbs/bootstrap/issues/12422); |
| 89 | + * Account for badges within buttons by matching background to text color and text color to background (https://github.com/twbs/bootstrap/issues/11268); |
| 90 | + * Drop the abbr element from the `.initialism` selector (https://github.com/twbs/bootstrap/issues/11277); |
| 91 | + * Add `.small` support to blockquote citations (https://github.com/twbs/bootstrap/issues/11414); |
| 92 | + * Various small bugfixes and improvements. |
| 93 | + |
| 94 | +## 2.1.2 |
| 95 | + * Bootstrap upgraded to v3.0.3; |
| 96 | + * 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`; |
| 97 | + * Forms: added support for `legend`, `.help-block`, fixed rounded serch form on iOS, fixed desabled input background and opacity, added support for input-groups; |
| 98 | + * Slider: added vertical orientation; |
| 99 | + * Various small bugfixes and improvements. |
| 100 | + |
| 101 | +## 2.1.1 |
| 102 | + * Typography improved (new global variables, padding and margins changed for basic elements, global default font-size now is 18px, with a line-height of 1.722, added support for `<abbr>`, `<address>`, `<code>`, `<pre>`, right-aligned `<blockquote>`); |
| 103 | + * Buttons module completely rewritten (new global variables, buttons now require a .btn-default for the standard version, added support for .btn-link); |
| 104 | + * Fixed some bugs in `.navbar`; |
| 105 | + * Mixins updated (added standard mixins from Bootstrap 3); |
| 106 | + * Layout updated for stylized select and dropdown menu; |
| 107 | + * Various small bugfixes and improvements. |
| 108 | + |
| 109 | +## 2.1 |
| 110 | + * Bootstrap upgraded to v3.0; |
| 111 | + * Added support for better box model; |
| 112 | + * Update html5 video player to version 4.1; |
| 113 | + * Added components documentation and sturt-up template; |
| 114 | + * Various small bugfixes and improvements. |
| 115 | + |
| 116 | +## 2.0 |
| 117 | + * Compatibility with Flat UI Pro (Less instead of Sass), Bootstrap upgraded to 2.3.1, grids refinements, various Less compiler bugfixes, Video module bugfix, various small bugfixes. |
| 118 | + |
| 119 | +## 1.1 |
| 120 | + * New icons, Login screen implemented to a real HTML one. Small bug fixes and refinements. |
| 121 | + |
| 122 | +## 1.0 |
| 123 | + * Fixed several small IE bugs |
0 commit comments