Releases: xdan/jodit
Releases · xdan/jodit
Bug fix
- Fix tests
- Fix bug when in empty table seelct some text and press delete, will remove whole table
- Fix backspace plugin. When after press backspace near with space + char, it removed char and this space
- Fix behavior in enter plugin. When enter was pressed inside P and cursor was in the some edge, new P was created without styles from source
- Fix bug on resize - fullsize mode
- Added logo for contributors
- For option iframeBaseUrl can be set empty string
- Added options toolbar adaptive - toolbarAdaptive https://xdsoft.net/jodit/play.html
- In iframe default styles added font-size and line-height
3.1.38 Bug fix
Bug fix
- Fixed bug - active/disable buttons after change mode
- Fixed bug - after select all if on page was invisible element, selection was collapsed
- Fixed bug in iframe mode after enter button - autosize was calced wrong
- Fixed bug in iframe mode in sticky plugin
- Fixed bug in fullsize mode when after enter editor was scrolled on top
- Fixed bug in fullsize mode + textIcons, old icons was not changed
- Fixed issue #18
- Added test for sizeLG,sizeMD,sizeSM options
Text toolbar
Fixed normal text toolbar
Fux bugs
- Fix bug with toolbar option
- Fix buttons bug, when in buttons you set string it could throw error
- Fix bug with fixed height option
- Fix bug in Enter plugin and fix bug in ContextMenu module
- Cover test selection module
- Fix onchange event. When mode was changed it could call onchange with seletion markers
- Fix fug in readonly mode then buttons not has disable
- Now you can set value to editor using magic propery editor.value = ''
- Fix last bugs in backspace plugin
- Fix a lot of bugs with backspace keypressing inside inline elements
- Fix a lot of bugs with backspace keypressing
Bugfix in BackSpace plugin
- Fix a lot of bugs with backspace key-pressing
Added Arabic language
Bug Fix
3.1.24 new Toolbar System
- New Toolbar system
- Fixed a lot of bugs
3.1.17 Read-Only
In editor added method and option for enable read-only mode Read more
3.1.12 Hotkeys
Added Hotkeys plugin
Now for all Commands you can add custom shortcust
Shortcuts now:
- ctrl+b - Bold
- ctrl+i - Italic
- ctrl+u - Underline
- ctrl+shift+i - Open special character dialog
- ctrl+r - Open find and replace dialog
- ctrl+f - Open find dialog
- ctrl+z - Undo
- ctrl+y - Redo
You can override default shortcut or add custom to default value:
var jodit = new Jodit('#editor', {
commandToHotkeys: {
bold: 'ctrl+shift+b',
italic: ['ctrl+i', 'ctrl+b'],
}
})