Skip to content

Releases: xdan/jodit

Bug Fix & License

27 Feb 14:15
Compare
Choose a tag to compare

License

We took a long time to this, and now the editor is developing more than ever. It is free, but those who want to use it in a commercial product, you need to purchase a license.
Now the editor displays the license for which it was purchased or will be displayed free.

image

Improves and Bug fix

  • Fix setting size after reload from storage
  • Added license option
  • Added defaultActionOnPaste option
  • Fix drag and drop problem. Fix issue #19
  • Fix problem in xpath
  • Fix autofocus
  • Added customize icon functionality
  • Close popup in video button after inserting
  • Added composer.json
  • Change storage object to localStorage
  • In table inline popup added text-align
  • Fix break line style
  • Fix russian language
  • Fix i18n bug in paste plugin

Bug fix and impruves

23 Feb 01:56
Compare
Choose a tag to compare
  • Change storage object to localStorage
  • In table inline popup added text-align
  • Fix break line style
  • Fix russian language
  • Fix i18n bug in paste plugin
  • Added SVG.innerHTML polyfill in tests
  • Added context menu to xpath plugin
  • Stable xpath plugin
  • Added xpath plugin
  • Added stat plugin
  • Fix bug in table plugin - when table was inserted inside TD element it pasted the table wrong after TD
  • Update ACE version
  • Remove emmet
  • Fix german language
  • Fix bug when table was inserted inside block
  • Fix selection bug - when table's column has been resized - focus was returned in start of the editor
  • Fix bug after init with set height
  • Fix tests

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