Skip to content

Releases: EmberMN/ember-cli-bootswatch

Version 2.0.3

02 Apr 15:02
Compare
Choose a tag to compare

Bumped dependencies.

Version 2.0.2

17 Jan 14:16
Compare
Choose a tag to compare

Bumped dependencies. 4.2.x of bootstrap/bootswatch

Version 2.0.1

01 Oct 19:03
Compare
Choose a tag to compare

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

Version 2.0.0

16 Apr 13:24
Compare
Choose a tag to compare

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

12 Mar 15:17
Compare
Choose a tag to compare
Version 2.0.0-beta.5 Pre-release
Pre-release

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

Version 2.0.0-beta.4

05 Mar 17:45
Compare
Choose a tag to compare

Version 2.0.0-beta.3

11 Feb 23:05
Compare
Choose a tag to compare
Version 2.0.0-beta.3 Pre-release
Pre-release

Fixed falsy indexOf()'s

Version 2.0.0-beta.2

11 Feb 22:58
Compare
Choose a tag to compare
Version 2.0.0-beta.2 Pre-release
Pre-release

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

Version 2.0.0-beta.1

06 Feb 18:52
Compare
Choose a tag to compare
Version 2.0.0-beta.1 Pre-release
Pre-release

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

28 Jun 14:20
Compare
Choose a tag to compare
v1.13.4

1.13.4