tldraw/packages
Steve Ruiz 352c19fcac
[fix] rename global in @tldraw/state to avoid collissions (#1672)
We saw an issue on stackblitz where the `global` constant was causing a
conflict (possibly because that environment was injecting its own
`global`). Either way, perhaps `global` is a bit of a risky name—this PR
renames `global` to `tldrawStateGlobal`.

### Change Type

- [x] `patch`
2023-06-29 12:57:55 +00:00
..
assets Update CHANGELOG.md [skip ci] 2023-06-28 11:53:57 +01:00
editor [fix] Shape rendering (#1670) 2023-06-29 10:13:50 +00:00
file-format [feature] add meta property to records (#1627) 2023-06-28 14:24:05 +00:00
indices Update CHANGELOG.md [skip ci] 2023-06-28 11:53:57 +01:00
polyfills Update CHANGELOG.md [skip ci] 2023-06-28 11:53:57 +01:00
primitives Update CHANGELOG.md [skip ci] 2023-06-28 11:53:57 +01:00
state [fix] rename global in @tldraw/state to avoid collissions (#1672) 2023-06-29 12:57:55 +00:00
store [fix] mutating snapshot in migrateStoreSnapshot (#1663) 2023-06-28 14:23:56 +00:00
tldraw Update CHANGELOG.md [skip ci] 2023-06-28 11:53:57 +01:00
tlschema [feature] add meta property to records (#1627) 2023-06-28 14:24:05 +00:00
ui [feature] add meta property to records (#1627) 2023-06-28 14:24:05 +00:00
utils [feature] add meta property to records (#1627) 2023-06-28 14:24:05 +00:00
validate [feature] add meta property to records (#1627) 2023-06-28 14:24:05 +00:00