github xdan/jodit 3.19.5

latest releases: 4.0.18, 4.0.17, 4.0.16...
19 months ago

3.19.5

πŸš€ New Feature

πŸ› Bug Fix

3.19.4

πŸš€ New Feature

Jodit.make('#editor', {
	uploader: {
		url: 'https://sitename.net/jodit/connector/index.php?action=fileUpload',
		getDisplayName: (_, name) => 'File:' + name
	}
});
  • Added cleanHTML.useIframeSandbox:boolean option(default: false). Use iframe[sandbox] to paste HTML code into the editor to check it for safety.
    Allows you not to run scripts and handlers, but it works much slower

πŸ› Bug Fix

3.19.3

πŸ› Bug Fix

  • Quick fix bug with webpack output.clean=true.

3.19.2

πŸ› Bug Fix

  • Big bugfix in es2018 version, sideEffect cut all styles and configs

3.19.1

🏠 Internal

  • Plugin icons moved to their respective plugins
  • Used plugin webpack.ids.DeterministicModuleIdsPlugin for more reliable sharing of exported module names between builds.
    Now you can include plugins from 'es5' in the assembly for 'es2018.en'.
  • Deps
     @types/node                       ^17.0.36  β†’  ^17.0.41
     @typescript-eslint/eslint-plugin   ^5.27.0  β†’   ^5.27.1
     @typescript-eslint/parser          ^5.27.0  β†’   ^5.27.1
     cssnano-preset-advanced             ^5.3.6  β†’    ^5.3.7
     eslint                             ^8.16.0  β†’   ^8.17.0
     lint-staged                        ^12.4.3  β†’   ^13.0.0
     terser-webpack-plugin               ^5.3.1  β†’    ^5.3.3
     typescript                          ^4.7.2  β†’    ^4.7.3
     webpack                            ^5.72.1  β†’   ^5.73.0
     webpack-dev-server                  ^4.9.0  β†’    ^4.9.2
     core-js                            ^3.22.7  β†’   ^3.22.8
    

3.18.7

πŸš€ New Feature

πŸ› Bug Fix

3.18.6

πŸš€ New Feature

3.18.5

πŸ’₯ Breaking Change

  • Added default table style to createAttributes option:
Jodit.defaultOptions.createAttributes = {
	table: {
		style: 'border-collapse:collapse;width: 100%;'
	}
};

πŸ› Bug Fix

Don't miss a new jodit release

NewReleases is sending notifications on new releases.