v2.7.1 #3088
taoeffect
announced in
Announcements
v2.7.1
#3088
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Note
2.7.x is a major update from 2.5.x and is a testing series for 2.8.x.
In other words, 2.7.x is an unannounced version of 2.8. We are skipping 2.6/2.7 because of how big this update is.
These same releases notes will be used for 2.8.
How to run this
The archive file contains a
dist/folder that needs to be placed into a copy of this cloned repo. Then you can serve it usinggrunt serve(from the root of this cloned repo) after following the getting started instructions. On a production site, you should to use these environment variables:NODE_ENV=productionVAPID_EMAIL=mailto:test@example.comGI_PERSIST=sqlite(orGI_PERSIST=fs, butsqliteorrouteris recommended)Important
Before upgrading, it's important to first delete the
dist/folder and replace it with the new contents from this archive.Release Notes
Human-friendly release notes v2.5.1 → v2.7.1:
New Features
Improvements
--browsersync-port=<port>Bugfixes
.giffiles no longer lose animationWhat's Changed (Since 2.7.0)
Full Changelog: v2.7.0...v2.7.1
This discussion was created from the release v2.7.1.
All reactions