CHANGELOG¶
Unreleased¶
v1.1.0 (2025-05-06)¶
- Add default light color scheme on editor iframe of jodit
v1.0.1 (2024-10-23)¶
- Add
toolbarAdaptive:false
configuration in jodit editor
v1.0.0 (2024-10-02)¶
- Update code style rules and fix issues
- Set addNewLine to false to disable new line indicator at the editor's bottom
- Update jodit version from 3.16.5 to 4.2.29
v0.13.0 (2024-08-29)¶
- Increase padding of the body in the jodit editor
- Make spell checker enable in jodit editor
v0.12.0 (2024-07-10)¶
- Give padding to iframe document body in jodit editor
v0.11.1 (2024-03-21)¶
- Manage to show a scroll bar when user reaches end of the scrolling view in webapp editor
v0.11.0 (2023-09-20)¶
- Made CTRL+Shift+V keyboard shortcut working to do paste without formatting
- Add the disableHotkeys configuration option to hide specific hotkeys
- Use e4alink plugin for jodit
- Conditionalize
defaultActionOnPaste
config - Use followOnSingleClick config
v0.10.0 (2023-07-12)¶
- Add cache buster parameter
- Add config to hide/show the toolbar and placeholder
v0.9.0 (2022-11-24)¶
- Update license information
- Update build steps to reflect intree plugin changes
- Avoid to add empty space before content paste
v0.8.0 (2022-07-14)¶
- Enable remove formatting eraser in toolbar and add some dividers
- Use insert_as_html action on paste
- Version jodit lib js and css file
- Add translations for font size names
- Disable a bunch of image editor features which are useless in mail
- Allow to insert .webp images
- Prevent unhandled upload of arbitrary files via drag and drop
- Get rid of className input field when creating links
- Add language config in jodit options
v0.7.0 (2022-04-14)¶
- Use textarea instead of div
- Restrict to resize the editor by user
- Set body height to 100vh
- Use window to reference global beautifier
- Beautify HTML before passing it to Jodit
- Don't concatenate css files and use them directly from source
v0.6.0 (2022-03-31)¶
- Upgrade jodit lib
- Remove unused variable
- Inherit the prototype of Config class to jodit Options
- Generate relative font sizes
- Remove unused methods
- Increase font size incrementally
- Retrieve default font size from user settings
v0.5.0 (2022-02-28)¶
- Add CSS vendor prefixed property
- Remove unused css property from td and th tag
- Set inline style to table,td and th tag
- Add css rules for the table
- Revert "Add indent and outdent button in editor toolbar"
- Add indent and outdent button in editor toolbar
- Add strikethrough button in editor toolbar
- Add text size dropdown
v0.4.1 (2022-01-04)¶
- Add css rules for body tag
- Use DIV tag for the wrapper
- Use BR tag instead of P tag
- Apply table style to jodit table
- Add table specific css rules
v0.4.0 (2021-12-30)¶
- Update jodit lib
- Remove cleanhtml plugin from disablePlugins plugins list
- Remove old markers from body
v0.3.0 (2021-12-20)¶
- Fire valuecorrection event
- Use fillEmptyParagraph config
- Remove external url from uploader config
- Remove unused css rules
- Use default css rule for iFrame
- Remove unused variables
- Use iframeCSSLinks and iframeStyle config
- Use iframe mode of jodit
- Use splitBlockQuoteByEnter config
- Update jodit lib
- Adjust the indentation of source
- Add .editorconfig and .gitignore files
- Disable the source plugin
- Manage span marker properly
- Add support to build jodit plugin out of tree
- Pull request #7: Add single space before paste.
- Add single space before paste.
- Pull request #6: Changed some border and theme in jodit
- Changed some border and theme in jodit
- Pull request #5: Prevent default ctrl + enter of jodit.
- Prevent default ctrl + enter of jodit.
- Pull request #4: Jodit tab key should insert tab indent
- Jodit tab key should insert tab indent
- Pull request #3: Add minified css and js version on jodit version
- Add minified css and js version on jodit version
- Retain cursor position and library update
- Fix underlined folder issue
- Removed changes for cursor positioning
- Fixed focus change issue
- Fix for inserting value at cursor position
- Rever table alignment fix
- Right click context menu enabled
- Fix related to tables and library updated
- Fix related to pasting text
- Added checkValueCorrection method and fixed list related spacing issues
- Fixed stretched tables
- Fixed horizontal scrollbar and new line issue
v0.2.0 (2020-10-09)¶
- Fixed new lines, focus and editor height
- Tooltip and links related fix
- Fix related to whitespacing
- Link double click removed
- Fix autofocus, links and pasting
- Fix autosaving and links
- Fix related to scrollbar and enabling editor
- Fixed tabIndex in editor body
- Jodit fixed issue with backspace in FF
- Update with fixes
- Jodit lib fix for formats
- Insert image as base64 URI
- Merge branch 'master' of https://stash.kopano.io/scm/kwa/htmleditor-jodit
- Drag and Drop Image uploader fix
- Merge pull request #2 in KWA/htmleditor-jodit from ~MALBERTS/htmleditor-jodit:KW-3487-add-license-information-to-about-tab to master
- KW-3487 add license to about tab
- Merge pull request #1 in KWA/htmleditor-jodit from ~MALBERTS/htmleditor-jodit:KW-3488-remove-border-and-add-overflow to master
- Add overflow and remove border
- Changes for basic functionalities
- Changes for UI and basic functionalities
v0.1.0 (2020-10-09)¶
- Initial commit for Jodit Editor