tldraw/packages
Steve Ruiz 79460cbf3a
Use canvas bounds for viewport bounds (#2798)
This PR changes the way that viewport bounds are calculated by using the
canvas element as the source of truth, rather than the container. This
allows for cases where the canvas is not the same dimensions as the
component. (Given the way our UI and context works, there are cases
where this is desired, i.e. toolbars and other items overlaid on top of
the canvas area).

The editor's `getContainer` is now only used for the text measurement.
It would be good to get that out somehow.

# Pros

We can inset the canvas

# Cons

We can no longer imperatively call `updateScreenBounds`, as we need to
provide those bounds externally.

### Change Type

- [x] `major` — Breaking change

### Test Plan

1. Use the examples, including the new inset canvas example.

- [x] Unit Tests

### Release Notes

- Changes the source of truth for the viewport page bounds to be the
canvas instead.
2024-02-12 15:03:25 +00:00
..
assets i18n: add HR 🇭🇷 (#2778) 2024-02-07 16:27:27 +00:00
editor Use canvas bounds for viewport bounds (#2798) 2024-02-12 15:03:25 +00:00
state Unbiome (#2776) 2024-02-07 16:02:22 +00:00
store Unbiome (#2776) 2024-02-07 16:02:22 +00:00
tldraw Use canvas bounds for viewport bounds (#2798) 2024-02-12 15:03:25 +00:00
tlschema i18n: add HR 🇭🇷 (#2778) 2024-02-07 16:27:27 +00:00
tlsync [dotcom] TLSyncRoom tidy (#2712) 2024-02-05 17:25:07 +00:00
utils Unbiome (#2776) 2024-02-07 16:02:22 +00:00
validate error reporting: rm ids from msgs for better Sentry grouping (#2738) 2024-02-07 16:30:46 +00:00