mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-02 11:30:22 +02:00
changelog
This commit is contained in:
@@ -106,6 +106,15 @@ export function Changelog(props) {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1>Whats new?</h1>
|
<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}>
|
<Notification version="6.2.0" {...props} isLatest={true}>
|
||||||
<li>Preact template updated to latest version with hooks.</li>
|
<li>Preact template updated to latest version with hooks.</li>
|
||||||
<li>Mail option added in help modal.</li>
|
<li>Mail option added in help modal.</li>
|
||||||
|
Reference in New Issue
Block a user