Bootstrap 4 Beta, Sage 9.0.0-beta.4

This commit is contained in:
Ben Word
2017-08-11 17:36:19 -06:00
parent 0a0f1dc025
commit 505fa357a7
6 changed files with 4824 additions and 624 deletions

View File

@@ -1,4 +1,6 @@
### HEAD
### 9.0.0-beta.4: August 11th, 2017
* Update to Bootstrap 4.0.0-beta ([#1943](https://github.com/roots/sage/pull/1943))
* PHP 7+ is now required ([#1935](https://github.com/roots/sage/pull/1935))
* Update dependencies, support `config-local.json`, implement autoload system for styles/scripts, use `roots/sage-installer`, use `roots/sage-lib` ([#1919](https://github.com/roots/sage/pull/1919))
* Add soberwp/controller ([#1903](https://github.com/roots/sage/pull/1903))
* Change syntax of template call to match other files in views ([#1908](https://github.com/roots/sage/pull/1908))

5421
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "sage",
"version": "9.0.0-beta.3",
"version": "9.0.0-beta.4",
"author": "Roots <team@roots.io>",
"homepage": "https://roots.io/sage/",
"private": true,
@@ -126,7 +126,7 @@
"yargs": "~8.0"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"bootstrap": "^4.0.0-beta",
"jquery": "1.12.4 - 3"
}
}

View File

@@ -1,2 +0,0 @@
/** Colors */
$brand-primary: #27ae60;

View File

@@ -2,7 +2,7 @@
Theme Name: Sage Starter Theme
Theme URI: https://roots.io/sage/
Description: Sage is a WordPress starter theme.
Version: 9.0.0-beta.3
Version: 9.0.0-beta.4
Author: Roots
Author URI: https://roots.io/
Text Domain: sage

View File

@@ -443,12 +443,9 @@ boom@2.x.x:
dependencies:
hoek "2.x.x"
bootstrap@^4.0.0-alpha.6:
version "4.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-alpha.6.tgz#4f54dd33ac0deac3b28407bc2df7ec608869c9c8"
dependencies:
jquery ">=1.9.1"
tether "^1.4.0"
bootstrap@^4.0.0-beta:
version "4.0.0-beta"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-beta.tgz#dc5928175d2e71310bc668cf9e05a907211b72a6"
brace-expansion@^1.1.7:
version "1.1.8"
@@ -3214,7 +3211,7 @@ jpegtran-bin@^3.0.0:
bin-wrapper "^3.0.0"
logalot "^2.0.0"
"jquery@1.12.4 - 3", jquery@>=1.9.1:
"jquery@1.12.4 - 3":
version "3.2.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
@@ -6155,10 +6152,6 @@ tempfile@^2.0.0:
temp-dir "^1.0.0"
uuid "^3.0.1"
tether@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/tether/-/tether-1.4.0.tgz#0f9fa171f75bf58485d8149e94799d7ae74d1c1a"
text-table@^0.2.0, text-table@~0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"