0.1.63 (2023-03-08)
0.1.62 (2023-01-12)
- InlineToolbar: Support for rendering custom buttons (#218), closes #218
0.1.61 (2023-01-06)
0.1.60 (2022-11-30)
- ImagePlugin: Disable editing operations on the image until the upload is successful (#213), closes #213 #211
0.1.59 (2022-11-14)
- ListItemPlugin: Error merging adjacent isolating nodes(#204), closes #204
0.1.58 (2022-11-11)
- BasicCtrl: Difficulty triggering auto-insert paragraph when clicking between tables (#203), closes #203 #201
0.1.57 (2022-10-11)
- AlignPlugin: Support
inclusive
configuration to include related nodes (#197), closes #197 #196 - SylApi: When
insert
into anisolating
node, a valid text block node will be appended to th
- SylApi: When
insert
an acceptable node type in a nested node, it was inserted in the wrong position, closes #195
0.1.56 (2022-10-10)
- TablePlugin: Support
menus
to configure custom context menu (#194), closes #194
- Toolbar: The
enable
state of the toolbar is out of sync with the initialdisable
props
0.1.55 (2022-09-30)
0.1.53 (2022-09-21)
- ImagePlugin: Sometimes it uploads twice after insert (#188), closes #188
0.1.52 (2022-09-20)
- ImagePlugin: Upload handler isn't triggered when pasting files (#187), closes #187
0.1.51 (2022-08-22)
- VideoPluign/AudioPlugin: The return type validation of
uploader
doesn't accept values other t
0.1.50 (2022-08-18)
- SylApi: Duplicate nodes when toggle nested nodes
0.1.49 (2022-08-18)
- SylApi: Can't toggle between nodes that can and cannot nest themselves, closes #167
0.1.48 (2022-08-16)
- LinkPlugin: The default title of the
Link Modal
is revsersed when editing and inserting
0.1.47 (2022-08-15)
- SylApi:
replace
ignores marks configuration wheninheritMarks
is true, closes #176
0.1.46 (2022-08-11)
- ImagePlugin: Upload file from clipboard when there is only a single image and the src of image, closes #174
0.1.45 (2022-07-24)
- plugin-basic: Support
transparent
configuration inColorPlugin
andBackgroundPlugin
- BackgroundPlugin: Lost hex style alpha value, closes #161
0.1.44 (2022-07-19)
- HeaderPlugin: Support
addAttributes
configuration inHeaderPlugin
0.1.42 (2022-06-23)
- LinkPlugin: Can't update the content of link in some cases
0.1.40 (2022-06-16)
- ImagePlugin: Resize the width can overflow the default
maxWidth
0.1.39 (2022-06-15)
- InlineImagePlugin: Wrong HTML content was returned while loading
0.1.38 (2022-06-15)
- ImagePlugin: Support
maxWidth
config
- Revert "feat(ImagePlugin): Support
resizeMargin
config inImagePlugin
"
0.1.37 (2022-06-14)
- ImagePlugin: Support
resizeMargin
config inImagePlugin
0.1.36 (2022-06-13)
- Configurator: Support set
keepMarks
in props to decide whether to keep marks after split in, closes #145
0.1.35 (2022-06-09)
- VideoPlugin/AudioPlugin: Support
uploadBeforeInsert
config inVideoPlugin
and `AudioPlugin (#149), closes #149
0.1.34 (2022-06-06)
0.1.33 (2022-06-02)
- Plugin: Using another way to extends prosemirror's Plugin (#146), closes #146
0.1.32 (2022-06-01)
- Failed to start when the version of prosemirror-view upper 1.24.0
0.1.30 (2022-05-31)
0.1.29 (2022-05-25)
0.1.27 (2022-04-29)
- BasicCtrl: Don't show system popup when long pressing
placeholder
in mobile (#137), closes #137 #136
0.1.25 (2022-04-20)
- SylPlugin: Provide default
toDOM
configuration forCard
(#134), closes #134
0.1.24 (2022-03-28)
- CodeBlockPlugin: Erroneously deleted empty
code_block
when pressingBackspace
after, closes #130
0.1.23 (2022-03-15)
- ImagePlugin: Get an extra line when insert image at the first line, closes #128
0.1.22 (2022-03-15)
- BasicCtrl: It don't insert default node when click the head of doc
0.1.21 (2022-03-15)
- BasicCtrl: Sometimes get error "
getBoundingClientRect
is not a function" when clicked
0.1.20 (2022-03-15)
- ImagePlugin: Error while parsing
.syl-image-wrapper
without<img>
element inside, closes #126
0.1.19 (2022-03-10)
- SylApi:
replaceEmpty
is supported inreplace
api
- ImagePlugin: Use another way to prevent require
undo
twice of a uploaded image
0.1.18 (2022-03-10)
- BasicCtrl: Insert default node to wrong posiont when windows browser, closes #122
- Revert "feat(SylApi):
replaceEmpty
is supported inreplace
api"
0.1.17 (2022-03-10)
- ImagePlugin: Error when parsing
<img>
withoutalign
attribute, closes #120
0.1.16 (2022-03-09)
Backspace
can't delete empty line at head, closes #119- BasicCtrl: It sometimes can't insert default node
0.1.15 (2022-03-09)
- ImagePlugin:
align
overridden byaddAttributes
does not work, closes #116
0.1.14 (2022-03-08)
- BasicCtrl: Insert default
doc
content type when click empty area between block atom nodes, closes #113 - SylApi:
replaceEmpty
is supported inreplace
api
- SylApi:
replaceCard
do not replace node with default length
- ImagePlugin: Expect config checkBeforeInsert to return
promise
- ImagePlugin:
checkBeforeInsert
returnboolean
in previous version
0.1.13 (2022-03-02)
- ImagePlugin: Support
checkBeforeInsert
config inImagePlugin
, closes #111
0.1.12 (2022-03-02)
- SylApi:
addToHistory
config is supported ininsert
replace
anddelete
ofSylApi
, closes #109
- ImagePlugin: Drag fails when config
disableCaption
, closes #108
0.1.11 (2022-02-10)
- access-react: Missing
key
prop when renderingmore
type button - ImagePlugin: Required
undo
twice to undo the uploaded images, closes #106
0.1.10 (2022-01-20)
- access-react: toolbar dropdown menu disappears when toolbar is updated #104 (#105), closes #104 #105
0.1.8 (2021-12-24)
- experiment: add
PlaceholderPlugin
0.1.7 (2021-12-23)
- type defination file error retains relative path, closes #96
0.1.6 (2021-12-14)
- support configuring
filterTransaction
in props andController
0.1.5 (2021-12-13)
command.toolbarInline.disable()
does not working when usingTablePlugin
0.1.4 (2021-12-09)
- Fix the problem that pictures cannot be inserted in the table; table row self resizing when a card containing the width attr is inserted;
0.1.3 (2021-12-09)
- adapter: duplicate props of
IEventHandler
andEditorProps
will confilct, closes #91
0.1.2 (2021-12-02)
- adapter: updating the
placeholder
configuration does not take effect directly
0.1.1 (2021-11-16)
- treat
paragraph
as a not definingnode
, closes #86
0.1.0 (2021-10-22)
- adapter:
configurator
supportsregisterController
method, closes #80 - adapter:
configurator
supportsunregisterController
method - SylPlugin:
SylPlugin
supportsasyncController
to be used to loadController
asynchronously - toolbar:
tooltips
option supportsfalse
to disabletooltip
- toolbarInline:
toolbarInline
supports commandgetEnable
- ensure the dropdown menus of
color
,background
,emoji
display in visible area, closes #84
- Controller: remove
Controller
supports oftextMatcher
- toolbar: renamed the
toolbar
command fromgetAvaliable
togetEnable
- Controller:
Controller
no longer supportstextMatcher
- toolbar:
toolbar
command no longer supportsgetAvaliable
0.0.22 (2021-10-18)
- adapter: The result of
getHTML
contains extraProseMirror-trailingBreak
, closes #81
0.0.21 (2021-10-13)
- color: open
color-picker
will set the active color - ImagePlugin: support
renderFailed
to render node when image fails to load, closes #75 - plugin-basic: provide default style file, closes #74
- StrikePlugin: support
Mod-d
to toggle strike
- access-react:
color-picker
style compatible withrtl
- ImagePlugin:
disableCaption
did not removeattrs.alt
, closes #76 - LetterSpacePlugin: accept
0
as a avaliable value, closes #78 - UnderlinePlugin:
Mod-u
does not toggleunderline
, closes #79
0.0.20 (2021-09-29)
- LinkPlugin: ensure link tooltip will display in visible area, closes #67
- plugin-basic: lost list type when paste content is from outside, closes #68
- TablePlugin: ensure table menu display in visible area, closes #72
- TablePlugin: menu closes at the wrong time to leave, closes #71
0.0.19 (2021-09-23)
- access-react: repalce link get error when there are multiple editor instances, closes #65
- ImagePlugin: replace image hasn't trigger
uploader
, closes #60 - plugin-baisc: paste list at head of
list_item
will replace parent node by mistake, closes #59
- remove default 'left' align of
paragraph
andlist_item
node, closes #63
0.0.18 (2021-09-22)
- access-react: toolbar button setFormat by mistake when attrs is false and format is not activa, closes #56
0.0.17 (2021-09-17)
- adapter: SylApi: support
dispatchEvent
for triggering events, closes #49 - adapter: SylApi: support
pasteContent
to simulate paste behavior, closes #43 - support
eventHandler
props to registereventHandler
, closes #44 - support
keymap
props to registerkeymap
, closes #52 - support config
scrollThreshold
andscrollMargin
, closes #54
- adapter: change collect handler of custrom ctrl
- add
sourcesContent
to.map
files, closes #45 - plugin-basic: add
ignoretag
to attrs when there are no other attrs
0.0.15 (2021-09-13)
- ImagePlugin: support
renderLoading
props to rending loading node while uploading image, closes #41
- ImagePlugin: Array configuration of
allowDomains
does not work, closes #40
0.0.14 (2021-09-09)
- access-react: support define default item in toolbar value
- ImagePlugin:
deleteFailedUpload
not working whenuploadBeforeInsert
is true, closes #38
0.0.13 (2021-09-08)
- adapter: SylApi:
setFormat
remove the excluded marks by fault when using to clear mark, closes #34 - adapter: SylApi: getHTML() returned prosemirror hack content, closes #37
- ImagePlugin: attrs passed by
uploader
will not update node whensrc
is the same, closes #35 - plugin: lost select style of img and link
- ImagePlugin: reduce resize handler area
0.0.12 (2021-09-02)
- access-react: use
isMatchObject
instead ofstring
to get the actived item of dropdown menu, closes #31
- ImagePlugin:
addAttributes
not working on '.syl-image-wrapper', closes #32
- adapter: remove the dependency of
reflect-metadata
0.0.11 (2021-08-25)
- plugin-basic: ImagePlugin: support
uploadMaxWidth
to limit width when upload - public-basic: Audio/VideoPlugin: support
accept
props
- plugin-basic: the ratio is wrong after change the width when no height is passed, closes #28
0.0.10 (2021-08-24)
- adapter: SylApi: emit support passing arguments
- plugin-basic: ImagePlugin: allowDomains props support function type, closes #27
- access-react: locale not working for plugins with dropdown, closes #24
- adapter: object attrs values are not stringify in the default toDOM, closes #25
- access-react: change active style in dropdown menu
0.0.9 (2021-08-16)
- access-react: plugins that use dropdown haven't show name when in dropdown, closes #22
- plugin-basic: default value config not working when set falsy value
0.0.8 (2021-08-12)
- adapter: possible XSS when parsing HTML
0.0.7 (2021-08-10)
- adapter: SylApi: support
selectNode
insetSelection
and returnnode
ingetSelection
, closes #18
- access-react: close picker after change color
0.0.6 (2021-08-05)
- access-react: use a new ColorPick for color and background plugin
- access-react: dropdown menu is empty in 'toolbarInline', closes #16
0.0.5 (2021-08-03)
- adapter: SylApi: setFormat can't stored format, closes #13
- ImagePlugin: lost caption after paste, closes #14
0.0.4 (2021-08-02)
- access-react: ImagePlugin: can't input caption, closes #11
- access-react: ImagePlugin: resize container can exceed the target
- plugin-basic: ImagePlugin: click on the image but sometimes get the wrong text selection
0.0.3 (2021-07-30)
- access-react: ImagePlugin: sometimes stuck in rendering
- plugin-basic: ListItem: parsing error when only have one child element
- plugin-basic: ImagePlugin: remove default width in correct size
0.0.2 (2021-07-29)
- plugin-basic: ImagePlugin: add parse of width and height in style
- access-react: ImagePlugin: align menu icons are not aligned
- adapter: SylApi: failed to setFormat with multi mark format