Steve Ruiz
55b27b9e1f
Fix icons on ios
2021-11-23 16:34:52 +00:00
Steve Ruiz
8328a7a9f7
add large breakpoint for undo/redo
2021-11-23 15:29:11 +00:00
Steve Ruiz
4b946edeac
v1.1.4
2021-11-23 15:13:39 +00:00
Steve Ruiz
010a2c75be
Update CHANGELOG.md
2021-11-23 15:13:02 +00:00
Steve Ruiz
d0206f485e
Improve style menu ( #361 )
...
* Change undo / redo icons, add undo/redo buttons, add Styles label
* Update TopPanel.tsx
* Fix breakpoints
2021-11-23 15:06:16 +00:00
Steve Ruiz
b1d46c29f6
Fix copy svg / json when page is empty.
2021-11-22 16:53:24 +00:00
Steve Ruiz
839b389f41
Update SelectTool.ts
2021-11-22 16:27:19 +00:00
Steve Ruiz
b4d3d929ab
v1.1.3
2021-11-22 16:20:06 +00:00
Steve Ruiz
f464f3f494
Update CHANGELOG.md
2021-11-22 16:18:20 +00:00
Steve Ruiz
a2fff9dca7
[improvement] Add basic support for copying text ( #354 )
...
* Add getSvgElement
* Update TextUtil.tsx
* Add sticky svg
* Fix bounds bug, improve text export
* Include fonts
2021-11-22 16:15:51 +00:00
Yao Wang
f8dc5b3248
[docs] fix type (tldraw/core) ( #353 )
...
- `Indicator` -> `Component`
Closes #352
2021-11-22 15:21:19 +00:00
Steve Ruiz
5e6a6c9967
[improvement] refactor multiplayer ( #336 )
...
* Move rko into library, improve multiplayer example
* Add presence layer
* extract to a hook
* Migrate old documents to new structures
* Update repo-map.tldr
* More improvements
* Fix bug on deleted shapes
* Update MultiplayerEditor.tsx
2021-11-22 14:00:24 +00:00
Steve Ruiz
cdfad49184
Update useKeyboardShortcuts.tsx ( #351 )
2021-11-22 13:59:59 +00:00
Proful Sadangi
dad6daf758
[feature] Added LineTool functionality ( #343 )
...
* Added LineTool functionality
* Fix Typo error
* Create LineIcon
* Update useKeyboardShortcuts.tsx
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-22 12:28:56 +00:00
Steve Ruiz
588a023e0e
v1.1.2
2021-11-21 12:42:32 +00:00
Steve Ruiz
adb680f8cf
[fix] brush selection on groups ( #335 )
...
* select groups rather than grouped shapes
* Adds test
2021-11-21 12:40:17 +00:00
Yao Wang
ec6d824b88
docs(contribute doc): move the guides folder to root folder ( #329 )
...
- make sure the contribute doc can refer to the guides
2021-11-21 12:09:52 +00:00
Proful Sadangi
a1f4149efe
Fixed bug related to locked tools & select tool ( #331 )
2021-11-21 11:53:13 +00:00
Steve Ruiz
bbbb9bcabb
Fix kbd spacing ( #325 )
2021-11-20 15:46:05 +00:00
Steve Ruiz
9dc58e721e
v1.1.1
2021-11-20 15:22:33 +00:00
Steve Ruiz
d30fec3436
Update CHANGELOG.md
2021-11-20 15:21:43 +00:00
Proful Sadangi
a53aeb9e0d
[feature] Shift drag arrow functionality ( #319 )
...
* Shift drag arrow functionality
* fix
* Remove shift effect in onHandleChange
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-20 15:18:06 +00:00
Babu Annamalai
dcc3cd49b5
fix typo in action button tooltips ( #324 )
...
Co-authored-by: mysticmind <babu.annamalai@gmail.comm>
2021-11-20 15:10:34 +00:00
Steve Ruiz
119b1e3d0f
v1.1.0
2021-11-20 13:31:20 +00:00
Steve Ruiz
836b6f53d0
Update CHANGELOG.md
2021-11-20 13:31:00 +00:00
Steve Ruiz
7faa716784
v1.0.5
2021-11-20 13:28:07 +00:00
Steve Ruiz
212cef1fb4
Update CHANGELOG.md
2021-11-20 13:27:45 +00:00
Steve Ruiz
fe831c325d
[fix] zoom shortcuts ( #323 )
...
* Adds overrides for zoom in / out / reset commands
* Add reset command, numpad keys
* Remove unused shortcuts
* Update package.json
2021-11-20 13:25:41 +00:00
Steve Ruiz
8531971896
Update ActionButton.tsx ( #320 )
2021-11-20 10:48:18 +00:00
Steve Ruiz
0685ca3871
[feature] fonts ( #308 )
...
* adds fonts
* Add alignment options
* Update useKeyboardShortcuts.tsx
* Improve style panel
* Alignment for sticky notes
* swap fonts
2021-11-20 09:37:42 +00:00
/c²
a0891ca3ff
Change Github to GitHub ( #315 )
2021-11-20 08:21:17 +00:00
Steve Ruiz
62803443ef
fix stuck pointer during text editing / palm hits ( #316 )
2021-11-20 00:05:48 +00:00
dinaco
6e72b78e91
Add Discord link to Menu ( #312 )
...
* [feature] Add Discord link to Menu #309
* [feature] Add Discord link to Menu #309
* Moves icon to new component
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-19 20:46:51 +00:00
Steve Ruiz
6214718c31
Update useKeyboardShortcuts.tsx ( #313 )
2021-11-19 20:26:16 +00:00
Steve Ruiz
af0764d3f9
v1.0.4
2021-11-19 15:02:04 +00:00
Steve Ruiz
e043b884ac
Update CHANGELOG.md
2021-11-19 15:01:41 +00:00
Steve Ruiz
67a7935cfc
[fix] page options dialog ( #302 )
...
* fix rename pages
* Update sponsors.ts
2021-11-19 13:20:23 +00:00
Steve Ruiz
eb20f1c816
[fix] current style and selected style ( #298 )
...
* Fix selectedStyles from being new on each update
* Fix again
* Update TldrawApp.ts
* Fix log around current style and selected style
* Add stub test, move style menu into folder
* Cleanup repo
* cleanup context menu
2021-11-19 10:19:06 +00:00
Steve Ruiz
e0b607e512
Undo fixes
2021-11-18 19:54:20 +00:00
Steve Ruiz
e7f61eac34
Fix selectedStyles from being new on each update ( #293 )
2021-11-18 18:18:30 +00:00
Steve Ruiz
2f8d973b07
Fix error when starting a session while already in a session.
2021-11-18 16:38:49 +00:00
Steve Ruiz
2f1816404b
Fix bug in ellipse ( #292 )
2021-11-18 16:33:12 +00:00
Steve Ruiz
e542f1fde5
Update READMEs ( #290 )
...
* Update readmes
* tweak links
* Update README.md
2021-11-18 15:07:55 +00:00
Steve Ruiz
9158666a09
Update README.md
2021-11-18 14:06:05 +00:00
Steve Ruiz
6af6cfb617
update readmes
2021-11-18 14:05:44 +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
Steve Ruiz
878ca710b7
bumps rko
2021-11-18 12:13:38 +00:00
Steve Ruiz
2398ba80ec
Update TldrawApp.ts
2021-11-18 11:39:20 +00:00
Steve Ruiz
c965c12532
Fix default behavior for copy svg / copy json
2021-11-18 11:39:00 +00:00
Steve Ruiz
3228ff6352
Add prompt to confirm new project
2021-11-18 11:23:19 +00:00
Steve Ruiz
d1b37b7997
Fix text breaks
2021-11-18 08:25:47 +00:00
Steve Ruiz
5590362b0a
update scripts
2021-11-17 11:54:59 +00:00
Steve Ruiz
325008ff82
v1.0.3
2021-11-17 11:50:57 +00:00
Steve Ruiz
1fb5c633c5
fix issue with create-react-app
2021-11-17 11:50:30 +00:00
Steve Ruiz
409f3513a1
v1.0.2
2021-11-17 11:24:45 +00:00
Steve Ruiz
f9a4d81135
bump rko
2021-11-17 11:24:12 +00:00
Steve Ruiz
3cb4d1c679
v1.0.1
2021-11-17 11:09:32 +00:00
Steve Ruiz
d867e439e1
Update CHANGELOG.md
2021-11-17 11:09:12 +00:00
Steve Ruiz
2c1cba0a49
Improves action button / delete button appearance
2021-11-17 11:06:56 +00:00
Steve Ruiz
1ef5f85e59
[feature] resize from center ( #279 )
...
* adds alt key to transform from center
* adds tests
2021-11-17 11:05:33 +00:00
Steve Ruiz
c1e053fb11
Fix toggle prop
2021-11-16 21:21:02 +00:00
Steve Ruiz
280b831c51
reduce dimming on disabled buttons
2021-11-16 21:05:35 +00:00
Steve Ruiz
b1002b70e9
Round points when a draw shape is completed
2021-11-16 21:04:00 +00:00
Steve Ruiz
6d3251f195
Fix multiplayer room
2021-11-16 19:41:16 +00:00
Steve Ruiz
d0a673931f
action button / delete button disabled when selection is empty
2021-11-16 17:05:17 +00:00
Steve Ruiz
b9fdb89995
v1.0.0
2021-11-16 16:03:54 +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
8fd8e534f4
Update CHANGELOG.md
2021-11-12 22:30:35 +00:00
Steve Ruiz
f0a766b653
v0.1.17
2021-11-12 22:30:04 +00:00
Steve Ruiz
738fa2f8d6
v0.1.16
2021-11-12 22:28:30 +00:00
Steve Ruiz
f0e89b591b
v0.1.15
2021-11-12 22:27:38 +00:00
Steve Ruiz
e215b3a25e
Update TLDrawState.ts
2021-11-12 22:26:45 +00:00
Steve Ruiz
569948a7d8
v0.1.14
2021-11-12 22:25:32 +00:00
Steve Ruiz
d13e25b5b0
Remove copy-files
2021-11-12 22:22:39 +00:00
Steve Ruiz
ec9a40b800
Update DrawSession.ts ( #272 )
2021-11-12 22:19:50 +00:00
Steve Ruiz
b3d0e7cceb
Adds double click to tool lock, replaces tool lock button with delete button ( #266 )
2021-11-11 13:03:13 +00:00
Steve Ruiz
e4076acc5f
v0.1.13
2021-11-11 12:16:10 +00:00
Steve Ruiz
9c8d064aaa
v0.1.12
2021-11-11 12:13:04 +00:00
Steve Ruiz
84a91ccc70
updates docs / readmes / adds contributor guide
2021-11-11 12:11:21 +00:00
Steve Ruiz
5be36d9bd8
changelog
2021-11-11 11:41:04 +00:00
Steve Ruiz
fa38c0ef0d
[improvement] examples ( #264 )
...
* Example project, fix bugs in readonly mode
* Adds ui options
2021-11-11 11:37:57 +00:00
Steve Ruiz
58fc99cc08
v0.1.12
2021-11-11 09:57:33 +00:00
Steve Ruiz
cf16cea87d
Update CHANGELOG.md
2021-11-11 09:56:56 +00:00
Steve Ruiz
63137b04e9
bump
2021-11-11 09:56:21 +00:00
Proful Sadangi
4dd1aea572
Fix tooltip label & color contrast ( #262 )
...
* Fix tooltip label & color contrast
* adds fix for context menu
* Fix focus within
* Add inline docs
* Fix color for kbd
* Fix for submenu
* tighten up code
* Added onBlur mock function
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-11 09:54:58 +00:00
Francois Laberge
a95b581e07
Prepare for Publishing VS Code Extension ( #227 )
...
* Changed Wardlt use back to Tldraw. Added some VS Code marketplace categories
* Missed removing one Wardlt mention
* Initial support for esbuild based vscode extension workflow.
* Hacky start of vs code extension build script
* Fixed categories of extension
* Added script for generating VS Code extension installer
* Temp fix for file format change affecting VS Code extension
* Temp fix for file format change issue
* Cleanup, prevent changes from saving pagestates
* Remove logic around saving pageState
* standardize capitalization
* v0.1.8
* Edit readme, scripts
* Update .eslintignore
* v0.1.9
* v0.1.10
* cleans up build scripts, adds publishing notes
* Added VS Code extension implementation references links. start:vscode now auto opens the extension folder in VS Code
* Removed step from VS Code README to manually open the extensions folder
* Removed file
* v0.1.11
* v0.1.12
* Fix empty file
* v0.1.13
* README cleanup
* v0.1.14
* Update TLDrawEditorProvider.ts
* v0.1.15
* Fix types for file extension (sort of) build script for extension
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-10 15:35:51 +00:00
Steve Ruiz
c1288363cd
v0.1.11
2021-11-10 12:11:49 +00:00
Steve Ruiz
699bf6a368
bumps
2021-11-10 12:11:24 +00:00
Steve Ruiz
725f3105d6
v0.1.10
2021-11-10 12:09:29 +00:00
Steve Ruiz
83c6a978ad
v0.1.9
2021-11-10 12:09:02 +00:00
Steve Ruiz
14cadbe5b5
v0.1.8
2021-11-10 12:08:32 +00:00
Steve Ruiz
09a357ca9d
Update CHANGELOG.md
2021-11-10 12:07:59 +00:00
Steve Ruiz
2fe646c2c7
Fix sticky and text ( #234 )
2021-11-10 12:07:01 +00:00
Steve Ruiz
8b3c963a08
v0.1.7
2021-11-09 14:38:09 +00:00
Steve Ruiz
1b05a15347
Update CHANGELOG.md
2021-11-09 14:37:52 +00:00
Steve Ruiz
6592608a09
[fix] Text on Safari ( #232 )
...
* Fix editing bug on safari text
* Fix text behavior when blurring
* Update SelectTool.ts
2021-11-09 14:26:41 +00:00
Steve Ruiz
0b5a516b57
[fix] missing file menu ( #231 )
...
* Fix missing file menu
* Update TLDraw.tsx
2021-11-09 10:55:01 +00:00
Steve Ruiz
be2c6d6d1f
[refactor] events ( #230 )
...
* bumps rko, adds events
* rename tlstate to state, fix env for multiplayer test
* Fix multiplayer
* rename data tldrawstate to tldrawsnapshot
* Update multiplayer-editor.tsx
* Fix shhhmp
* Update 2.tldr
* Add API to the README
2021-11-08 14:21:37 +00:00
Steve Ruiz
f037118928
Update ArrowUtil.tsx
2021-11-07 20:07:57 +00:00
Steve Ruiz
be1f6c3c3c
Update CHANGELOG.md
2021-11-07 14:45:57 +00:00
Steve Ruiz
4f3fae41b5
v0.1.6
2021-11-07 14:45:42 +00:00
Steve Ruiz
b726796d88
v0.1.5
2021-11-07 14:44:20 +00:00
Steve Ruiz
c479987dd8
Update CHANGELOG.md
2021-11-07 14:43:57 +00:00
Steve Ruiz
5627c34763
Update CHANGELOG.md
2021-11-07 14:43:29 +00:00
Steve Ruiz
6951fb370c
fix events on top panel ( #226 )
2021-11-07 14:42:27 +00:00
Steve Ruiz
f30eb26003
Change listening port from 5000 to 5420 ( #225 )
2021-11-07 14:29:24 +00:00
Steve Ruiz
7c980ebb19
Electron App ( #224 )
...
* add electron wrapper
* add to workspaces
* fixes electron setup
* Fix package for dev
* build out electron app communication
* Update README.md
2021-11-07 13:45:48 +00:00
Francois Laberge
0b15992464
Create VS Code Extension ( #4 )
...
* Start of vscode extension. Current code is copy/paste from custom editor samples from Microsoft. We need to evaluate if using their text based customer editor or full on new custom editor is the way to go
* Not sure how I missed these files. Adding them
* Have a custom editor triggering off of .tldr files. Added gitignores for generated folder. Have iframed tldraw loading and security policies set to do so
* Can now load a .tldr file. No saving support yet. Load times are slow, mostly from editor loading up I think
* Have temporary solution for saving working now too.
* Missed af ile
* Backing up progress in syncing tldraw editor history changes
* Removed console
* ...
* ...
* Cleanup
* Have save working well now.
* Moved extension into 'integrations' folder
* Trying out WebviewPanelOptions.retainContextWhenHidden=true and it's looking promising
* Some cleanup
* Trying out new @tldraw/editor module
* Have prototype loading using new embedded editor
* ...
* Shaved off 1 second from editor loadtime
* Got save working again. Had to manually fixuppreviously created .tldr files as the format changed a bit
* More tuning
* Starting work to get new tldraw/tldraw working.
* Added example tldr files to vscode package
* Removed old editor package
* Have onChange working with latest fix. Back to iframed for a few mom
* Fixed up .tldr files
* Have iframe free extension working, but requiring hand crafted building
* ...
* Better handling of empty .tldr files. Still an issue with freshly created files trying to save as .js or .json
* Thoroughly added comments for the extension code. Need to add diagrams though and now will document/comment/diagram the editor src code
* Added comments to all of the editor side of the VS Code Extension. Also cleaned up the code
* More cleanup of VS Code Extension code and have script automating generating the initial webview's html content from the cra editor static build
* Tweaks to watch logic
* Improved scripts for publishing to VS Code Marketplace
* Improved name
* Made the smiley angry
* Reverted
* Turned smiley mad
* Turned smiley mad
* Made smiley sad
* Have a lot of plumbing working for Github codespaces and github.dev support
* Imported new tldraw vs code extension code. Added instructions for workflows
* Quick fix
* Fix for corrupted arrows files
* Updated editor build step to new location
* Merge branch 'main' into vscode-extension-v1, add local file updating
* Update App.tsx
* Cleanup, bumped to 0.0.124 @tldraw/tdlraw and published a 0.10.0 version of hte extension
* Added Trello/Kanban style file
* Finished video
* brings up to date
* Fix scripts
* Update README.md
* Update .babelrc
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-06 16:49:53 +00:00
Steve Ruiz
a70cb145be
don't minify
2021-11-06 16:09:38 +00:00
Steve Ruiz
3c1de1f169
name memoized components
2021-11-06 11:19:15 +00:00
Steve Ruiz
e11f05028f
[mega-chore] renaming ( #223 )
...
* Rename shape utils
* renames files
* Add husky
* Delete .babelrc
* Update TLDR.ts
* renames commands
* Update package.json
* more pre-commit work
2021-11-06 11:16:30 +00:00
Steve Ruiz
b3ea398ba1
v0.1.4
2021-11-06 08:09:15 +00:00
Steve Ruiz
7f3f347d39
Update CHANGELOG.md
2021-11-06 08:08:59 +00:00
Steve Ruiz
492281ac18
Fix shortcut in menu
2021-11-06 08:07:43 +00:00
Proful Sadangi
bbb2bfbeb0
Fix for extra divider in the context menu ( #222 )
...
* Fix for extra divider in the context menu
* Moves divider to above group section, if present
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-06 08:04:44 +00:00
Steve Ruiz
0508857535
Update TrashIcon.tsx
2021-11-05 23:58:12 +00:00
Steve Ruiz
0aaa722f5a
v0.1.3
2021-11-05 21:14:35 +00:00
Steve Ruiz
8a436aa9c3
pwa updates
2021-11-05 21:14:12 +00:00
Steve Ruiz
ec3dae085c
[improvement] repo, scripts ( #220 )
...
* Fix menu, cleanup package.json
* update changelog
2021-11-05 20:31:20 +00:00
Steve Ruiz
fb77323ef2
[feature] filesystem + readonly ( #218 )
...
* Fix escape key for menu
* Adds filesystem support, readonly mode
* Move file system events to external hook
* Adds onSignIn callback, prevent event by default
2021-11-05 14:13:14 +00:00
Steve Ruiz
61ac6427fb
Migrations done!
2021-11-05 07:08:25 +00:00
Steve Ruiz
39f56d564a
More debugging
2021-11-05 07:03:44 +00:00
Steve Ruiz
e3775c4c12
force migrate
2021-11-05 06:57:41 +00:00
Steve Ruiz
25cd388ff3
fixes migration bug?
2021-11-05 06:52:28 +00:00
Steve Ruiz
795936f8f1
v0.1.2
2021-11-04 15:52:57 +00:00
Steve Ruiz
fe2e3c81fe
[improvement] Migrations ( #217 )
...
* Add better migrations
* Improves migrations
* rename dev to example
* renames migrate
* Removes workers from git
* Remove rogue dependency
* Fix dropdown navigation by keyboard
2021-11-04 15:48:39 +00:00
Steve Ruiz
cb777c85d1
v0.1.1
2021-11-04 13:17:11 +00:00
Steve Ruiz
92e076fb3f
update tracked, scripts
2021-11-04 13:16:26 +00:00
Steve Ruiz
d69d24eb8f
moves react back to peer dependencies
2021-11-04 13:09:51 +00:00
Steve Ruiz
6ea220d6b4
v0.1.0
2021-11-04 13:01:33 +00:00
Steve Ruiz
0e477676c7
Update dependencies, mark external
2021-11-04 13:00:51 +00:00
Steve Ruiz
161d69939f
[fix] Safari icons ( #216 )
...
* Fix icons on Safari, improve padding for UI
* fix types
* Update SizeMenu.tsx
* bumps size of primary buttons
* Minor UI tweaks
2021-11-04 12:26:41 +00:00
Steve Ruiz
72b6fafcc1
Fix ActionButton bug
2021-11-03 16:51:29 +00:00
Steve Ruiz
e2369003c6
[improvement] UI ( #215 )
...
* move folders out of packages
* Remove custom yarn stuff, remove duplicate readme
* Remove stitches config
* Add README script.
* bump deps
* Fix script
* Update package.json
* rehauls UI
* further rehauls UI
* UI polish
* Update ToolButton.tsx
* Update ToolButton.tsx
* Bump license
* move tldraw to root
* Remove SW
2021-11-03 16:46:33 +00:00
Steve Ruiz
b68a4681e1
[improvement] repo shuffle ( #214 )
...
* move folders out of packages
* Remove custom yarn stuff, remove duplicate readme
* Remove stitches config
* Add README script.
* bump deps
* Fix script
* Update package.json
2021-11-02 11:46:25 +00:00
Steve Ruiz
3ff8f25dbc
v0.0.133
2021-11-01 15:30:10 +00:00
Steve Ruiz
0d564c1501
Remove libraries
2021-11-01 15:26:44 +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
cb96740dbc
Update app.tsx
2021-10-29 15:01:32 +01:00
Steve Ruiz
742f9421d6
Remove core example
2021-10-29 15:01:09 +01:00
Steve Ruiz
b6f2e2940f
Remove references to core, fix core example
2021-10-29 15:00:55 +01:00
Steve Ruiz
a8377139ab
v0.0.132
2021-10-28 22:56:13 +01:00
Steve Ruiz
10d0a5f5a1
Adds migration for documents
2021-10-28 22:49:00 +01:00
Steve Ruiz
5901035214
v0.0.131
2021-10-28 22:34:17 +01:00
Steve Ruiz
8249d6d66c
update changelog
2021-10-28 22:33:55 +01:00
Steve Ruiz
e3ec44c011
Fix bounds issue
2021-10-28 22:31:29 +01:00
Steve Ruiz
419302e673
Update to core (again) ( #211 )
...
* Updates to new core.
* Fix arrow bug
2021-10-28 18:10:36 +01:00
Steve Ruiz
5479d67877
Updates to new core. ( #210 )
2021-10-28 17:50:58 +01:00
Steve Ruiz
bc080a6634
bumps core
2021-10-27 18:54:07 +01:00
Steve Ruiz
599e6032a9
Removes core (off to its own repo)
2021-10-27 18:52:02 +01:00