Update "What's New" for v5.24 release

This commit is contained in:
Evan Hahn 2021-11-03 15:56:31 -05:00 committed by GitHub
parent d5152fe452
commit 6ec8f0f856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 6 deletions

View file

@ -29,12 +29,10 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion(),
features: [
{
key: 'WhatsNew__bugfixes',
components: undefined,
},
],
features: [1, 2, 3].map(n => ({
key: `WhatsNew__v5.24--${n}`,
components: undefined,
})),
};
export const WhatsNewModal = ({