tldraw/e2e/test
Steve Ruiz eb26964130
[refactor] restore createTLSchema (#1444)
This PR restores `createTLSchema`. 

It also:
- removes `TldrawEditorConfig.default`
- makes `config` a required property of `<TldrawEditor>`, though it's
created automatically in `<Tldraw>`.
- makes `config` a required property of `App`
- removes `TLShapeType` and replaces the rare usage with
`TLShape["type"]`
- adds `TLDefaultShape` for a union of our default shapes
- makes `TLShape` a union of `TLDefaultShape` and `TLUnknownShape`

### Change Type

- [x] `major` — Breaking Change

### Release Notes

- [editor] Simplifies custom shape definition
- [tldraw] Updates props for <TldrawEditor> component to require a
`TldrawEditorConfig`.
2023-05-24 10:48:31 +00:00
..
helpers [refactor] restore createTLSchema (#1444) 2023-05-24 10:48:31 +00:00
specs Measure individual words instead of just line breaks for text exports (#1397) 2023-05-22 15:10:03 +00:00
mocha-ext.ts Added initial webdriver tests (#1337) 2023-05-09 20:21:45 +00:00
test-constants.ts Added initial webdriver tests (#1337) 2023-05-09 20:21:45 +00:00