Releases: EmberMN/ember-cli-bootswatch
Releases · EmberMN/ember-cli-bootswatch
Version 2.0.3
Version 2.0.2
Bumped dependencies. 4.2.x of bootstrap/bootswatch
Version 2.0.1
Bump deps for CVE-2018-14041 (#19)
Version 2.0.0
Changes since 1.13.4
- Removed
bower
dep, moved tonpm
= All bootswatch / bootstrap assets are now imported fromnode_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
- Warnings will appear on build when the "old" options appear in the app
- Sass support with
ember-cli-sass
= The addon will now auto-detectember-cli-sass
and import the Sass files- See the Sass section in the README for more details
- 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
We've moved! Now under the EmberMN organization. Also added the Contributing guidelines and ember Code of Conduct.
Version 2.0.0-beta.4
- Less work for Fastboot
- Added Sass support
- Invert the configuration options (with depreciation warnings)
Version 2.0.0-beta.3
Fixed falsy indexOf()
's
Version 2.0.0-beta.2
Bugfix for node v4 support (array.includes()
not supported until v6)
Version 2.0.0-beta.1
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
v1.13.4 1.13.4