mirror of
https://github.com/chinchang/web-maker.git
synced 2025-04-21 03:01:52 +02:00
add changelog
This commit is contained in:
parent
ad4f65eaed
commit
2952ffab31
@ -36,7 +36,7 @@ function Notification({ version, isLatest, ...props }) {
|
||||
<p>
|
||||
<strong>🎉 New Product!</strong> If you like Web Maker, you'll
|
||||
probably also like a new product I launched. It's the first ever
|
||||
code-golfing game for CSS ->{' '}
|
||||
code-golfing game for CSS ->{' '}
|
||||
<a href="https://cssbattle.dev" target="_blank">
|
||||
CSSBattle
|
||||
</a>
|
||||
@ -114,7 +114,12 @@ export function Notifications(props) {
|
||||
return (
|
||||
<div>
|
||||
<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>
|
||||
Broken syntax highlighting in non-default Preprocessors.
|
||||
</NotificationItem>
|
||||
@ -517,7 +522,7 @@ export function Notifications(props) {
|
||||
<li>
|
||||
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
|
||||
out ->
|
||||
out ->
|
||||
<a
|
||||
href="https://webmaker.app/app/"
|
||||
target="_blank"
|
||||
|
Loading…
x
Reference in New Issue
Block a user