v2.8.0 #3095
taoeffect
announced in
Announcements
v2.8.0
#3095
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.
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.8.0:
New Features
Improvements
--browsersync-port=<port>Bugfixes
.giffiles no longer lose animationWhat'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 #2978Replying to:...UI #3068 - Two bugs related toReplying to: ...UI by @SebinSong in #3068 - Two bugs related toReplying to: ...UI #3089Esckey inEmoticon.vue#3091 - Broken dialog dismissal byEsckey inEmoticons.vueby @SebinSong in #3091 - Broken dialog dismissal byEsckey inEmoticons.vue#3093New Contributors
Full Changelog: v2.5.1...v2.8.0
This discussion was created from the release v2.8.0.
All reactions