Releases: processing/p5.js-web-editor
v1.0.5
v1.0.4
c13d5f4 Merge pull request #1491 from @oruburos, RE #1478 - Copies the translations to dist/static in webpack config
b05d1b1 Merge pull request #1478 from @oruburos, Fixes #1434 , Fixes #1447 - Web Editor in Spanish, add i18n library
afe74e9 Merge pull request #1488 from @saijatin28, RE #1458 - Refactor warnIfUnsavedChanges in IDEView.jsx
97c3b35 Merge pull request #1490 from @ghalestrilo, Fixes #1487 - Crash when leaving SketchView before sketch loads
5e0d522 Merge pull request #1480 from @andrewn, Fixes #1465 - Collection crashes after deleting one of its sketches
6f1ac99 Merge pull request #1477 from @andrewn, Fixes #1432 - Use React Testing Library instead of Enzyme for tests
69bd6cb Merge pull request #1472 from @ghalestrilo - Mobile Preferences Screen Prototype
ff658c7 Merge pull request #1467 from @ghalestrilo - Mobile Sketch Preview Screen
3ce4973 Merge pull request #1464 from @saijatin28, RE #1458, Refactored getTitle and isUserOwner
912a2bf Merge pull request #1475 from @dhoizner, Fixes #1205, Fixes #1217, Fixes #1463 - trouble loading image: url for absolute path is added together twice
84b120e Merge pull request #1474 from @dhoizner, Fixes #1473 - fetch-examples fails due to invalid url
305020e Merge pull request #1483 from @catarak, Fixes #1234 - Serious caching error with p5 Editor
e7a0506 Merge pull request #1471 from @saijatin28, Fixes #1393 - Add visual indication upon save failure
dab315c Merge pull request #1469 from @saijatin28, Fixes #1441 - Collections Sorting - # of sketches is incorrect
ca4502d Merge pull request #1459 from @ghalestrilo - Add editing to sketch.js on mobile
b8ba3b9 Merge pull request #1455 from @ghalestrilo - Render sketch to canvas on mobile
53cb305 Merge pull request #1457 from @catarak, Fixes #1443 - Chrome 83 download from sandboxed iframes breaks save() functions
b805754 Merge pull request #1452 from @andrewn - Helper functions for config and API client
19cc0fa Merge pull request #1448 from @SebasMag, Fixes #1413 - Length of File Name Cause \n (line break) display in Preview
v1.0.3
v1.0.2
b1d2f62 1.0.2
435f404 Merge branch 'release-1.0.2' into release
b2877f4 Merge pull request #1438 from tirtawr/add-keyboard-shortcut-note
6384c63 Fixes #1386 - Add headers to keyboard shortcut modal, add styling to keyboard commands in list
7a97c91 Merge pull request #1440 from processing/oauth-login-page
0eb4897 Fixes #1402 - Add Social Auth buttons to LoginView
90195f4 Merge pull request #1436 from processing/slug-api-endpoint
b0ee542 Merge pull request #1439 from processing/title-indexing
b562173 Merge branch 'develop' into title-indexing
d58b4df Merge branch 'develop' into slug-api-endpoint
cd6d95a RE: #1244, change case of common/Icon to common/icon
b929e77 Fixes #1425 - Removes sketch title from <title> for unsaved, new sketch
85163bd RE #1244 - upgrade linting library in an attempt to fix Travis linting errors
081b1ab Add keyboard shortcut note
47e798a Fixes #1409 - adds username to url when fetching sketch from editor API
1dcdfd3 Merge pull request #1244 from andrewn/feature/storybook
7dabbc5 Change commmon/Icons to common/icons
c1ab2b3 Merge branch 'master' into develop
aff3a2d Merge pull request #1398 from andrewn/chore/allow-cors-localhost
161ac5b Remove duplicate aria-labels
9d68de8 Update Button component with iconBefore and iconAfter, clean up Icons component
f359dce Separate Icons from Button component
6d74961 Start integrating accessibility changes to storybook feature
148ab78 Resolve merge conflicts with master
0b5180d Configure CORS localhost origin via CORS_ALLOW_LOCALHOST env var
70fe492 Merge branch 'master' into feature/storybook-components
e22f8b8 Restructure theme file
ec1c821 SVG Icon grows to container size
a2145ad Inline button style (with/without icons)
7cf3a0b supports icons directly to style hover states
5686504 Collection primary buttons
6465a30 Convert New File/Folder to use Button
0d8aeed Convert user account pages to use Button
428fee2 Pad internal button elements to correctly space out icons, etc.
e134051 Extract ThemeProvider and connect to redux store
96ecb3e Replace User form buttons with shared Button component
b61bd69 Add Icon component for icons
c2734ab Send current theme variables directly into provider
1e5e47a Babel plugin must be loaded first
af03620 Show first part of Storybook title as root in the UI
bda1ff1 Convert LogIn to use shared Button
edc0e6f Always allow localhost CORS requests
499c17e Merge branch 'master' into feature/storybook
000f6d0 Adds theme
d34ddb3 Example Button component
71d011d Storp eslint complaining about deps for stories files
b2a509b Add action, knobs and docs add-ons
30e280a Add storybook
4ee7548 Add styled-components to project