Skip to content

Releases: roots/sage

Sage 9.0.0-beta.3

21 Apr 22:56
Compare
Choose a tag to compare
Sage 9.0.0-beta.3 Pre-release
Pre-release
  • Move required theme files to sage/resources (#1877)
  • Move src/ to app/ (#1868)
  • Move templates/ to resources/views/, move assets/ to resources/assets/, rename base.blade.php to app.blade.php (#1864)
  • Add option to configure build settings (#1822)
  • Add support for HTML injection (#1817)

Sage 8.5.1

21 Feb 16:58
Compare
Choose a tag to compare
  • Update gulp-imagemin options (#1839)
  • Add error handling to scripts and styles gulp tasks (#1832)
  • Update to Bootstrap 4.0.0-alpha.6 (#1832)

Sage 9.0.0-beta.2

19 Jan 16:11
Compare
Choose a tag to compare
Sage 9.0.0-beta.2 Pre-release
Pre-release
  • Fix Browersync (#1815)
  • Add option to select CSS framework, add Foundation as an option (#1813)
  • Add option to add Font Awesome (#1812)
  • Add option to change theme file headers (#1811)
  • Add option to remove Bootstrap (#1810)
  • Remove Font Awesome (#1809)
  • Remove grid defaults (#1808)
  • Fix for publicPath (#1806)
  • Update clean task name (#1800)
  • Allow browser versions to be configured in config.json (#1798)
  • Use stock ESLint (#1796)

Sage 9.0.0-beta.1

10 Jan 15:26
Compare
Choose a tag to compare
Sage 9.0.0-beta.1 Pre-release
Pre-release
  • Update to Bootstrap 4 Alpha 6 (#1792)
  • Add Blade (#1765 and #1777)
  • Remove sidebar defaults (#1760)
  • Remove post formats (#1759)

Sage 9.0.0-alpha.4

17 Nov 04:04
Compare
Choose a tag to compare
Sage 9.0.0-alpha.4 Pre-release
Pre-release
  • Use new webpack api schema (8ac5f15)
  • Update dependencies (70ebba7)
  • Variables organization (8ac5f15)
  • Use $.fn.ready() (reverts 724d550) (e7fccbe)
  • Theme activation updates 'stylesheet' option instead of 'template' (fb19145)
  • Reorganize and refactor build routine (8c9ba05)
  • Switch assets manifest plugin (c1bb2b3)
  • Add images to assets manifest (c49793c)
  • Switch from babel to buble (0d38ab8)
  • Update dependencies & webpack compatibility (BREAKING CHANGES) (eae52fd)
  • Use http by default (not https) to be consistent with Trellis (e6f2f49)

Sage 8.5.0

21 Sep 04:06
Compare
Choose a tag to compare
  • Update to Bootstrap 4.0.0-alpha.4
  • Update installation instructions
  • Update dependencies

Sage 9.0.0-alpha.3

12 Sep 02:02
Compare
Choose a tag to compare
Sage 9.0.0-alpha.3 Pre-release
Pre-release
  • Fix webpack HMR (#1713)
  • Remove minor edits from CHANGELOG.md (3516629)

Sage 9.0.0-alpha.2

05 Sep 02:50
Compare
Choose a tag to compare
Sage 9.0.0-alpha.2 Pre-release
Pre-release
  • Refactor build routine (#1703)
  • Update _grid.scss to use @include make-col-ready() mixin (#1706)

Sage 9.0.0-alpha.1

30 Aug 06:15
Compare
Choose a tag to compare
Sage 9.0.0-alpha.1 Pre-release
Pre-release

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/ to dist/vendor, simpler assets/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

19 Feb 22:57
Compare
Choose a tag to compare
  • Add Composer vendor directory to gitignore (#1618)
  • Fix build test by removing trailing space (#1617)
  • Replace deprecated gulp-minify-css with gulp-cssnano (#1610)