Changelog
0.10.5 (January 19th, 2018)
ariaDescribedBy
prop, for better a11y. (Suraj Karnati in
a6af3e15)ariaLabelledBy
prop, for better a11y. (@jackyho112
in #1519)cannot read property 'update' of undefined
error that was thrown when
typing same character into selection that starts with that character. (@existentialism in
#1512)encodeRawBlocks
to handle non-contiguous entities. Entities should
always be contiguous, and cover one sequential range of characters. However,
in cases where entityState is corrupted to include non-contiguous entities,
encodeRawBlocks
would improperly process the entities in that case. (Frank
Thompson in 0059dd46)Changelog
0.10.4 (October 24th, 2017)
onRightArrow
and onLeftArrow
props to allow handling keyboard
events when right or left arrow is pressed.
(@eessex
in #1384)TypeError: Cannot read property 'nodeType' of undefined
error where
anchorNode
was undefined
.
(@tleunen in
#1407)focus
on editor after it has been
unmounted. (@mattkrick in
#1409)Changelog
0.10.3 (September 28th, 2017)
fbjs
to get fix for bug where focus()
caused
unexpected scroll (@flarnie in
#1401)Changelog
0.10.2
aria-controls
in draft.js (@jessebeach in 7f0cab28)aria-owns
to aria-controls
in draft.js. (@jessebeach in 7f0cab28)
ariaOwns
and ariaOwneeID
props.ariaHasPopup
prop in draft.js. ariaExpanded
should be used instead if an input is showing a dropdown with options.(@jessebeach in 744e9b4e)img
no longer inserts the src
by default; now inserts image emoji if no decorator is used. (@aadsm in 0b22d713 and @flarnie in 1378)aria-expanded
to be true unless the aria role is combobox (@jessebeach in 3494d45d)img
with large data URL source could crash editor (@aadsm in 0b22d713)Changelog
0.10.1
editorKey
prop for SSRblock
to customStyleFn
callbackmoveAtomicBlock
to AtomicBlockUtils
Changelog
0.10.0 (Dec. 16, 2016)
Changelog
0.9.1 (September 16, 2016)
customStyleFn
for more control over inline style rangesChangelog
0.9.0 (September 13, 2016)