mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-07 11:05:18 +02:00
Add changelog
This commit is contained in:
parent
fd281039e7
commit
b703aaf0cc
@ -103,7 +103,38 @@ export function Notifications(props) {
|
||||
<div>
|
||||
<h1>Whats new?</h1>
|
||||
|
||||
<Notification version="3.4.1" isLatest={true} {...props}>
|
||||
<Notification version="3.4.2" isLatest={true} {...props}>
|
||||
<li>
|
||||
🚀 RxJS added to popular libraries list. Thanks
|
||||
<ThanksTo url="https://github.com/jpsc" name="@jpsc" />
|
||||
</li>
|
||||
|
||||
<NotificationItem type="bug">
|
||||
Not able to select libraries twice with mouse click in Add Library
|
||||
modal.
|
||||
</NotificationItem>
|
||||
<NotificationItem type="bug">
|
||||
Console going outside the viewport on huge logs.
|
||||
</NotificationItem>
|
||||
|
||||
<NotificationItem type="bug">
|
||||
Console dissapearing in detached mode on changing layouts.
|
||||
</NotificationItem>
|
||||
|
||||
<li>
|
||||
<strong>[Dev]</strong>: Improve{' '}
|
||||
<a
|
||||
href="https://github.com/chinchang/web-maker/blob/master/CONTRIBUTING.md"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
contribution guide
|
||||
</a>{' '}
|
||||
and add issue template on Github.
|
||||
</li>
|
||||
</Notification>
|
||||
|
||||
<Notification version="3.4.1" {...props}>
|
||||
<li>
|
||||
<strong>Js13kGames Mode</strong>: Add image upload option using
|
||||
Pasteboard.co.{' '}
|
||||
|
Loading…
x
Reference in New Issue
Block a user