1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-21 19:21:55 +02:00

changelog

This commit is contained in:
Kushagra Gour 2024-05-10 15:35:35 +05:30
parent 4f41733cc1
commit 513bdb90e5

View File

@ -106,6 +106,15 @@ export function Changelog(props) {
return (
<div>
<h1>Whats new?</h1>
<Notification version="6.3.0" {...props} isLatest={true}>
<NotificationItem type="bug">
Extension Only: JavaScript is NOW WORKING, again! 🎉 The extension is
now migrated to MV3 which means its much more secure, and of course,
JavaScript now works again! 🥳
</NotificationItem>
</Notification>
<Notification version="6.2.0" {...props} isLatest={true}>
<li>Preact template updated to latest version with hooks.</li>
<li>Mail option added in help modal.</li>