mirror of
https://github.com/chinchang/web-maker.git
synced 2025-01-29 18:47:38 +01:00
bump to 3.6.0
This commit is contained in:
parent
6ced3e0f5c
commit
08fa1b098c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "web-maker",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "A blazing fast & offline web playground",
|
||||
"scripts": {
|
||||
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* global htmlCodeEl, cssCodeEl, jsCodeEl, runBtn
|
||||
*/
|
||||
*/
|
||||
|
||||
import { h, Component } from 'preact';
|
||||
|
||||
@ -55,7 +55,7 @@ const LocalStorageKeys = {
|
||||
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
|
||||
};
|
||||
const UNSAVED_WARNING_COUNT = 15;
|
||||
const version = '3.5.1';
|
||||
const version = '3.6.0';
|
||||
|
||||
export default class App extends Component {
|
||||
constructor() {
|
||||
@ -1243,7 +1243,7 @@ export default class App extends Component {
|
||||
<input
|
||||
type="hidden"
|
||||
name="data"
|
||||
value="{"title": "New Pen!", "html": "<div>Hello, World!</div>"}"
|
||||
value='{"title": "New Pen!", "html": "<div>Hello, World!</div>"}'
|
||||
/>
|
||||
</form>
|
||||
|
||||
@ -1364,7 +1364,7 @@ export default class App extends Component {
|
||||
<input
|
||||
type="hidden"
|
||||
name="data"
|
||||
value="{"title": "New Pen!", "html": "<div>Hello, World!</div>"}"
|
||||
value='{"title": "New Pen!", "html": "<div>Hello, World!</div>"}'
|
||||
/>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -1,13 +1,12 @@
|
||||
{
|
||||
"name": "Web Maker",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"manifest_version": 2,
|
||||
"description": "Blazing fast & offline playground for your web experiments",
|
||||
"homepage_url": "https://webmakerapp.com",
|
||||
"permissions": ["storage", "tabs", "<all_urls>"],
|
||||
"optional_permissions": ["downloads"],
|
||||
"content_security_policy":
|
||||
"script-src 'self' filesystem: http://localhost:* https://localhost:* https://apis.google.com https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://wzrd.in https://www.gstatic.com https://semantic-ui.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
|
||||
"content_security_policy": "script-src 'self' filesystem: http://localhost:* https://localhost:* https://apis.google.com https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://wzrd.in https://www.gstatic.com https://semantic-ui.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
"chrome_style": true
|
||||
|
@ -37,7 +37,7 @@
|
||||
<body>
|
||||
<h3>Settings
|
||||
<span style="opacity: 0.6;font-size:0.7em;">
|
||||
v3.5.1</span>
|
||||
v3.6.0</span>
|
||||
</h3>
|
||||
<form name="optionsForm">
|
||||
<label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user