1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-14 23:59:43 +01:00

bump to 3.3.2

This commit is contained in:
Kushagra Gour 2018-07-03 10:07:30 +05:30
parent 53faebfe28
commit 0c3fb42d9f
5 changed files with 50 additions and 15 deletions

View File

@ -1,11 +1,10 @@
{
"name": "web-maker",
"version": "3.3.1",
"version": "3.3.2",
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
"build":
"preact build --template src/index.html --no-prerender --service-worker false",
"build": "preact build --template src/index.html --no-prerender --service-worker false",
"serve": "preact build && preact serve",
"dev": "preact watch --template src/index.html --https --no-prerender",
"lint": "eslint src",
@ -23,7 +22,10 @@
"src/detached-window.js"
],
"lint-staged": {
"*.{js,jsx,json,css,md}": ["prettier --write", "git add"]
"*.{js,jsx,json,css,md}": [
"prettier --write",
"git add"
]
},
"devDependencies": {
"babel-eslint": "^7.2.3",
@ -67,13 +69,19 @@
},
"jest": {
"verbose": true,
"setupFiles": ["<rootDir>/src/tests/__mocks__/browserMocks.js"],
"setupFiles": [
"<rootDir>/src/tests/__mocks__/browserMocks.js"
],
"testURL": "http://localhost:8080",
"moduleFileExtensions": ["js", "jsx"],
"moduleDirectories": ["node_modules"],
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":
"<rootDir>/src/tests/__mocks__/fileMock.js",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/tests/__mocks__/fileMock.js",
"\\.(css|less|scss)$": "identity-obj-proxy",
"^./style$": "identity-obj-proxy",
"^preact$": "<rootDir>/node_modules/preact/dist/preact.min.js",
@ -83,12 +91,20 @@
"^react-addons-css-transition-group$": "preact-css-transition-group"
}
},
"browserslist": ["last 3 Chrome versions", "last 3 Firefox versions"],
"browserslist": [
"last 3 Chrome versions",
"last 3 Firefox versions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chinchang/web-maker.git"
},
"keywords": ["frontend", "playground", "web", "editor"],
"keywords": [
"frontend",
"playground",
"web",
"editor"
],
"author": "Kushagra Gour",
"license": "MIT",
"bugs": {

View File

@ -101,7 +101,26 @@ export function Notifications(props) {
<div>
<h1>Whats new?</h1>
<Notification version="3.3.0" isLatest={true} {...props}>
<Notification version="3.3.2" isLatest={true} {...props}>
<NotificationItem type="a11y">
Improper links are now buttons with proper focus indication and
screen-reader support. Thanks{' '}
<ThanksTo url="https://github.com/jpsc" name="@jpsc" />
</NotificationItem>
<NotificationItem type="bug">
Auto-complete suggestions are now working.
</NotificationItem>
<NotificationItem type="bug">
Fixes resetting pane sizes when opening any popup or console.
</NotificationItem>
<li>
<strong>[Dev] Tests</strong>: We now have one running automated test
:) More to come. Thanks{' '}
<ThanksTo url="https://github.com/DanielRuf" name="@DanielRuf" />
</li>
</Notification>
<Notification version="3.3.0" {...props}>
<li>
<strong>🔥 [Dev] Code Refactor</strong>: I rewrote Web Maker. Yes, Web
Maker's codebase has been ported from plain JS to{' '}

View File

@ -49,7 +49,7 @@ const LocalStorageKeys = {
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
const version = '3.3.0';
const version = '3.3.2';
export default class App extends Component {
constructor() {

View File

@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "3.3.1",
"version": "3.3.2",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmakerapp.com",

View File

@ -37,7 +37,7 @@
<body>
<h3>Settings
<span style="opacity: 0.6;font-size:0.7em;">
v3.3.1</span>
v3.3.2</span>
</h3>
<form name="optionsForm">
<label>