mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-06 05:17:31 +02:00
bump to 3.3.2
This commit is contained in:
@@ -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{' '}
|
||||
|
@@ -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() {
|
||||
|
@@ -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",
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user