Releases: roots/sage
Releases · roots/sage
Sage 9.0.0-alpha.1
Sage 9 is under active development. Improvements include:
- New front-end workflow — introduce Webpack, drop gulp and Bower in favor of npm
- New templates folder organization
- Bootstrap 4
- PSR-2 coding standards
See the original PR for more details (#1590)
9.0.0-alpha.1: August 30th, 2016
- Move assets found in
node_modules/
todist/vendor
, simplerassets/config.json
(#1697) - Set dynamically absolute public path (#1696)
- Load Tether (#1686)
- Squash asset pipeline bugs (4d58f88)
- Update dependencies, incl Bootstrap 4 alpha 3 (447c24d)
- Remove HTML comments from wrapper (ccd128c)
- Fix path to stylesheet in add_editor_style (#1684)
- Update required Node.js version (72b2d89)
- Use shorthand syntax in main.js routes (320c691)
- Router doesn't require jQuery, use default params (339cc8e)
- Fix display of theme name in Customizer (3425386)
- Convert scripts to ES6 (f34af48)
- Refactor functions.php (eae36be)
- Rework template wrapper, bring back template_part() (#1678)
- Remove unused static variable in Wrapper (9bfdd5a)
- Fix
Obj->__toString()
conditional logic in wrapper (96c5969) - Allow
Obj->__toString()
in template hierarchy filter (4435d52) - Remove path.extname() check (#1673)
- Updated to align with the Bootstrap 4 docs (#1667)
- Add
npm prune
to Travis CI (#1663) - Bootstrap NPM ^4.0.0-alpha.2 (#1650)
- Fix Bootstrap 4 styles (#1642)
- Fix autoloader load order issue when including Sage 9 via composer.json in Bedrock (#1628)
- is_page_template() requires the name of the subfolder (#1626)
- Webpack config improvements (#1629)
- Webpack implementation improvements (#1627)
- Webpack implementation (#1625)
- Fix BS4 grid after their grid updates (5551dde)
- Pass the correct template (856a482)
- Optimize travis a bit (b42c425)
- Move single-post loop to single.php, closes #1582 (6efa099)
- All function braces need to be on new line (b491f76)
- Fix issue with WP loading wrong index.php (9e2917e)
- Use 4 spaces for
src/*.php
(fe659f4) - Use phpcs.xml for all rules (246955c)
- Resolve PHPMD warnings (c5f3724)
- Conform to new rules (6a4d3bd)
- Create new phpcs rules (2d02544)
- Remove Template class (1df3fee)
- Remove closure from sidebar registration (12d6ac3)
- Remove sage.pot (d4461fa)
- Use Kernighan-Ritchie style braces (f7194cb)
- Remove template_part, template_sidebar, temp sidebar fix (abeea0f)
- Update asset handles (fa0e51f)
- Remove comment-reply JS (d217ba6)
- Update node in travis, remove unsupported php (8712dc8)
- Update dependencies, switch to eslint (e51e41e)
- Bootstrap 4 (c9ef232)
- Rename app to src (f752470)
- Fix: page title not displaying (9283bbb)
- Rename interfaces, unset after unwrapping (97906e9)
- Restructure theme, use autoloader (9eaffa3)
Sage 8.4.2
Sage 8.4.1
- Add
composer.json
and update installation instructions (#1583)
Sage 8.4.0
Sage 8.3.0
- Setup organization (#1558)
- Remove redundancy with WAI-ARIA in HTML (#1557)
- Rename config.php to setup.php (#1556)
- Move init.php to config.php (#1555)
- Use Sass to style search form, remove search template (#1545)
- Remove Modernizr (#1541)
- Remove references to WP_ENV (#1554)
- Use WP core's HTML5 gallery markup (#1546)
- Use slash in handle names for theme CSS and JS (#1537)
- Add compatibility with WooCommerce Multilingual plugin (#1530)
- Remove ConditionalTagCheck class (#1494)
- Add search templates (#1459)
- Allow
debugger
statements in development JavaScript (#1487)
Sage 8.2.1
Sage 8.2.0
- Use Sass Bootstrap by default (#1437)
- Remove nav walker and Bootstrap navbar (#1427)
- Remove Bootstrap gallery (#1421)
- Remove hardcoded feed link (#1426)
- Move jQuery CDN feature to Soil (#1422)
- Bump
gulp-load-plugins
to 0.10.0 (#1419) - Switch from yargs to minimist (#1418)
- Remove
$content_width
(#1417) - Lowercase
X-UA-Compatible
(#1409) - Remove mention of Google Analytics from the config (#1384)
Sage 8.1.1
Sage 8.1.0
- Move HTML5 Boilerplate's Google Analytics snippet to Soil (#1382)
- Run
gulp build
ifbower.json
is changed (#1378) - Remove namespace from base.php (#1372)
- Allow build directory to be customized (#1352, #1366)
- Update ConditionalTagCheck and usage docs (#1365)
- Change default gallery columns to 3 (#1364)
- Apply
script_loader_src
filter to jQuery fallback (#1363)
Sage 8.0.1
- Update to asset-builder 1.0.1 to fix Windows compatibility
- Fix broken wiredep imports with main.scss.example (original issue)