mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-11 12:55:22 +02:00
5.0.1 add changelog
This commit is contained in:
parent
72e5d12a30
commit
38ce9ef8fc
@ -114,6 +114,11 @@ export function Notifications(props) {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1>Whats new?</h1>
|
<h1>Whats new?</h1>
|
||||||
|
<Notification version="5.0.1" {...props}>
|
||||||
|
<NotificationItem type="bug">
|
||||||
|
Add library feature is fixed.
|
||||||
|
</NotificationItem>
|
||||||
|
</Notification>
|
||||||
<Notification version="5.0.0" {...props} isLatest={true}>
|
<Notification version="5.0.0" {...props} isLatest={true}>
|
||||||
<li>
|
<li>
|
||||||
<strong>We are Back! 😎</strong>: After almost 2 years of nothing
|
<strong>We are Back! 😎</strong>: After almost 2 years of nothing
|
||||||
|
@ -78,7 +78,7 @@ const LocalStorageKeys = {
|
|||||||
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
|
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
|
||||||
};
|
};
|
||||||
const UNSAVED_WARNING_COUNT = 15;
|
const UNSAVED_WARNING_COUNT = 15;
|
||||||
const version = '5.0.0';
|
const version = '5.0.1';
|
||||||
|
|
||||||
// Read forced settings as query parameters
|
// Read forced settings as query parameters
|
||||||
window.forcedSettings = {};
|
window.forcedSettings = {};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Web Maker",
|
"name": "Web Maker",
|
||||||
"version": "5.0.0",
|
"version": "5.0.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Blazing fast & offline playground for your web experiments",
|
"description": "Blazing fast & offline playground for your web experiments",
|
||||||
"homepage_url": "https://webmaker.app",
|
"homepage_url": "https://webmaker.app",
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h3>
|
<h3>
|
||||||
Settings
|
Settings
|
||||||
<span style="opacity: 0.6; font-size: 0.7em"> v5.0.0</span>
|
<span style="opacity: 0.6; font-size: 0.7em"> v5.0.1</span>
|
||||||
</h3>
|
</h3>
|
||||||
<form name="optionsForm">
|
<form name="optionsForm">
|
||||||
<label>
|
<label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user