1
0
Fork 0
Commit graph

15160 commits

Author SHA1 Message Date
Joost De Cock
401a33e750
BAdge fix 2018-08-13 09:37:43 +02:00
Joost De Cock
869f900829 ✏️ README update 2018-08-13 09:36:14 +02:00
Joost De Cock
93af6161ef ✏️ README update 2018-08-13 09:23:08 +02:00
Joost De Cock
20afcc37b5 👷 Fixed travis install script 2018-08-13 09:13:35 +02:00
Joost De Cock
53b8d24109 👷 Changed travis install script 2018-08-13 09:11:22 +02:00
Joost De Cock
238d6e45ad 👷 Switched node version for Travis 2018-08-13 09:06:13 +02:00
Joost De Cock
72ac621907 👷 Added initial Travis config 2018-08-13 09:04:19 +02:00
Joost De Cock
5d4878ba69 Tests for path 2018-08-13 08:02:55 +02:00
Joost De Cock
183b4a7a68 Tests for pattern 2018-08-12 18:50:48 +02:00
Joost De Cock
89e4dc9482 Tests for part 2018-08-12 17:02:49 +02:00
Joost De Cock
081c0cf69e Tests for svg 2018-08-12 16:19:04 +02:00
Joost De Cock
9d486fd617 Tests for utils 2018-08-12 13:32:53 +02:00
Joost De Cock
6b1c3fbaaf Tests for hooks 2018-08-12 12:37:30 +02:00
Joost De Cock
7803d1b996 Point and Attributes tests 2018-08-11 19:17:39 +02:00
Joost De Cock
1c4507c5bd Constant config options have no type 2018-08-11 15:05:40 +02:00
Joost De Cock
f0ae740e45 🔧 Removed prepublish script as npm run major/minor/patch handles that 2018-08-11 14:04:29 +02:00
Joost De Cock
012cfe00ac 🔖 v0.6.2 2018-08-11 14:03:10 +02:00
Joost De Cock
a4854735b9 :sprakles: Support for bundled hooks 2018-08-11 14:03:06 +02:00
Joost De Cock
0207fe35f8 🔖 v0.6.1 2018-08-11 08:58:47 +02:00
Joost De Cock
161467f887 🐛 Fixed units call so it's utils.units 2018-08-11 08:58:40 +02:00
Joost De Cock
b994ba433d 🚧 Moved utils to part 2018-08-10 19:04:25 +02:00
Joost De Cock
3dd365e95c insertText hook now does what you'd think 2018-08-10 15:49:46 +02:00
Joost De Cock
ea0801949e 💥 Changed hook structure 2018-08-10 15:36:39 +02:00
Joost De Cock
513e29dac6 🚧 Work on sampling 2018-08-10 14:25:26 +02:00
Joost De Cock
15f947a399 (single) measurement sampling 2018-08-09 16:45:46 +02:00
Joost De Cock
00c3ebe14c Option sampling 2018-08-09 16:11:56 +02:00
Joost De Cock
98fef1a0ae 🚧 Option sample, first results 2018-08-09 15:57:30 +02:00
Joost De Cock
28f61ad4d8 🚧 First sampling steps 2018-08-09 15:10:15 +02:00
Joost De Cock
0254edc4b0 🚧 Changed config options structure 2018-08-09 14:21:10 +02:00
Joost De Cock
32279bb235 🔖 v0.6.0 2018-08-09 11:47:05 +02:00
Joost De Cock
62671f0cda 🚧 Removed lingering console.log 2018-08-09 10:48:37 +02:00
Joost De Cock
0248a1a2ad Added Path.reverse() 2018-08-09 10:46:14 +02:00
Joost De Cock
34a17071c2 Added Path.shiftFractionAlong() 2018-08-08 16:41:50 +02:00
Joost De Cock
4c6c80e0ac 🚧 Added Path.bbox() 2018-08-08 15:53:07 +02:00
Joost De Cock
f990e1890a 🚧 Moved shorthand to part and improved debug 2018-08-08 14:02:06 +02:00
Joost De Cock
a357586344 🚧 Dedicated debug object 2018-08-07 16:32:16 +02:00
Joost De Cock
ff9b561233 🚧 Working on debug 2018-08-07 15:23:37 +02:00
Joost De Cock
014450835a 🚧 Working on debug 2018-08-07 15:22:23 +02:00
Joost De Cock
eda19195d1 🚧 Working on hooks 2018-08-07 13:46:38 +02:00
Joost De Cock
cff2a4023d Path.join() and more robust offset 2018-08-07 07:40:23 +02:00
Joost De Cock
8051a48880 Fixed offset issue when Cp lies on start/end
See https://github.com/Pomax/bezierjs/issues/37#issuecomment-410810976
2018-08-06 20:43:19 +02:00
Joost De Cock
4c81d41ab8 🐛 Avoid rendering false for paths with no text 2018-08-06 16:02:49 +02:00
Joost De Cock
60b3e7d126 Round return value of path.length() 2018-08-06 16:02:24 +02:00
Joost De Cock
a8b286e917 🚨 Sidestep circular dependency 2018-08-05 18:20:45 +02:00
Joost De Cock
6167db92ac 💥 Switched to Capitals for constructors
Also moved round method to avoid circular dependency
2018-08-05 18:19:48 +02:00
Joost De Cock
718c9acda5 Added store 2018-08-05 16:32:38 +02:00
Joost De Cock
fd80450d77 Further changes to handling of parts and copying their data 2018-08-05 15:52:37 +02:00
Joost De Cock
415a98f68e 🔖 v0.5.0 2018-08-05 14:05:48 +02:00
Joost De Cock
fefd9bbb5b 🔧 Fixed typos in package.json 2018-08-05 14:05:22 +02:00
Joost De Cock
12573a5f96 💥 Changed the loading of parts and (macro) plugins 2018-08-05 14:04:15 +02:00