Skip to content

v1.2.11 - AJAX Deduplication & Etch 1.6.x Compatibility

Choose a tag to compare

@Jehu Jehu released this 11 Aug 07:21
· 11 commits to main since this release

Changes

  • Fixed: AJAX request deduplication in focus point editor - concurrent requests for the same image now share a single request instead of firing duplicates
  • Fixed: Combobox selector compatibility with Etch 1.6.x (updated from to )
  • Improved: Code style in promise caching functions

Test Results

Before fix: 71 requests / 45 duplicates in a single builder session
After fix: 26 requests / 0 duplicates (measured on staging with Etch 1.6.4)