Skip to content

Releases: EmberMN/ember-cli-bootswatch

Version 2.0.3

Choose a tag to compare

@Panman82 Panman82 released this 02 Apr 15:02

Bumped dependencies.

Version 2.0.2

Choose a tag to compare

@Panman82 Panman82 released this 17 Jan 14:16

Bumped dependencies. 4.2.x of bootstrap/bootswatch

Version 2.0.1

Choose a tag to compare

@Panman82 Panman82 released this 01 Oct 19:03

Bump deps for CVE-2018-14041 (#19)

Version 2.0.0

Choose a tag to compare

@Panman82 Panman82 released this 16 Apr 13:24

Changes since 1.13.4

  • Removed bower dep, moved to npm = All bootswatch / bootstrap assets are now imported from node_modules using a new feature in ember-cli 2.15
  • Updated bootswatch/bootstrap deps to 4.x = The 2.x version of this addon will import the 4.x series of bootswatch and bootstrap
  • Option names have been "inverted" = All of the option names have changed from being exclusive to inclusive, and better align with ember-bootstrap by using "import" as the prefix.
    • Warnings will appear on build when the "old" options appear in the app ember-cli-build.js
  • Sass support with ember-cli-sass = The addon will now auto-detect ember-cli-sass and import the Sass files
  • Ability to import specific list of JavaScript plugins = Instead of importing all bootstrap JavaScript plugins, you can now pass an array of specific plugin names
    • Note, to selectively import CSS for specific plugins, you'll need to use Sass
  • Ability to import Popper.js = Bootstrap 4.x has a new dependency on Popper.js. When a plugin requiring popper is included, this addon will also import Popper.js
  • Refined Fastboot support = There was a slight chance of getting a warning on Fastboot build previously. Technically this addon is not needed at all during Fastboot build, only on client-side build.

Version 2.0.0-beta.5

Version 2.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@Panman82 Panman82 released this 12 Mar 15:17

We've moved! Now under the EmberMN organization. Also added the Contributing guidelines and ember Code of Conduct.

Version 2.0.0-beta.4

Version 2.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@Panman82 Panman82 released this 05 Mar 17:45

Version 2.0.0-beta.3

Version 2.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@Panman82 Panman82 released this 11 Feb 23:05

Fixed falsy indexOf()'s

Version 2.0.0-beta.2

Version 2.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@Panman82 Panman82 released this 11 Feb 22:58

Bugfix for node v4 support (array.includes() not supported until v6)

Version 2.0.0-beta.1

Version 2.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@Panman82 Panman82 released this 06 Feb 18:52

First release for bootswatch v4 and using npm for dependencies! One new option added too, includeJSPlugins to limit which are imported. Considering changing the defaults to NOT include the JavaScript plugins and maybe change names to better align with ember-bootstrap, please leave your feedback in an Issue before 2.0.0 stable is released!

Version 1.13.4

Choose a tag to compare

@Panman82 Panman82 released this 28 Jun 14:20
v1.13.4

1.13.4