Skip to content

v1.2.0

Choose a tag to compare

@Hordekiller Hordekiller released this 26 Jun 09:30
· 23 commits to main since this release

v1.2.0

New

  • Token encryption (AES-256-CBC + wp_salt)
  • Real-time progress bar with AJAX polling
  • Absolute positioning for Figma non-auto-layout frames
  • Filterable cache TTL and API timeout hooks

Fixed

  • Rate-limit retry: cap at 3 retries (prevents infinite loops)
  • Rotated nodes excluded from absolute positioning (deferred for relativeTransform)

Refactored

  • should_position_absolute() renamed to node_needs_absolute_positioning()
  • compute_relative_position() extracted as separate method
  • Absolute children get explicit width/height from bounding box