Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-11-25 02:06:35 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-11-25 02:06:35 +0300
commit446b41a5af0f20f139a6d33ded2a62101c3bd5a1 (patch)
tree5759f4d1f81bd4ca0b19019bbd9c7a1ae36410d5
parent5ad0746ff394aa810e730eefec69f65036450e66 (diff)
Bump to 3.3.6v3.3.6
-rw-r--r--CHANGELOG.md9
-rw-r--r--README.md3
-rw-r--r--bower.json3
-rw-r--r--lib/bootstrap-sass/version.rb2
-rw-r--r--package.json2
-rw-r--r--templates/project/_bootstrap-variables.sass2
6 files changed, 16 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01137960..166d9ffd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 3.3.6
+
+Bumps Sass dependency to 3.3.4+ to avoid compatibility issues with @at-root.
+Bumps node-sass dependency to ~3.4.2 for Node.js v5 compatibility. [#986](https://github.com/twbs/bootstrap-sass/issues/986)
+Fixes breadcrumb content issues on libsass. [#919](https://github.com/twbs/bootstrap-sass/issues/919)
+Fixes a Rails 5 compatibility issue. [#965](https://github.com/twbs/bootstrap-sass/pull/965)
+
+Framework version: Bootstrap **v3.3.6**
+
## 3.3.5
Fix for standalone Compass extension compatibility. [#914](https://github.com/twbs/bootstrap-sass/issues/914)
diff --git a/README.md b/README.md
index 234d7e38..3275a897 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Please see the appropriate guide for your environment of choice:
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default.
```ruby
-gem 'bootstrap-sass', '~> 3.3.5'
+gem 'bootstrap-sass', '~> 3.3.6'
gem 'sass-rails', '>= 3.2'
```
@@ -287,6 +287,7 @@ The upstream versions vs the Bootstrap for Sass versions are:
| Upstream | Sass |
|---------:|--------:|
+| 3.3.6 | 3.3.6 |
| 3.3.5 | 3.3.5 |
| 3.3.4 | 3.3.4 |
| 3.3.2 | 3.3.3 |
diff --git a/bower.json b/bower.json
index c4719e0b..ac583e0b 100644
--- a/bower.json
+++ b/bower.json
@@ -31,5 +31,6 @@
],
"dependencies": {
"jquery": ">= 1.9.0"
- }
+ },
+ "version": "3.3.6"
}
diff --git a/lib/bootstrap-sass/version.rb b/lib/bootstrap-sass/version.rb
index b86c64e5..95362013 100644
--- a/lib/bootstrap-sass/version.rb
+++ b/lib/bootstrap-sass/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '3.3.5.1'
+ VERSION = '3.3.6'
BOOTSTRAP_SHA = '81df608a40bf0629a1dc08e584849bb1e43e0b7a'
end
diff --git a/package.json b/package.json
index 87bc972a..21c9c0ec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-sass",
- "version": "3.3.5",
+ "version": "3.3.6",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
"repository": {
diff --git a/templates/project/_bootstrap-variables.sass b/templates/project/_bootstrap-variables.sass
index c61e684b..4664e25e 100644
--- a/templates/project/_bootstrap-variables.sass
+++ b/templates/project/_bootstrap-variables.sass
@@ -1,4 +1,4 @@
-// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.5.1):
+// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.6):
//
// Variables