flash555588_ai-model-workbench/docs/release-notes/0.7.1.md
2026-06-28 01:04:48 +08:00

1.4 KiB

AI Model Workbench 0.7.1

0.7.1 is a source-review patch for the 0.7.0 compatibility, performance, and support-boundary release.

Changes

  • Removed the disallowed obsidianmd/prefer-create-el disable directive from staged DOM helpers while preserving detached element creation for CodeMirror widgets, Live Preview placeholders, zoom controls, and preview canvases.
  • Avoided native createElement calls in the staged DOM helper so Obsidian review tooling no longer reports the disabled directive or deprecated DOM creation path.
  • Tightened binary path reads to return an ArrayBuffer without unnecessary type assertions.
  • Tightened Live Preview path-cache eviction so the iterator value is checked before being passed to Map#delete.
  • Replaced the direct file view !important CSS override with a higher specificity selector.

Behavior

  • No renderer routing changed from 0.7.0.
  • Babylon.js compatibility mode remains the default single-model route.
  • Converted GLB Three fast path remains configurable and still falls back to Babylon.js when needed.
  • STEP/STP and CAD files remain conversion-only workflows with the same warnings and risk boundaries documented in 0.7.0.
  • Generated side-file placement and auxiliary folder behavior are unchanged.

Verification

  • npm run lint
  • npm run typecheck
  • npm run verify:preview
  • npm run build
  • npm run verify:release