Skip to content

Releases: xdan/jodit

Bug fix

19 Feb 16:30
Compare
Choose a tag to compare
  • 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

10 Feb 23:31
Compare
Choose a tag to compare

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

09 Feb 08:30
Compare
Choose a tag to compare

Fixed normal text toolbar

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

07 Feb 07:38
Compare
Choose a tag to compare
  • Fix a lot of bugs with backspace key-pressing

Added Arabic language

02 Feb 09:16
Compare
Choose a tag to compare

Bug Fix

02 Feb 06:45
Compare
Choose a tag to compare
  • Fix debounce bug with invokeAsap parameter.
  • Fix bug in InsertNewLine Plugin
  • Clean plugin was not included in build
  • Fix bug in hotkeys plugin

3.1.24 new Toolbar System

31 Jan 07:44
Compare
Choose a tag to compare
  • New Toolbar system
  • Fixed a lot of bugs

3.1.17 Read-Only

19 Jan 12:17
Compare
Choose a tag to compare

In editor added method and option for enable read-only mode Read more
image

3.1.12 Hotkeys

17 Jan 14:27
Compare
Choose a tag to compare

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'],
   }
})

3.1.11 Symbols

16 Jan 14:04
Compare
Choose a tag to compare

Added Symbols plugin

- -16 01 2018-18-54-07