Skip to content

Releases: processing/p5.js-web-editor

v1.0.2

01 Jun 19:07
Compare
Choose a tag to compare

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