1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-07 10:06:08 +02:00

add changelog

This commit is contained in:
RuntimeTerror10 2022-02-20 15:45:46 +05:30
parent ad4f65eaed
commit 2952ffab31

View File

@ -36,7 +36,7 @@ function Notification({ version, isLatest, ...props }) {
<p> <p>
<strong>🎉 New Product!</strong> If you like Web Maker, you'll <strong>🎉 New Product!</strong> If you like Web Maker, you'll
probably also like a new product I launched. It's the first ever probably also like a new product I launched. It's the first ever
code-golfing game for CSS ->{' '} code-golfing game for CSS -&gt;{' '}
<a href="https://cssbattle.dev" target="_blank"> <a href="https://cssbattle.dev" target="_blank">
CSSBattle CSSBattle
</a> </a>
@ -114,7 +114,12 @@ export function Notifications(props) {
return ( return (
<div> <div>
<h1>Whats new?</h1> <h1>Whats new?</h1>
<Notification version="4.0.3" {...props} isLatest={true}> <Notification version="4.2.0" {...props} isLatest={true}>
<NotificationItem>
Tailwind CSS now added to popular libraries list.
</NotificationItem>
</Notification>
<Notification version="4.0.3" {...props}>
<NotificationItem> <NotificationItem>
Broken syntax highlighting in non-default Preprocessors. Broken syntax highlighting in non-default Preprocessors.
</NotificationItem> </NotificationItem>
@ -517,7 +522,7 @@ export function Notifications(props) {
<li> <li>
Web Maker is no more just a Chrome extension, it is also available Web Maker is no more just a Chrome extension, it is also available
as web app that runs offline just like the extension! Checkout it as web app that runs offline just like the extension! Checkout it
out -> out -&gt;
<a <a
href="https://webmaker.app/app/" href="https://webmaker.app/app/"
target="_blank" target="_blank"