Christian Petersen
|
e2814943e9
|
[feature] Add grids (#344)
* [feature] grids
* Shows relative grids at different zoom levels
* Update colors
* Restores vec and intersect to monorepo, changes vec.round to vec.toFixed, adds vec.snap
* Snapping in translate and transforms, fix shortcut
* fix bugs in build
* use grid size for nudge too
* update scripts
* Update grid.tsx
* Update grid.tsx
* Fixed!
* Update grid.tsx
* Fix package imports
* Update Editor.tsx
* Improve tsconfigs, imports
* Fix tiny arrow bugs, snap starting points to grid
* Update tsconfig.base.json
* Update shape-styles.ts
* Fix example tsconfig
* Fix translate type error
* Fix types, paths
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
|
2021-11-26 15:14:10 +00:00 |
|
Steve Ruiz
|
6af6cfb617
|
update readmes
|
2021-11-18 14:05:44 +00:00 |
|
Steve Ruiz
|
0c5f8dda48
|
1.0.0 (#267)
* remove sponsorwall for main route
* Adds sponsorship link
* Remove all sponsorwall
* Fix sponsorship link appearance on dark mode
* Add heart icon
* Fix text bug
* Fix toolbar, hide resize handles on sticky
* Add eraser
* Update Kbd.tsx
* cleanup
* base zoom delta on event deltaMode
* Fix image in example
* Fix eraser icon
* eraser tool resets to previous tool
* Update EraseTool.spec.ts
* Improves support for locked shapes
* Update _document.tsx
* Update CHANGELOG.md
* Adds multiplayer menu, fix develop route in example
* Tighten up top panel padding
* Update top bar, bump packages
* refactor TLDrawState -> TLDrawApp, mutables, new tests
* Fix scaling bug, delete groups bug
* fix snapping
* add pressure to points
* Remove mutables, rename to tldraw (or Tldraw)
* Clean up types, add darkmode prop
* more renaming
* rename getShapeUtils to getShapeUtil
* Fix file names
* Fix last bugs related to renaming
* Update state to app in tests
* rename types to TD
* remove unused styles / rename styles
* slight update to panel
* Fix rogue radix perf issue
* Update ZoomMenu.tsx
* Consolidate style panel
* Fix text wrapping in text shape, improve action menu
* Fix props
* add indicators for tool lock
* fix calloits
* Add click to erase shapes
* Slightly improve loading screen
* Update PrimaryTools.tsx
* remove force consistent filenames from tsconfig
* Update useTldrawApp.tsx
* fix capitalization
* Update main.yml
|
2021-11-16 16:01:29 +00:00 |
|
Steve Ruiz
|
12e425ddc4
|
[fix] rotate center (#213)
* fixes rotate center after translating / transforming
* Adds test, fixes issue on undo/redo
* Update tsconfig.base.json
|
2021-10-30 10:04:33 +01:00 |
|
Steve Ruiz
|
56f327d4f9
|
Adds tsconfig-replace-paths
|
2021-09-14 08:51:24 +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
|
fb2c5088a9
|
Remove id property
|
2021-09-08 11:46:28 +01:00 |
|
Steve Ruiz
|
7d37cf34c1
|
Adds references
|
2021-09-06 12:44:14 +01:00 |
|
Steve Ruiz
|
c619ef0ec1
|
cleans up package.json, scripts
|
2021-08-30 19:10:30 +01:00 |
|
Steve Ruiz
|
64d00dc427
|
Replaces isDarkMode with meta, a more flexible option for custom rendering context
|
2021-08-30 11:44:42 +01:00 |
|
Steve Ruiz
|
9e8e99cb6f
|
Move state to rko
|
2021-08-29 14:33:43 +01:00 |
|
Steve Ruiz
|
bd938c995b
|
cleans up tsconfigs
|
2021-08-13 13:48:08 +01:00 |
|