663 Commits

Author SHA1 Message Date
greenkeeper[bot]
bdde0168ae fix(package): update scratch-svg-renderer to version 0.2.0-prerelease.20180613184320 2018-06-13 20:54:04 +00:00
Paul Kaplan
0d1d0d3552
Merge pull request #301 from LLK/greenkeeper/scratch-svg-renderer-0.2.0-prerelease.20180605154326
Update scratch-svg-renderer to the latest version 🚀
2018-06-13 15:19:27 -04:00
greenkeeper[bot]
f10f18042e fix(package): update scratch-svg-renderer to version 0.2.0-prerelease.20180605154326 2018-06-05 15:55:07 +00:00
Paul Kaplan
ebd5378936
Merge pull request #300 from paulkaplan/update-svg-renderer
Update scratch-svg-renderer
2018-06-05 10:51:43 -04:00
Paul Kaplan
a4b8460cf0 Update scratch-svg-renderer 2018-06-05 10:26:56 -04:00
DD Liu
18d4567d66
Merge pull request #297 from fsih/updateDeps
update svg renderer
2018-05-31 17:24:49 -04:00
DD
ac8ab4e495 update svg renderer' 2018-05-31 17:11:35 -04:00
Ray Schamp
eb95e2e663
Merge pull request #272 from mzgoddard/dependents-no-boiler
Use src/index for browser entry point
2018-05-31 16:57:03 -04:00
Michael "Z" Goddard
9b869e0da7 Depend on script dependencies for downstream webpack
Downstream webpack will need any dependencies src/ depends on so it can
successfully build. Also if multiple packages being built into a larger
script share a common dependency version range, they can share the
dependency instead of duplicating it. This will save built file size,
execution time, and memory.
2018-05-31 16:49:21 -04:00
Paul Kaplan
d7e39a35d7
Merge pull request #296 from paulkaplan/fix-escaping
Remove duplicate xml escaping
2018-05-29 16:18:31 -04:00
Paul Kaplan
44c30d76ad Add snapshot test for bubble svg strings 2018-05-29 15:28:16 -04:00
Paul Kaplan
d7b26ea1be Remove duplicate xml escaping
We used to write the user string directly into the svg string, but now we are setting the `.textContent` of an actual dom node, which does the escaping for us.
2018-05-29 14:25:35 -04:00
kchadha
7f53a4a19e
Merge pull request #285 from kchadha/layer-ordering
Layer ordering
2018-05-25 09:31:37 -04:00
kchadha
d8f82b21ec
Merge branch 'develop' into layer-ordering 2018-05-25 09:23:02 -04:00
Karishma Chadha
13a75b6a7b Update scratch-vm dependency. 2018-05-25 09:20:16 -04:00
DD Liu
4a737352d6
Merge pull request #293 from fsih/updateDeps
Update deps
2018-05-24 18:07:23 -04:00
DD
75ad498f3c Update deps 2018-05-24 17:59:57 -04:00
Ray Schamp
de6b2dea79
Merge pull request #288 from mzgoddard/npm-files-only
Publish only src, dist, TRADEMARK, README.md, package.json, and LICENSE to npm
2018-05-24 09:04:46 -04:00
Paul Kaplan
d9f2d14306
Merge pull request #291 from paulkaplan/fix-retina-bubbles
Add an explicit width and height to fix bubbles on retina screens
2018-05-22 09:38:11 -04:00
Paul Kaplan
5009692426 Add an explicit width and height to fix bubbles on retina screens 2018-05-22 09:35:41 -04:00
DD Liu
7cd92cd125
Merge pull request #290 from fsih/updateDependencies
Update vm and svg renderer to make quirks mode optional
2018-05-21 16:04:26 -04:00
DD
88d78b5f9f Update vm and svg renderer with removing quirks mode 2018-05-21 15:53:14 -04:00
DD Liu
59413a4c2b
Merge pull request #286 from fsih/removeRenderQuirks
Remove speech bubbles' reliance on svg quirks mode's _transformText
2018-05-21 14:53:21 -04:00
DD
8abffc7f0b Add viewbox to speech bubble svgs 2018-05-21 14:42:32 -04:00
Michael "Z" Goddard
9d84dfdd0e
Publish specific files and folders to NPM
Users of `scratch-render` do not need the `playground` directory
installed as a npm package. If they need those directories they can
clone scratch-render and do a local build. This saves downloading 3.5MB
(`playground`) when `npm install`ing `scratch-render`.
2018-05-21 12:24:51 -04:00
Karishma Chadha
5205f9cb87 Fix up comments. 2018-05-21 09:47:57 -04:00
Karishma Chadha
f9e2fe5c80 update playground to accommodate new apis. 2018-05-20 22:11:29 -04:00
Karishma Chadha
ce4296be82 Make layer group required and get rid of explicitly ordered layer groups. 2018-05-20 22:07:38 -04:00
Karishma Chadha
2dac278f90 Fix lint errors. 2018-05-20 19:40:21 -04:00
Karishma Chadha
39ce51c6f0 Store offsets for each layer group and use full draw list for updates. 2018-05-20 18:56:39 -04:00
DD
71ecef29a2 Merge branch 'develop' into removeRenderQuirks 2018-05-16 15:16:11 -04:00
DD
528ae873d7 Remove speech bubbles' reliance on svg quirks mode's _transformText 2018-05-16 15:00:04 -04:00
Karishma Chadha
b7ac54293d @type tag does not permit descriptions. 2018-05-16 11:17:57 -04:00
Karishma Chadha
2a4f6f9f02 Add layer groups to control explicit and implicit layer ordering. 2018-05-15 22:06:27 -04:00
Paul Kaplan
6cff0f984f
Merge pull request #283 from paulkaplan/update-with-built-fonts
Update the scratch-svg-renderer config
2018-05-14 13:20:58 -04:00
Paul Kaplan
7c5b41b97e Update the scratch-svg-renderer config 2018-05-14 13:18:26 -04:00
Paul Kaplan
21157455cf
Merge pull request #282 from paulkaplan/font-bubble
Actually fix the font in the say bubbles
2018-05-11 14:42:42 -04:00
Paul Kaplan
d35a3205bd Actually fix the font in the say bubbles 2018-05-11 14:41:39 -04:00
Paul Kaplan
eab4ad95f6
Merge pull request #281 from paulkaplan/fix-silhouette
Prevent errors when testing empty silhouettes
2018-05-11 14:07:24 -04:00
Paul Kaplan
e8ba24a43e Prevent errors when testing empty silhouettes 2018-05-11 14:05:16 -04:00
Paul Kaplan
ae16a64e78
Merge pull request #280 from paulkaplan/subvert-font-converter
Subvert the font converter to maintain the font in text bubbles
2018-05-11 13:25:15 -04:00
Paul Kaplan
905a346161 Subvert the font converter to maintain the font in text bubbles 2018-05-11 13:23:13 -04:00
DD Liu
889d62c9d7
Merge pull request #279 from fsih/addSvgRenderDep
Update svg renderer
2018-05-11 11:04:02 -04:00
DD
afa07d20ad Update svg renderer 2018-05-11 11:03:22 -04:00
DD Liu
1230dab7eb
Merge pull request #276 from fsih/updateSvgRenderer2
Attempt 2 at adding scratch-svg-renderer module update
2018-05-10 17:02:28 -04:00
DD
e7ef981a51 Merge branch 'develop' into updateSvgRenderer2 2018-05-10 16:57:07 -04:00
DD
b89c938b15 add back vm 2018-05-10 16:56:49 -04:00
DD Liu
8caeac6e6a
Merge pull request #278 from gnarf/fix-integration-test
Fix a thread status check in integration tests to allow "done" threads
2018-05-10 16:56:20 -04:00
Corey Frang
ab8fda1655 Even simpler way to check that some thread is active 2018-05-10 16:17:38 -04:00
Corey Frang
5579f121a9 Fix a thread status check in integration tests to allow "done" threads 2018-05-10 16:13:10 -04:00