Releases: roots/sage
Releases · roots/sage
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)
Sage 8.0.0
- Change theme name from Roots to Sage
- Bump required PHP version to >=5.4
- Add coding standards based on PSR-2
- Add Travis CI
- Add namespace
- Use short array syntax
- Use short echo syntax
- Switch from Grunt to gulp, new front-end development workflow
- Switch from Livereload to BrowserSync
- Use wiredep for Sass and Less injection
- Implement JSON file based asset pipeline with asset-builder
- Re-organize asset file structure
- Re-organize stylesheet file structure
- Add main.scss.example and instructions for using Sass
- Use the primary theme stylesheet for the editor stylesheet
- Remove theme activation, move to wp-cli-theme-activation
- Simplify 404 page
- Convert Sidebar to ConditionalTagCheck
- Update to jQuery 1.11.2
- Use new core navigation template tag
- Update sidebar to fix default template check
- Update nav walker to correctly assign
active
classes for custom post types - Better support for CPT templates
Roots 7.0.3
- Use
get_the_archive_title
- Remove
wp_title
, add title-tag theme support - Remove
Roots_Nav_Walker
as default for all menus - Update to Bootstrap 3.3.1
- Add some base comment styling
- Make search tearm
required
in search form