You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7.5 KiB

Changelog

2.2.1

2.2.0

###Misc

  • Bootstrap upgraded to v3.2.0;
  • jQuery upgraded to v1.11.1;
  • Bower support added (all dependencies are set as packages using bower);
  • 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.);
  • Added 101 template, compiled and minimized js/less file versions are now located in /dist directory, you can use them for quick start;
  • Documentation is moved to /docs folder;
  • More examples added (docs/examples);

###CSS

####Misc:

  • Video player, pagination and tooltip modules remade and updated;
  • Helper classes for huge margin/padding .mha, .pha (https://github.com/designmodo/Flat-UI/issues/128);
  • Add a variable for .dl-horizontal's offset;
  • Add variables for .pager;
  • Various small bugfixes and improvements.

####Mixins:

####Glyphicons:

  • All glyphicons updated;
  • New 27 social and 50 other icons added;
  • Selection.json file added – now, you can again edit the font with icons using Icomoon service;

####Navbar:

####Buttons:

####Forms:

###JS

  • 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;
  • Fix .noConflict() mode for radiocheck plugin (https://github.com/twbs/bootstrap/pull/11966);
  • Select improved, now, select2 library is used instead of bootstrap-select;
  • Switch redesigned, bootstrap-switch updated to v3.0.2;
  • Instead of jquery-tags-input, bootstrap-tagsinput v0.4.2 is now being used.

2.1.3

2.1.2

  • Bootstrap upgraded to v3.0.3;
  • 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;
  • Forms: added support for legend, .help-block, fixed rounded serch form on iOS, fixed desabled input background and opacity, added support for input-groups;
  • Slider: added vertical orientation;
  • Various small bugfixes and improvements.

2.1.1

  • 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>);
  • Buttons module completely rewritten (new global variables, buttons now require a .btn-default for the standard version, added support for .btn-link);
  • Fixed some bugs in .navbar;
  • Mixins updated (added standard mixins from Bootstrap 3);
  • Layout updated for stylized select and dropdown menu;
  • Various small bugfixes and improvements.

2.1

  • Bootstrap upgraded to v3.0;
  • Added support for better box model;
  • Update html5 video player to version 4.1;
  • Added components documentation and sturt-up template;
  • Various small bugfixes and improvements.

2.0

  • 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.

1.1

  • New icons, Login screen implemented to a real HTML one. Small bug fixes and refinements.

1.0

  • Fixed several small IE bugs