Skip to content

RoosterJs 8.40.0

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 10 Jan 17:26
· 2018 commits to release since this release
a279b70

New features

  • Support Alt+Shift+Left/Right to outdent/indent list (#1444)

Improvement

  • Image edit improvement:
    • Calculate zIndex for image editing (#1462)
    • Keep image wrapper under scroll container (#1466)
    • Remove id from cloned image (#1480)
  • Remove link to local file when paste (#1463)

Bug fix

  • Improve the format-on-span behavior and fix a bug in TypeInContainerPlugin (#1455, #1469, #1471, #1474, #1482)
  • Fix a bug in splitBalancedNodeRange (#1470)
  • Fix a bug when paste header from Word (#1473)

Experimental features

  • Graduate PendingStyleBasedFormat (#1381)
  • Graduate NormalizeList (#1381)
  • Graduate ConvertSingleImageBody

Engineering improvement

  • Fix heap overflow issue when build (#1488)

Interface changes

  • New parameter of function getSelectedBlockElementsInRegion
    • shouldApplyFormatToSpan
  • New member of enum KnownCreateElementDataIndex
    • EmptyLineFormatInSpan
  • New parameter of constructor of Paste plugin
    • convertSingleImageBody