v2.15.2
Enhancement
- French translation added. (Provided by @sudwebdesign #95)
- A min size (auto), max size (100%) button has been added to the controller in the table. #93(@DeZZar)
- The table controller has been modified to appear in two places, at the top of the table and in the cell.
- When using a list, the list is merged if list is above or below it.
- It has been modified to be added to the list when using hr in the list.
- It has been modified to be added outside of the list when using pre, blockquote in the list.
- When using pre, blockquote, it applies based on the outermost node in the current selection range.
- Added maxSize and minSize entries to the Language file.
- After adding a block, the action to add a format to the line below has been removed.
Bugfix
- Fixed a bug that caused the toolbar to have a margin when using full screen in Sticky Toolbar mode. #98(@sudwebdesign)
- Fixed bugs when in list adding and deleting items. #94(@DeZZar)
- Fixed a bug where cells in tables were not displayed correctly intermittently. #96(@sudwebdesign)
- Fixed a bug where the margin space was applied to the entire editor when using the tab key or indent key outside the table.#93(@DeZZar)
- Fixed a bug where the list removal range was applied to all items in the list when the backspace key was pressed at the first end of the list.
- Fixed a bug that was not recorded in history stack when using tab key.
- Fixed a bug in the activation buttons.
- Fixed a bug that removed blank lines when changing nodes after selecting all.
- Fixed a bug to keydown event, node change.
Maintenance
- The colorPicker module design has been modified.
- The design of the resizing, link, table controllers has been modified.
- The style of the Pre, blockquote tag has been modified.
- Fixed an exception of browsers by setting scope directly in editor when using shortcutkey (CTRL + A).
- Added removeItemAllParents, getElementDepth, isTable method of Util object.
- Added color to title of the table.
- Added isList and isListCell methods to Util object.
- Modified the condition of format elements.
- Modified correctly a regular expressions that can cause bugs.
- Modified the util.convertHTMLForCodeView method.
- Modified the core.detachRangeFormatElement, core.applyRangeFormatElement method.
- Deleted getSelectedRangeFormatElements method of Util object.