Tldraw/apps/examples/e2e/tests
Steve Ruiz bf27743595
Rename shapes apis (#1787)
This PR updates APIs related to shapes in the Editor.

- removes the requirement for an `id` when creating shapes
- `shapesOnCurrentPage` -> `currentPageShapes`
- `findAncestor` -> `findShapeAncestor`
- `findCommonAncestor` -> `findCommonShapeAncestor`
- Adds `getCurrentPageShapeIds`
- `getAncestors` -> `getShapeAncestors`
- `getClipPath` -> `getShapeClipPath`
- `getGeometry` -> `getShapeGeometry`
- `getHandles` -> `getShapeHandles`
- `getTransform` -> `getShapeLocalTransform`
- `getPageTransform` -> `getShapePageTransform`
- `getOutlineSegments` -> `getShapeOutlineSegments`
- `getPageBounds` -> `getShapePageBounds`
- `getPageTransform` -> `getShapePageTransform`
- `getParentTransform` -> `getShapeParentTransform`
- `selectionBounds` -> `selectionRotatedPageBounds`

### Change Type

- [x] `major` — Breaking change

### Test Plan

- [x] Unit Tests
2023-08-02 18:12:25 +00:00
..
export-snapshots.spec.ts-snapshots `ShapeUtil.getGeometry`, selection rewrite (#1751) 2023-07-25 16:10:15 +00:00
export-snapshots.spec.ts `ShapeUtil.getGeometry`, selection rewrite (#1751) 2023-07-25 16:10:15 +00:00
test-camera.spec.ts Add playwright tests (#1484) 2023-05-30 15:28:56 +01:00
test-canvas-events.spec.ts `ShapeUtil.getGeometry`, selection rewrite (#1751) 2023-07-25 16:10:15 +00:00
test-clipboard.spec.ts Rename shapes apis (#1787) 2023-08-02 18:12:25 +00:00
test-focus.spec.ts More cleanup, focus bug fixes (#1749) 2023-07-19 10:52:21 +00:00
test-kbds.spec.ts Fix e2e test (#1748) 2023-07-18 22:13:11 +00:00
test-routes.spec.ts [internal] Add basic list to examples (#1688) 2023-07-05 14:07:28 +00:00
test-shapes.spec.ts Add cloud shape (#1708) 2023-07-07 15:32:08 +00:00
test-smoke.spec.ts rename app to editor (#1503) 2023-06-02 15:21:45 +00:00
test-text.spec.ts rename app to editor (#1503) 2023-06-02 15:21:45 +00:00