issues
search
springload
/
draftail
📝🍸 A configurable rich text editor built with Draft.js
https://www.draftail.org/
MIT License
618
stars
64
forks
source link
Release v1.4.0
#444
Closed
thibaudcolas
closed
3 years ago
thibaudcolas
commented
3 years ago
Documentation:
draftail.org/docs/getting-started
Added
Make it possible to hide buttons with default labels by setting their
label
to
null
.
#442
Changed
Improve the editor props’ JSDoc annotations.
#441
Fixed
Fix empty buttons appearing when providing custom formats without a defined label or icon.
#442
Clear save timeout handler when unmounting the editor.
#208
,
#443
Added
label
tonull
. #442Changed
Fixed