Wykres commitów

17 Commity (580248a3af53b6a1c22ef84d4ee23e047d0d46b1)

Autor SHA1 Wiadomość Data
Steve Ruiz 580248a3af v1.2.7 2021-12-12 21:45:57 +00:00
Steve Ruiz 8d9629586c v1.2.5 2021-12-10 16:08:17 +00:00
Steve Ruiz fae66549c7 v1.2.3 2021-12-02 13:06:43 +00:00
Steve Ruiz 03cfea6404 v1.2.2 2021-11-28 10:25:17 +00:00
Steve Ruiz 3ab5db27b9 v1.2.1 2021-11-28 10:19:29 +00:00
Steve Ruiz 7bf5f5fd8a v1.2.0 2021-11-28 10:16:30 +00:00
Steve Ruiz 0fe3d80fa4 v1.1.11 2021-11-28 10:10:09 +00:00
Noah Shipley 98cc0d4cac
Feature/mobx - adds mobx support to @tldraw/core (#383)
* Initial commit with mobx

* Convert more to mobx

* Make useCameraCss reactive (autorun)

* Move more items to mobx

* Fix more invalid components and layout hooks that needed to be reactive

* Add autorun to css layout effect

* Remove centric specific yarn.lock changes

* mild cleanup

* update from main

* add tests, example

* cleanup

* minor tweak to advanced example

* Update app.tsx

* Optimizations around events not being memoized

* Support className property on SVGContainer

* Add data-type to shape container to aid with external styling

* Fix classnames

* Fixes bug on text shapes / shapes with refs

* v1.1.9-beta.1

* v1.1.9-beta.2

* Drop mobx as a dependency for core

* v1.1.9-beta.3

* rename

* Revert "Drop mobx as a dependency for core"

This reverts commit 2d93f84a87.

* remove unused code from utils, move curve to separate package

* v1.1.9-beta.4

* Add pretty-quick

* Update package.json

* Renamings

Co-authored-by: Noah Shipley <nshipley@centricsoftware.com>
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-28 10:05:40 +00:00
Steve Ruiz 9f04e33ecd v1.1.10 2021-11-27 16:22:14 +00:00
Steve Ruiz a8f2522d20 v1.1.5 2021-11-26 17:15:54 +00:00
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 b4d3d929ab v1.1.3 2021-11-22 16:20:06 +00:00
Steve Ruiz 588a023e0e v1.1.2 2021-11-21 12:42:32 +00:00
Steve Ruiz 119b1e3d0f v1.1.0 2021-11-20 13:31:20 +00:00
Steve Ruiz 7faa716784 v1.0.5 2021-11-20 13:28:07 +00:00
Steve Ruiz af0764d3f9 v1.0.4 2021-11-19 15:02:04 +00:00
Steve Ruiz e6a3e5c3ea
[big chore] restore core to monorepo (#287)
* move core into repo, apps into apps folder, update tests

* Update scripts for build:core

* improve scripts

* remove noise from www

* Update .gitignore

* Fix focus bug

* add ci test script

* Update main.yml
2021-11-18 13:09:18 +00:00