mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-25 07:51:12 +02:00
changelog
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { h } from 'preact';
|
import { h } from 'preact';
|
||||||
import { Button } from './common';
|
import { Button } from './common';
|
||||||
import { Icon } from './Icons';
|
|
||||||
|
|
||||||
function NotificationItem({ type, label, children }) {
|
function NotificationItem({ type, label, children }) {
|
||||||
var strongTag;
|
var strongTag;
|
||||||
@@ -95,7 +94,6 @@ function Notification({ version, isLatest, ...props }) {
|
|||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="btn"
|
class="btn"
|
||||||
>
|
>
|
||||||
<Icon name="twitter" />
|
|
||||||
Share it
|
Share it
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@@ -114,6 +112,9 @@ export function Changelog(props) {
|
|||||||
quick-add library list. Also, a new template to quick-start in Kaboom
|
quick-add library list. Also, a new template to quick-start in Kaboom
|
||||||
has been added.
|
has been added.
|
||||||
</li>
|
</li>
|
||||||
|
<NotificationItem type="bug">
|
||||||
|
Incorrect/old preview rendering bug is fixed.
|
||||||
|
</NotificationItem>
|
||||||
</Notification>
|
</Notification>
|
||||||
|
|
||||||
<Notification version="6.0.0" {...props}>
|
<Notification version="6.0.0" {...props}>
|
||||||
|
Reference in New Issue
Block a user