v2.1.3
版本发布时间: 2024-04-25 22:48:42
tldraw/tldraw最新发布版本:v3.6.1(2024-12-17 21:52:48)
Release Notes
Expose migrations, validators, and versions from tlschema (#3613)
Previously, we weren't exporting migrations & validators for our default shapes. This meant that it wasn't possible to make your own tlschema with both our default shapes and some of your own (e.g. for custom multiplayer). This fixes that by exposing all the migrations, validators, and versions from tlschema, plus defaultShapeSchemas
which can be passed directly to createTLSchema
📚 SDK Changes
Authors: 1
- alex (@SomeHats)