Releases: TylerCarrol/obsidian-sketch-matter
Releases · TylerCarrol/obsidian-sketch-matter
Release list
0.8.0
Immutable
release. Only release title and notes can be modified.
Added
- Added preview point snapping with all-points, same-type, and disabled modes, plus visible snap targets.
Fixed
- Rectangle children in type definitions now respect native
widthandheightproperties.
0.7.0
Immutable
release. Only release title and notes can be modified.
Fixed
- Labels on shared object notes now render as text when the object has a shape override.
0.6.0
Immutable
release. Only release title and notes can be modified.
Fixed
- Preview-panel property edits now preserve Obsidian property definitions when saving numbers, checkboxes, lists, dates, and text.
0.5.0
Immutable
release. Only release title and notes can be modified.
Changed
- Added configurable
sketchmatter-anglesupport so shapes can be rotated from frontmatter. - Added configurable
sketchmatter-label-anglesupport so labels can override angle independently on shared notes. - Rectangles now read configurable
sketchmatter-*width, height, and corner radius properties by default.
0.4.0
Immutable
release. Only release title and notes can be modified.
Changed
- Made preview zoom bounds configurable in plugin settings, with an option to remove the upper limit.
0.3.1
Immutable
release. Only release title and notes can be modified.
Added
- Added pinch zoom in preview panel
0.3.0
Immutable
release. Only release title and notes can be modified.
Added
- Added scatter type which can render a configurable item type at random positions.
- Added default
mountainsandtreescomposite type definition, used by the scatter type. - Composite child coordinates can now be edited directly in plugin settings.
0.2.1
Immutable
release. Only release title and notes can be modified.
Added
- New objects created via Create object now include pre-defined coordinates.
Fixed
- Preserved preview viewport position (scroll/zoom framing) across auto-refresh rerenders in edit mode, preventing the canvas from snapping back to the top-left after coordinate or style edits.
- Fixed edit-overlay pointer mapping so dragging points and edge insertion behave correctly with
preserveAspectRatioand zoom/letterboxing. - Fixed vertex-handle drag snapping by preserving pointer-to-vertex offset during drag, preventing points from jumping on click/drag start.
0.2.0
Immutable
release. Only release title and notes can be modified.
Added
- Added Create image command and preview-panel button.
- Added Create view command and preview-panel button.
- Added Create object command and preview-panel button.
- Added Refresh preview button to the preview panel.
Changed
- Added configurable settings keys for view layer filters:
viewIncludeLayersPropertyandviewExcludeLayersProperty. - Added configurable settings keys for object shape and child arrays:
objectShapePropertyandobjectChildrenProperty.
Fixed
- Reduced preview/code-block metadata load cost by collecting object, view, and image definitions in a single pass and reusing the result within the preview panel.
0.1.2
Immutable
release. Only release title and notes can be modified.
Fixed
- Fixed release attestations.