Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Releases: ExactTarget/fuelux-mctheme

v1.7.0

07 Aug 18:15
Compare
Choose a tag to compare

We highly recommend using version 1.7.1 instead.

Specificity change on tags and type helper classes

All mctheme definitions are prefixed with .fuelux to isolate styles to only Fuel UX areas of code. Previously utility styles found in less/bootstrap-override/type.less were missing the .fuelux wrapper.

Breaking change

  • Increased specificity by applying .fuelux before helpers #327

Bug fixes

  • Fixed type helper classes (.text-lg, .text-danger, .h4, etc) and tags (body, p, etc) not applying #327

v1.6.3

07 Aug 16:58
Compare
Choose a tag to compare

Remove breaking change #327

v1.6.2

05 Aug 18:45
Compare
Choose a tag to compare

We highly recommend using version 1.7.1 instead.

*** USE AT YOUR OWN RISK ***

Includes unrecognized breaking change. Greater specificity added to helper classes and tags (#327) resulting in unexpected overrides of some app style definitions.

A 1.6.3 patch will be provided with the above mention change removed and a 1.7.0 release will be provide including the breaking change.

For more specifics on specificity check this out.

Bug fixes release

This release contains a number of improvements and bug fixes for the following controls

  • Repeater (sticky columns, multi select, action)
  • Buttons
  • Icons

Also much better documentation navigation at fuelux-mctheme.herokuapp.com

New features and bugfixes

  • Fixed button text black caused by bootstrap :active:focus and :active:hover definition #333
  • Icons respect button size #332
  • Repeater styles for native sticky column, multi select, and action menu [repeater] #329
  • Fixed inline radio button bouncing on hover [radio] #326
  • Fixed helper classes (.text-lg, .text-danger, .h4, etc) not applying #327

Documentation

  • better documentation navigation #334
  • even better documentation navigation #335

v1.6.1

30 Jul 16:55
Compare
Choose a tag to compare

Bugfixes release

This release contains a variety of wizard modifications, a few extra icons, support for icons in "button links" and increased Windows OS support.

New features and bugfixes

  • Repeater with actions: Align buttons with UI pattern repeater #318
  • Align icon in "button link" #316
  • Hide disabled wizard buttons per pattern [wizard] #315
  • Add no-border variation for modal support [wizard] #314
  • Align wizard example to wizard pattern [wizard] #313
  • Add caret up, caret left icons, support Windows OS better #323 - Fixes npm install errors and warnings when developing in Windows. Updates dependency.

Plumbing

  • Make semver version "secure" #311
  • Add caret up, caret left icons, support Windows OS better #323

v1.6.0

13 Jul 18:45
Compare
Choose a tag to compare

Feature release

New icons:

  • Create disabled style for refresh icon icons [icons] - #308
  • Add line icon icons [icons] - #307

Plumbing

  • Remove use of !important [bootstrap native] [checkbox/radio] [tree] - #302
  • Make publishable on NPM for non-bower folks [plumbing] - #303
  • Change license to BSD-3 [plumbing] - #309
  • Added an example of repeater actions to fuelux example page and updated styles. [repeater] - #306

v1.5.4

17 Jun 15:36
Compare
Choose a tag to compare

Bugfix release

Increase specificity of wizard steps to override FUX 3.8 - #301

v1.5.3

02 Jun 19:43
Compare
Choose a tag to compare

Bugfix release

Bugfixes

Use .btn-group-lg, .btn-group-sm, .btn-group-xs for button groups - #296
Show examples of correct markup all four button group sizes - #297

v1.5.2

22 May 21:09
Compare
Choose a tag to compare

Bugfix Release

Bugfixes

  • Added css3 selector for last of type as long as it isn't the only one. #292
  • Update primary and warning text colors #286

v1.5.1

05 May 20:39
Compare
Choose a tag to compare

New features and improvements

Add CSS-only loader animation with an SVG icon. (Example icon is labeled .fuelux-icon-loader) #276

Bugfixes

Remove PNG spritesheet and add hover icons to collapse panels #274
Remove blue background from radios (no JavaScript version) #280

v1.5.0

27 Apr 20:39
Compare
Choose a tag to compare

New features and improvements

  • Add additional SVG icons: Round 3 (spring 2015). This removes the need for a spritesheet.png file. Please update to this release if you are receiving 404 errors. View current set in #260
  • Add wizard step secondary text styles #269

Bugfixes

  • Re-draw breadcrumb icon to align with previous raster version #268
  • Re-draw breadcrumb icon to scale down better. #268
  • Fix breadcrumb and help icon broken by removal of raster spritesheet #266
  • Remove !important CSS override in repeater-list #259

There are no breaking changes in this release only new features and bugfixes. However, v1.6.0 will contain a possibly breaking change. A .fuelux wrapper class will be needed to "namespace" the CSS. Please add '.fuelux` to your body tag to apply this theme in the next release. Most teams are already doing this and it should not affect them.