Update "What's New" for v5.24 release
This commit is contained in:
parent
d5152fe452
commit
6ec8f0f856
2 changed files with 16 additions and 6 deletions
|
@ -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 = ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue