Skip to content

v1.28.0

Latest
Compare
Choose a tag to compare
@personalizedrefrigerator personalizedrefrigerator released this 06 Feb 21:51
· 6 commits to main since this release

1.28.0

  • API changes:
  • Bug fixes
    • Collaborative editing: Fixed an issue where Duplicate commands caused editors to become out of sync (commit bee6451).
      • Note: This change adjusts how Duplicate commands are serialized. Although new editors can still deserialize old Duplicate commands, old editors will be unable to deserialize Duplicate commands created by new editors.
    • Fixed two incorrect uses of aria (commits ffa1ca7, 56975a1).
    • AbstractRenderer API: Fixed .pushTransform and .popTransform were not applied to paths in some cases (commit 370a5b1).