Releases: mysterycommand/blockpaint
Releases · mysterycommand/blockpaint
v1.4.0
v1.3.0
1.3.0 (2019-04-27)
Features
v1.2.0
1.2.0 (2019-04-26)
Bug Fixes
- app/index: restore signed in/out split (ba9f4c8)
- src/cli: don't overwrite from this little cli (fa88e4c)
- src/cli: forgot to make the path if it doesn't exist (c6ba657)
Features
- button: a reusable button component … it could be smarter (4bc85b8)
- canvas: adds touch drawing support, draws lines instead of dots … might come back an enable "d (305008a)
- canvas: painting with average of all touches … it works! gotta prevent user scroll better thou (b8b8b19)
- canvas: save user painting, only one for now, and no erasing only add, but kind of a cool star (750d074)
- components: boilerplate for components using my little CLI: `yarn component splash cta gallery (06a02be)
- components/canvas: a new canvas component to be the signed in view, will probably split this u (d4c1ff4)
- package.json: add lodash dev dep (f1bb71b)
- painting: you can paint in the canvas now, just one color (black) and a 4px square 'brush' but (431cfb7)
- src/cli: a crude cli for doing the boilerplate of creating new components (1711495)
- src/index.css: now that the body's fixed, need to make it stretch the whole viewport (3a30848)
- styling: add some basic styling to the workspace and canvas, also add scopes to the app config (946d370)
- workspace: stub in a 'savePainting' function and pass it down (c02e22d)