9.0.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
### HEAD
|
### 9.0.0: February 7th, 2017
|
||||||
* Update to Bootstrap 4 ([#2015](https://github.com/roots/sage/pull/2015))
|
* Update to Bootstrap 4 ([#2015](https://github.com/roots/sage/pull/2015))
|
||||||
* Allow `no-console` development ([#2008](https://github.com/roots/sage/pull/2008))
|
* Allow `no-console` development ([#2008](https://github.com/roots/sage/pull/2008))
|
||||||
* Move variables and Bootstrap lines to autoload ([#1993](https://github.com/roots/sage/pull/1993))
|
* Move variables and Bootstrap lines to autoload ([#1993](https://github.com/roots/sage/pull/1993))
|
||||||
|
|||||||
@@ -5,15 +5,13 @@
|
|||||||
|
|
||||||
Sage is a WordPress starter theme with a modern development workflow.
|
Sage is a WordPress starter theme with a modern development workflow.
|
||||||
|
|
||||||
**Sage 9 is in active development and is currently in beta. The `master` branch tracks Sage 9 development. If you want a stable version, use the [latest Sage 8 release](https://github.com/roots/sage/releases/latest).**
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Sass for stylesheets
|
* Sass for stylesheets
|
||||||
* Modern JavaScript
|
* Modern JavaScript
|
||||||
* [Webpack](https://webpack.github.io/) for compiling assets, optimizing images, and concatenating and minifying files
|
* [Webpack](https://webpack.github.io/) for compiling assets, optimizing images, and concatenating and minifying files
|
||||||
* [Browsersync](http://www.browsersync.io/) for synchronized browser testing
|
* [Browsersync](http://www.browsersync.io/) for synchronized browser testing
|
||||||
* [Laravel Blade](https://laravel.com/docs/5.3/blade) as a templating engine
|
* [Blade](https://laravel.com/docs/5.5/blade) as a templating engine
|
||||||
* [Controller](https://github.com/soberwp/controller) for passing data to Blade templates
|
* [Controller](https://github.com/soberwp/controller) for passing data to Blade templates
|
||||||
* CSS framework (optional): [Bootstrap 4](https://getbootstrap.com/), [Bulma](https://bulma.io/), [Foundation](https://foundation.zurb.com/), [Tachyons](http://tachyons.io/)
|
* CSS framework (optional): [Bootstrap 4](https://getbootstrap.com/), [Bulma](https://bulma.io/), [Foundation](https://foundation.zurb.com/), [Tachyons](http://tachyons.io/)
|
||||||
* Font Awesome (optional)
|
* Font Awesome (optional)
|
||||||
@@ -93,8 +91,7 @@ Edit `app/setup.php` to enable or disable theme features, setup navigation menus
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* [Sage 8 documentation](https://roots.io/sage/docs/) (stable version of Sage 8, _not_ this repo)
|
* [Sage documentation](https://roots.io/sage/docs/)
|
||||||
* [Sage 9 documentation](https://github.com/roots/docs/tree/sage-9/sage) (in progress)
|
|
||||||
* [Controller documentation](https://github.com/soberwp/controller#usage)
|
* [Controller documentation](https://github.com/soberwp/controller#usage)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sage",
|
"name": "sage",
|
||||||
"version": "9.0.0-beta.4",
|
"version": "9.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sage",
|
"name": "sage",
|
||||||
"version": "9.0.0-beta.4",
|
"version": "9.0.0",
|
||||||
"author": "Roots <team@roots.io>",
|
"author": "Roots <team@roots.io>",
|
||||||
"homepage": "https://roots.io/sage/",
|
"homepage": "https://roots.io/sage/",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Theme Name: Sage Starter Theme
|
Theme Name: Sage Starter Theme
|
||||||
Theme URI: https://roots.io/sage/
|
Theme URI: https://roots.io/sage/
|
||||||
Description: Sage is a WordPress starter theme.
|
Description: Sage is a WordPress starter theme.
|
||||||
Version: 9.0.0-beta.4
|
Version: 9.0.0
|
||||||
Author: Roots
|
Author: Roots
|
||||||
Author URI: https://roots.io/
|
Author URI: https://roots.io/
|
||||||
Text Domain: sage
|
Text Domain: sage
|
||||||
|
|||||||
Reference in New Issue
Block a user