1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-16 11:36:20 +02:00

add changelog

This commit is contained in:
Kushagra Gour
2022-04-07 13:24:20 +05:30
parent 65d1e15112
commit f01f048c29

View File

@ -114,6 +114,23 @@ export function Notifications(props) {
return ( return (
<div> <div>
<h1>Whats new?</h1> <h1>Whats new?</h1>
<Notification version="5.0.0" {...props} isLatest={true}>
<li>
<strong>We are Back! 😎</strong>: After almost 2 years of nothing
being shipped, we are back in action. That too with a bang! We have a
small team of amazing developers working on Web Maker now. So expect
some crazy useful features coming soon!
</li>
<NotificationItem type="ui">
First up, is local language support! We have added Hindi and Spanish
to start with! Thanks{' '}
<ThanksTo
url="https://github.com/leninalbertolp"
name="@leninalbertolp"
/>{' '}
for the Spanish translation. It was long due!
</NotificationItem>
</Notification>
<Notification version="4.2.0" {...props} isLatest={true}> <Notification version="4.2.0" {...props} isLatest={true}>
<li> <li>
Tailwind CSS now added to popular libraries list. Thanks Tailwind CSS now added to popular libraries list. Thanks