1
0
Fork 0
Commit graph

27287 commits

Author SHA1 Message Date
Joost De Cock
85137b2334 Point.flipX and point.flipY now default to 0 2018-08-31 09:43:46 +02:00
Joost De Cock
8f2f39ddb2 🔧 Now including sourcemaps in build 2018-08-31 09:43:01 +02:00
Joost De Cock
0370b2d88c 🔖 v0.10.4 2018-08-28 08:53:37 +02:00
Joost De Cock
91ae2946e4 Better support for insertText() hook 2018-08-28 08:53:32 +02:00
Joost De Cock
7d9df9f361 🔖 v0.10.3 2018-08-27 16:45:08 +02:00
Joost De Cock
0a1d96ea22 Added support for xml:lang attribute in SVG tag 2018-08-27 16:45:03 +02:00
Joost De Cock
1a029b7ac3 🔖 v0.10.2 2018-08-24 20:16:12 +02:00
Joost De Cock
072abb09b6 Added support for focus sampling of models (comparison) 2018-08-24 20:16:01 +02:00
Joost De Cock
f0793335f7 🔖 v0.10.1 2018-08-23 16:14:49 +02:00
Joost De Cock
2849a093ea 🔥 Removed some unused statements 2018-08-23 16:14:44 +02:00
Joost De Cock
c9fcaa2176 🔖 v0.10.0 2018-08-23 15:57:35 +02:00
Joost De Cock
2134b13bed Added remaining intersection methods 2018-08-23 15:57:23 +02:00
Joost De Cock
a4647dfebb Added Path.split() and the utility methods that support it 2018-08-22 15:55:15 +02:00
Joost De Cock
753c1e913f Added support for circle rendering 2018-08-22 11:34:08 +02:00
Joost De Cock
d131048b2b 🔖 v0.9.0 2018-08-21 16:31:12 +02:00
Joost De Cock
273a4a1d7b Added path intersection methods 2018-08-21 16:30:51 +02:00
Joost De Cock
4553f21843 🐛 Our round() is too precise for utils.linesCross(). Replaced it with Math.round() 2018-08-21 15:31:07 +02:00
Joost De Cock
f43be99877 Added utils.curveCrossesLine and utils.curveCrossesCurve 2018-08-21 13:49:12 +02:00
Joost De Cock
aa80da37cc 🐛 Fixed copy/paste error 2018-08-20 17:15:32 +02:00
Joost De Cock
04bf540a5a Added Path.edge() 2018-08-20 17:10:28 +02:00
Joost De Cock
bb597282ee 🔖 v0.8.4 2018-08-20 12:16:20 +02:00
Joost De Cock
f0035e751c Added strict mode to Pattern.needs() 2018-08-20 12:16:13 +02:00
Joost De Cock
902fe72b4a 🔖 v0.8.3 2018-08-17 20:24:27 +02:00
Joost De Cock
2a2c055981 🔥 Removed snippet comments 2018-08-17 20:24:10 +02:00
Joost De Cock
2886837827 🐛 Fixed issue in Pattern.needs() 2018-08-16 16:09:47 +02:00
Joost De Cock
87ffa51892 🔖 v0.8.2 2018-08-16 15:44:11 +02:00
Joost De Cock
7609af1391 Added support for idPrefix 2018-08-16 15:44:01 +02:00
Joost De Cock
2c7936e58a 🔖 v0.8.1 2018-08-16 13:59:17 +02:00
Joost De Cock
9179846379 🐛 Fixed issue with embed output 2018-08-16 13:59:11 +02:00
Joost De Cock
b73b6b2abd 👷 Updated Travis build command 2018-08-16 12:16:05 +02:00
Joost De Cock
8d44506f42 🔖 v0.8.0 2018-08-16 12:10:09 +02:00
Joost De Cock
0d0784bb95 Switched Pattern.inScope() to Pattern.needs() 2018-08-16 12:09:57 +02:00
Joost De Cock
f3092a6468 Improved tests 2018-08-16 11:58:20 +02:00
Joost De Cock
28a467bdfc 🐛 Improved multi-line text rendering 2018-08-16 11:57:51 +02:00
Joost De Cock
5c4d26b548 Simplified option load (for now) 2018-08-16 11:57:00 +02:00
Joost De Cock
23e4855b28 Avoiding unneeded translates on parts 2018-08-16 11:54:34 +02:00
Joost De Cock
4e56629642 Added attributes.remove() 2018-08-16 11:53:32 +02:00
Joost De Cock
aa225a0cd2 🔧 Removing dependencies from non-browser builds 2018-08-15 19:02:30 +02:00
Joost De Cock
ce3f77f623 Added support for and options 2018-08-15 18:54:47 +02:00
Joost De Cock
13e06162bc 🔧 Specified different build for tests (with sourcemaps) 2018-08-15 18:49:55 +02:00
Joost De Cock
cb6f1dff29 🔖 v0.7.3 2018-08-14 16:43:44 +02:00
Joost De Cock
402b2f47b8 Updated tests to recent changes 2018-08-14 16:43:24 +02:00
Joost De Cock
561c5f83cb 🔖 v0.7.2 2018-08-14 16:33:26 +02:00
Joost De Cock
1886e84947 Updated tests to recent changes 2018-08-14 16:33:12 +02:00
Joost De Cock
c406b51b78 Made fixtures version-agnostic 2018-08-14 16:23:08 +02:00
Joost De Cock
e73f4e0487 Updated fixture 2018-08-14 16:18:55 +02:00
Joost De Cock
7bde9516f8 Added utils.beamCrossesX() 2018-08-14 16:18:16 +02:00
Joost De Cock
463052529d 🐛 Fixed bug in Point.flipX() and Point.flipY 2018-08-14 16:17:43 +02:00
Joost De Cock
0db21000f0 🐛 Fixed faulty reference to utils in Part.shorthand() 2018-08-14 16:16:46 +02:00
Joost De Cock
7cae93350e Support for multi-line text 2018-08-14 12:56:25 +02:00