Release notes for 6.18.0
This commit is contained in:
parent
834bc16c0d
commit
2cb84bbd41
2 changed files with 34 additions and 23 deletions
|
@ -35,9 +35,20 @@ export function WhatsNewModal({
|
|||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--0" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--1" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--2" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.18--0" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.18--1" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.18--2" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.18--3" renderText={renderText} />,
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__v6.18--4"
|
||||
renderText={renderText}
|
||||
components={{
|
||||
yusufsahinhamza: (
|
||||
<a href="https://github.com/yusufsahinhamza">@yusufsahinhamza</a>
|
||||
),
|
||||
}}
|
||||
/>,
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue