Add release notes for 7.33
This commit is contained in:
parent
2a9751035e
commit
8106f06349
2 changed files with 22 additions and 5 deletions
|
@ -33,6 +33,14 @@ export function ExternalLink(props: {
|
|||
);
|
||||
}
|
||||
|
||||
function linkKhuddite(
|
||||
children: ReadonlyArray<string | JSX.Element>
|
||||
): JSX.Element {
|
||||
return (
|
||||
<ExternalLink href="https://github.com/khuddite">{children}</ExternalLink>
|
||||
);
|
||||
}
|
||||
|
||||
export function WhatsNewModal({
|
||||
i18n,
|
||||
hideWhatsNewModal,
|
||||
|
@ -43,8 +51,13 @@ export function WhatsNewModal({
|
|||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__v7.32--0" />,
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__v7.32--1" />,
|
||||
<I18n
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__v7.33--0"
|
||||
components={{
|
||||
linkKhuddite,
|
||||
}}
|
||||
/>,
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue