mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
1.6 KiB
1.6 KiB
Changelog
1.2.2
- Adds mobx and support for mobx observables in the Renderer's props.
- Removes unused code.
0.1.21
New:
- Adds the
isGhostprop toTLShape. InTLComponentProps, theisGhostprop will be true if either a shape has itsisGhostset totrueOR if a shape is the descendant of a shape withisGhostset totrue. A ghost shape will have thetl-ghostclass name, though this is not used in the Renderer. You can set it yourself in your app. - Adds the
isChildOfSelectedprop forTLComponentProps. If a shape is the child of a selected shape, itsisChildOfSelectedprop will be true.
Improved:
- Fixes a bug that could occur with the order of grouped shapes.
- Adds an Eraser tool to the advanced example.
- Adds a Pencil tool to the advanced example.
0.1.20
- Update docs.
- Adds
hideResizeHandlesprop.
0.1.19
- Remove stray
index.jsfiles.
0.1.18
- Even more dependency fixes.
0.1.17
- More dependency fixes.
0.1.16
- Fix dependencies, remove
@use-gesture/reactfrom bundle.
0.1.15
- Fix README.
0.1.14
- Add README to package.
0.1.13
- Remove
typefromTLBinding.
0.1.12
- Fix bug with initial bounds.
0.1.12
- Fix bug with initial bounds.
0.1.12
- Fix bug with bounds handle events.
0.1.11
- Fix bug with initial camera state.
0.1.10
- Improve example.
- Improve types for
TLPage.
0.1.9
- Bug fixes.
0.1.8
- Expands README.
- Removes properties specific to the tldraw app.
0.1.7
- Fixes selection bug with SVGContainer.
- Removes various properties specific to the tldraw app.
0.1.0
- Re-writes API for ShapeUtils.