Skip to content

Releases: jescalan/roots

v5.2.0

28 Jun 17:38
Compare
Choose a tag to compare
  • Updated dependencies 😁

NOTE: Roots is in maintenance mode, please check out spike, the evolution of roots!

v5.1.0

15 Dec 16:17
2440117
Compare
Choose a tag to compare
  • Update dependencies!

v5.0.0

11 May 15:54
Compare
Choose a tag to compare
  • BREAKING: roots deploy has been removed, as ship is no longer maintained. If you'd like to emulate this functionality, just npm i ship -g and run roots compile && ship public -to xxx. If you want to make this even easier, add it as an npm script.
  • All dependencies up to date, working smoothly on node v6 🎉

v4.1.1

10 May 21:12
Compare
Choose a tag to compare

Welp, 4.1.0 had a bug that would cause serious issues on the latest version of node. Sorry guys! The good news is that this patch fixes it 😁

v4.1.0

18 Apr 14:54
Compare
Choose a tag to compare

v4.0.1

22 Feb 20:56
Compare
Choose a tag to compare
  • Disable browsersync notifications in-browser

v4.0.0

09 Feb 18:12
Compare
Choose a tag to compare

BREAKING: Babel upgraded to v6. If you update to roots v4 and are using Babel, you must be using Babel 6 or higher, or things will break. Beware! If you are not using Babel, you should see no change in this upgrade though.

  • Server and reload now uses browsersync
  • All dependencies and compiled language versions upgraded to the latest versions

v3.2.2

27 Jul 20:31
Compare
Choose a tag to compare
  • Patch up a bug in charge that was causing pages to only partially render

v3.2.1

19 Jul 12:30
Compare
Choose a tag to compare
  • Small patch fix for the file_changed hook for extensions

v3.2.0

19 Jul 11:47
Compare
Choose a tag to compare
  • Upgrade all dependencies to latest versions
  • Add @file_changed to the API, so extensions can see which was the last file changed in watch mode for the purpose of cache invalidation
  • Upgrade sprout to the latest version, meaning new project creation just improved a lot 😀