From 20d1c3dfde130b171181c939b81f945eda4e5c1f Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 6 May 2024 12:24:17 +0530 Subject: [PATCH] changelog --- src/components/Changelog.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Changelog.jsx b/src/components/Changelog.jsx index b0e72d5..f17dc4d 100644 --- a/src/components/Changelog.jsx +++ b/src/components/Changelog.jsx @@ -1,6 +1,5 @@ import { h } from 'preact'; import { Button } from './common'; -import { Icon } from './Icons'; function NotificationItem({ type, label, children }) { var strongTag; @@ -95,7 +94,6 @@ function Notification({ version, isLatest, ...props }) { rel="noopener noreferrer" class="btn" > - Share it

@@ -114,6 +112,9 @@ export function Changelog(props) { quick-add library list. Also, a new template to quick-start in Kaboom has been added. + + Incorrect/old preview rendering bug is fixed. +