Skip to content

v0.28.0

Compare
Choose a tag to compare
@pierremtb pierremtb released this 26 Nov 20:12
· 223 commits to main since this release
4423ae1

Changed

  • KCL:
    • Object literals like {x} as shorthand for {x = x}
    • Executor returns specific errors, not anyhow
    • Add patternTransform2d for sketches
    • Allow transform patterns to return multiple transforms
    • Record initialization (AKA objects) uses = instead of :, as in { x = 0, y = 1 }
    • Implicit conversion of round numbers to integers
    • Add round stdlib function
    • Add tangentToEnd stdlib function
  • Selections Refactor

Added

  • Offset plane point-and-click user flow
  • Nightly link in the About section
  • Warnings for recently deprecated syntax

Fixed

  • Selection bugs
  • Enter sketch mode bug
  • Argument error to point to the arg at the call site

Full Changelog: v0.27.0...v0.28.0