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

View File

@@ -101,7 +101,26 @@ export function Notifications(props) {
<div> <div>
<h1>Whats new?</h1> <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> <li>
<strong>🔥 [Dev] Code Refactor</strong>: I rewrote Web Maker. Yes, Web <strong>🔥 [Dev] Code Refactor</strong>: I rewrote Web Maker. Yes, Web
Maker's codebase has been ported from plain JS to{' '} Maker's codebase has been ported from plain JS to{' '}

View File

@@ -49,7 +49,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 = '3.3.0'; const version = '3.3.2';
export default class App extends Component { export default class App extends Component {
constructor() { constructor() {

View File

@@ -1,6 +1,6 @@
{ {
"name": "Web Maker", "name": "Web Maker",
"version": "3.3.1", "version": "3.3.2",
"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://webmakerapp.com", "homepage_url": "https://webmakerapp.com",

View File

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