Releases: EmberMN/ember-cli-bootswatch
Releases · EmberMN/ember-cli-bootswatch
Version 1.13.3
Minor update that just bumps a few dependency versions.
Version 1.13.2
Bugfix, apparently the blueprint normalizeEntityName()
is still required...
Bump in the night
Just a few general updates from the previous release;
- Bumped bower deps for bootstrap / bootswatch to 3.3.6
- Bumped the chalk dep to 1.1.1
- Removed old code for ember-cli < 0.1.2
- Updated LICENSE.md year
- Made note about ember-cli 2.x compatibility
Stable!
Extras
There are a couple new configuration features added with this release;
excludeCSS
option to do exactly that, mainly for SASS/LESS needs [3f7e037]theme
option now supports 'default' and 'bootstrap' to import standard/enhanced Bootstrap themes (instead of a Bootswatch theme) [32b41a2]
Other notable changes include;
- The
theme
option is no longer required but will default to 'default' and cause a warning the the cli console [32b41a2] - Chalk dependency has been updated to 1.0.0 [7d6fd41]
- Removed references to ember-cli-bootstrap since it has been depreciated [4233336]
- Warning if addon configured to do nothing, all exclude options enabled [b6d5460]
- Made note of CSP violations showing up in the cli console [27fb629]
The next update (0.3.0) should include better support for SASS/LESS (if possible) before a 1.0.0 release!