v2.7.0 #3063
taoeffect
announced in
Announcements
v2.7.0
#3063
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.0:
New Features
Improvements
--browsersync-port=<port>npm auditfor security@sbp/okturtles.*to fix duplicate warningsBugfixes
.giffiles no longer lose animationloadingUp/loadingDownclear on room switchnamespace/lookupignores missing usernamesWhat's Changed
ChatMain.vue#2935 - Fix some Chat UI bugs by @SebinSong in #2935 - Fix some Chat UI bugs #2957.giflosing animations by @SebinSong in #2949 -.giflosing animations #2968'namespace/lookup'by @SebinSong in #2958 - Fail silently for'namespace/lookup'#2971target="_blank"to the external links in chat by @SebinSong in #2976 - Addtarget="_blank"to the external links in chat #2978New Contributors
Full Changelog: v2.5.1...v2.7.0
This discussion was created from the release v2.7.0.
All reactions