Skip to content

Commit

Permalink
New version 3.24.3. Read more https://github.com/xdan/jodit/blob/mast…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Feb 5, 2023
1 parent b704ae7 commit 3201ce1
Show file tree
Hide file tree
Showing 791 changed files with 3,803 additions and 3,291 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

// eslint-disable-next-line strict
Expand Down
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,42 @@
> - :house: [Internal]
> - :nail_care: [Polish]
## 3.24.3

#### :house: Internal

```plain
core-js ^3.26.1 → ^3.27.2
@types/node ^18.11.9 → ^18.11.19
@typescript-eslint/eslint-plugin ^5.45.0 → ^5.50.0
@typescript-eslint/parser ^5.45.0 → ^5.50.0
axios ^1.2.0 → ^1.3.2
css-loader ^6.7.2 → ^6.7.3
eslint ^8.28.0 → ^8.33.0
eslint-config-prettier ^8.5.0 → ^8.6.0
eslint-plugin-import ^2.26.0 → ^2.27.5
expect-mocha-image-snapshot ^2.0.14 → ^3.0.1
glob ^8.0.3 → ^8.1.0
husky ^8.0.2 → ^8.0.3
lint-staged ^13.0.4 → ^13.1.0
mini-css-extract-plugin ^2.7.0 → ^2.7.2
mocha ^10.1.0 → ^10.2.0
nock ^13.2.9 → ^13.3.0
postcss >=8.4.19 → >=8.4.21
postcss-loader ^7.0.1 → ^7.0.2
prettier ^2.8.0 → ^2.8.3
puppeteer ^19.3.0 → ^19.6.3
stylelint ^14.15.0 → ^14.16.1
synchronous-promise 2.0.15 → 2.0.17
ts-loader ^9.4.1 → ^9.4.2
tsc-alias ^1.7.1 → ^1.8.2
tslib ^2.4.1 → ^2.5.0
typescript ^4.9.3 → ^4.9.5
webpack-cli ^5.0.0 → ^5.0.1
```



## 3.24.2

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2022 http://xdsoft.net
Copyright (c) 2013-2023 http://xdsoft.net

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build-system/external/exclude-languages.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

module.exports = ({ excludeLanguages }) => {
Expand Down
2 changes: 1 addition & 1 deletion build-system/external/exclude-plugins.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

module.exports = ({ excludePlugins }) => {
Expand Down
2 changes: 1 addition & 1 deletion build-system/external/exclude-utils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

module.exports = ({ isProd, isTest }) => {
Expand Down
2 changes: 1 addition & 1 deletion build-system/external/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

module.exports = vars => ({
Expand Down
2 changes: 1 addition & 1 deletion build-system/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// @ts-check
/** eslint-disable tsdoc/syntax */
Expand Down
2 changes: 1 addition & 1 deletion build-system/loaders/css-variables-prefixes.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

module.exports = function (source) {
Expand Down
2 changes: 1 addition & 1 deletion build-system/loaders/lang-loader.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const ts = require('typescript');
Expand Down
2 changes: 1 addition & 1 deletion build-system/loaders/style.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const MiniCssExtractPlugin = require('mini-css-extract-plugin');
Expand Down
2 changes: 1 addition & 1 deletion build-system/loaders/svg-loader.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
module.exports = function (content) {
this.cacheable && this.cacheable();
Expand Down
2 changes: 1 addition & 1 deletion build-system/minimizer/css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');
Expand Down
2 changes: 1 addition & 1 deletion build-system/minimizer/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

module.exports = [require('./js'), require('./css')];
2 changes: 1 addition & 1 deletion build-system/minimizer/js.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const MinimizeJSPlugin = require('terser-webpack-plugin');
Expand Down
2 changes: 1 addition & 1 deletion build-system/plugins/banner.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const webpack = require('webpack');
Expand Down
2 changes: 1 addition & 1 deletion build-system/plugins/define.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const webpack = require('webpack');
Expand Down
2 changes: 1 addition & 1 deletion build-system/plugins/extract-css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const MiniCssExtractPlugin = require('mini-css-extract-plugin');
Expand Down
2 changes: 1 addition & 1 deletion build-system/plugins/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const webpack = require('webpack');
Expand Down
2 changes: 1 addition & 1 deletion build-system/plugins/post-build.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const PostBuild = require('../utils/post-build');
Expand Down
2 changes: 1 addition & 1 deletion build-system/rules/css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

module.exports = vars => {
Expand Down
2 changes: 1 addition & 1 deletion build-system/rules/extra-typescript.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion build-system/rules/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion build-system/rules/internal-typescript.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion build-system/rules/langs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion build-system/rules/svg.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion build-system/utils/filename.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

module.exports.fileName = ({ argv, ES, isTest, excludeLangs, uglify }) => {
Expand Down
2 changes: 1 addition & 1 deletion build-system/utils/find-tests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const glob = require('glob');
Expand Down
2 changes: 1 addition & 1 deletion build-system/utils/include-plugins.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const fs = require('fs-extra');
Expand Down
2 changes: 1 addition & 1 deletion build-system/utils/lang-translater.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion build-system/utils/lang/helpers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion build-system/utils/lang/move.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion build-system/utils/lang/translate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const request = require('axios');
Expand Down
2 changes: 1 addition & 1 deletion build-system/utils/post-build.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
module.exports = class PostBuild {
constructor(fn) {
Expand Down
2 changes: 1 addition & 1 deletion build-system/utils/remove-asserts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const ts = require('typescript');
Expand Down
2 changes: 1 addition & 1 deletion build-system/variables.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

const path = require('path');
Expand Down
Loading

0 comments on commit 3201ce1

Please sign in to comment.