Steve Ruiz
|
a3da5e1937
|
v0.0.87
|
2021-09-12 13:26:57 +01:00 |
|
Steve Ruiz
|
9f309bb485
|
Merge pull request #86 from tldraw/utils-refactor
Split vectors and intersections into new packages
|
2021-09-12 13:26:08 +01:00 |
|
Steve Ruiz
|
7f0cfd2c5a
|
Splits vectors and intersections into new packages
esbuild isn't currently tree shaking intersections, but that's a file where we could save some room
|
2021-09-12 13:21:44 +01:00 |
|
Steve Ruiz
|
6e97d67f0d
|
Merge pull request #85 from tldraw/divs
Moves to components
|
2021-09-12 11:18:01 +01:00 |
|
Steve Ruiz
|
8bcb2e1154
|
Fix tests
|
2021-09-12 00:41:50 +01:00 |
|
Steve Ruiz
|
915a7ba194
|
fix draw bug
|
2021-09-12 00:34:15 +01:00 |
|
Steve Ruiz
|
af81a98fa4
|
Fix jumpy shapes
|
2021-09-12 00:13:45 +01:00 |
|
Steve Ruiz
|
d79f66da4e
|
Fix null issues (more to do here)
|
2021-09-11 23:58:22 +01:00 |
|
Steve Ruiz
|
4b7d9c2af9
|
Fix transforms
|
2021-09-11 23:24:49 +01:00 |
|
Steve Ruiz
|
0afd7f2806
|
Fix impossible type
|
2021-09-11 23:22:07 +01:00 |
|
Steve Ruiz
|
c004ed5e56
|
Fix text scrolling
|
2021-09-11 23:17:54 +01:00 |
|
Steve Ruiz
|
c8c3ebce68
|
Fix bounds edge handles
|
2021-09-11 20:02:16 +01:00 |
|
Steve Ruiz
|
dea7d5c7d4
|
Push a few more methods to the base shape utils class
|
2021-09-11 18:07:53 +01:00 |
|
Steve Ruiz
|
f4e8631482
|
Increase padding
|
2021-09-11 17:23:38 +01:00 |
|
Steve Ruiz
|
5359e92771
|
Move SVG container to shape implementations
|
2021-09-11 17:21:10 +01:00 |
|
Steve Ruiz
|
4c41d98c8e
|
Fix text shape
|
2021-09-11 17:06:28 +01:00 |
|
Steve Ruiz
|
9787cafc06
|
Fix drawing session, avoids expensive iterations if we can
|
2021-09-11 17:01:59 +01:00 |
|
Steve Ruiz
|
e7987ca451
|
moves to div renderer
|
2021-09-11 16:24:03 +01:00 |
|
Steve Ruiz
|
bc96414bf7
|
Fix component placement
|
2021-09-09 23:22:22 +01:00 |
|
Steve Ruiz
|
35a18920f4
|
v0.0.86
|
2021-09-09 17:18:38 +01:00 |
|
Steve Ruiz
|
1b3084b502
|
Merge pull request #84 from tldraw/feature-resize-observer
[feature] resize observer, embedded component improvements
|
2021-09-09 17:17:17 +01:00 |
|
Steve Ruiz
|
d0e33f22e1
|
Fix bad import, bump esbuild
|
2021-09-09 17:06:22 +01:00 |
|
Steve Ruiz
|
64e5edbd6f
|
Fix test and accidental files from dev, fix container styles
|
2021-09-09 15:37:46 +01:00 |
|
Steve Ruiz
|
29883e09e8
|
Fix embedded page on dev
|
2021-09-09 15:18:47 +01:00 |
|
Steve Ruiz
|
9194ee7522
|
Tweak dev server
|
2021-09-09 14:58:55 +01:00 |
|
Steve Ruiz
|
44e1c7dfdc
|
Adds independent zooms, prevents elements from effecting root or body
|
2021-09-09 14:06:45 +01:00 |
|
Steve Ruiz
|
b00e0d3a95
|
Improves pan and zoom gestures
|
2021-09-09 13:32:08 +01:00 |
|
Steve Ruiz
|
8154ed5a2a
|
Adjusts small example, makes inputs unique to each instance
|
2021-09-08 17:18:43 +01:00 |
|
Steve Ruiz
|
2653f396bf
|
v0.0.85
|
2021-09-08 14:48:03 +01:00 |
|
Steve Ruiz
|
cea2c886f3
|
Merge pull request #83 from tldraw/feature-patch-updates
Adds patchShapes, pageId to patch / update shapes
|
2021-09-08 14:45:47 +01:00 |
|
Steve Ruiz
|
73ed0781ea
|
Adds patchShapes, pageId to patch / update shapes
|
2021-09-08 14:40:04 +01:00 |
|
Steve Ruiz
|
d97cfd494e
|
v0.0.84
|
2021-09-08 13:04:13 +01:00 |
|
Steve Ruiz
|
9b23bc3719
|
Merge branch 'main' of https://github.com/tldraw/tldraw into main
|
2021-09-08 13:03:11 +01:00 |
|
Steve Ruiz
|
784a77fe26
|
Update tldraw.test.tsx
|
2021-09-08 13:02:58 +01:00 |
|
Steve Ruiz
|
e9aa3e76f5
|
Merge pull request #82 from tldraw/fix-on-mount
Fix on mount
|
2021-09-08 13:02:09 +01:00 |
|
Steve Ruiz
|
21c42cbe12
|
Add test
|
2021-09-08 12:55:42 +01:00 |
|
Steve Ruiz
|
7489ee8174
|
Add imperative test, bump rko
|
2021-09-08 12:53:52 +01:00 |
|
Steve Ruiz
|
91fe0f612a
|
v0.0.83
|
2021-09-08 12:16:22 +01:00 |
|
Steve Ruiz
|
91683769ed
|
v0.0.82
|
2021-09-08 12:15:50 +01:00 |
|
Steve Ruiz
|
3e1e54ee14
|
Merge pull request #81 from tldraw/improvement-controlled-document
Improvement controlled document
|
2021-09-08 12:12:53 +01:00 |
|
Steve Ruiz
|
c630e1f8be
|
Fix change to loadDocument
|
2021-09-08 12:09:03 +01:00 |
|
Steve Ruiz
|
220d8aebda
|
Minor fixes
|
2021-09-08 11:58:24 +01:00 |
|
Steve Ruiz
|
fb2c5088a9
|
Remove id property
|
2021-09-08 11:46:28 +01:00 |
|
Steve Ruiz
|
2a799ade6e
|
Update [...nextauth].ts
|
2021-09-08 11:39:22 +01:00 |
|
Steve Ruiz
|
7bba32aba2
|
Update tlstate.ts
|
2021-09-08 11:32:11 +01:00 |
|
Steve Ruiz
|
edc87ee317
|
Update app.tsx
|
2021-09-08 11:27:56 +01:00 |
|
Steve Ruiz
|
4a0800a5df
|
cleanup
|
2021-09-08 11:27:05 +01:00 |
|
Steve Ruiz
|
4e13b0e07b
|
Allow for resets when id changes
|
2021-09-08 11:16:10 +01:00 |
|
Steve Ruiz
|
2aeb513342
|
Fix control by props, add control test example
|
2021-09-08 10:01:45 +01:00 |
|
Steve Ruiz
|
8c2c8d8c93
|
Merge pull request #79 from tldraw/fix-parent-on-translate-redo
Fix bug on cloning shapes that are the child of a group
|
2021-09-06 14:43:38 +01:00 |
|