Releases: ExactTarget/fuelux-mctheme
v1.7.0
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
v1.6.2
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
v1.6.1
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
v1.6.0
Feature release
New icons:
Plumbing
v1.5.4
v1.5.3
v1.5.2
v1.5.1
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
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.