tldraw/packages
Mitja Bezenšek 26e1e98366
Revert throttling of useValue and useStateTracking. (#3129)
Reverts the changes to the `state` package that were made in #2977.
Should fix the issue with shape jittering discovered during QA.


### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

1. Create some shapes (draw shapes work well).
2. Open the same room in a second browser.
3. Resize shapes (using option / alt makes it more obvious).
4. The shapes should not jitter in any of the screens.
2024-03-12 13:57:53 +00:00
..
assets Update CHANGELOG.md [skip ci] 2024-02-29 18:28:45 +00:00
editor Add tests for Vec.Average (#3071) 2024-03-05 14:14:08 +00:00
namespaced-tldraw Remove namespaced-tldraw/tldraw.css (#3068) 2024-03-04 17:13:12 +00:00
state Revert throttling of useValue and useStateTracking. (#3129) 2024-03-12 13:57:53 +00:00
store Performance improvements (#2977) 2024-03-11 13:17:31 +00:00
tldraw docs: fix missing API entries (#3111) 2024-03-12 13:36:24 +00:00
tlschema Remove dependabot config since it only controls version updates? (#3057) 2024-03-04 13:19:51 +00:00
tlsync Debounce/aggregate tlsync messages (#3012) 2024-03-11 13:33:47 +00:00
utils chore: cleanup multiple uses of FileReader (#3110) 2024-03-12 09:10:18 +00:00
validate Update CHANGELOG.md [skip ci] 2024-02-29 18:28:45 +00:00