mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
changelog [ci skip]
This commit is contained in:
parent
814ea9fc0e
commit
538e096111
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.2.0.0 (unreleased)
|
||||||
|
|
||||||
|
- Assets (Sass, JS, fonts) moved from `vendor/assets` to `assets`. `bootstrap.js` now contains concatenated JS.
|
||||||
|
- Compass generator now copies JS and fonts, and provides a better default `styles.sass`.
|
||||||
|
- Compass, Sprockets, and Mincer asset path helpers are now provided in pure Sass: `bootstrap-compass`, `bootstrap-sprockets`, and `bootstrap-mincer`.
|
||||||
|
Asset path helpers must be imported before `bootstrap`, more in Readme.
|
||||||
|
- Sprockets / Mincer JS manifest has been moved to `bootstrap-mincer.js`.
|
||||||
|
It can be required without adding Bootstrap JS directory to load path, as it now uses relative paths.
|
||||||
|
- Sprockets: `depend_on_asset` (`glyphicons.scss`) has been changed to `depend_on` to work around an issue with `depend_on_asset`.
|
||||||
|
[More information](https://github.com/twbs/bootstrap-sass/issues/592#issuecomment-46570286).
|
||||||
|
|
||||||
## 3.1.1.0
|
## 3.1.1.0
|
||||||
|
|
||||||
- Updated Bower docs
|
- Updated Bower docs
|
||||||
|
|
Loading…
Add table
Reference in a new issue