Skip to content

Releases: EmberMN/ember-cli-bootswatch

Version 1.13.3

27 Jan 16:52
Compare
Choose a tag to compare

Minor update that just bumps a few dependency versions.

Version 1.13.2

02 Mar 20:49
Compare
Choose a tag to compare

Bugfix, apparently the blueprint normalizeEntityName() is still required...

Bump in the night

02 Mar 20:23
Compare
Choose a tag to compare

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!

02 Mar 20:24
Compare
Choose a tag to compare
v1.13.0

1.13.0

Extras

22 May 20:53
Compare
Choose a tag to compare

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!

Minion

29 Dec 19:37
Compare
Choose a tag to compare

Just some minor changes to documentation, comments, and now backwards compatible with ember-cli 0.0.41. Also documented the new ember install:addon feature in the README.md!

Dep Free

23 Dec 16:02
Compare
Choose a tag to compare

Fixed issue #7 where using ember-addon.after hook inherently caused a dependency for ember-cli-bootstrap. Will re-implement once ember-cli issue 2313 is fixed.

It Works!

23 Dec 06:19
Compare
Choose a tag to compare

Finally should have the initial bugs worked out. Fixed a dependency issue and enabled running addon blueprint without an entity name.

Squashed

23 Dec 05:49
Compare
Choose a tag to compare

Well then, here is the first bug fix. Error when installing, Cannot read property 'pkg' of null. Issue #3, fixed.

Uno!

23 Dec 03:13
Compare
Choose a tag to compare

The very first release of ember-cli-bootswatch. PR's welcome!