Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Updating with fork #4

Merged
merged 49 commits into from
Apr 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
dccdbb1
Internal: Enabled stylelint in the package.
oleq Oct 31, 2019
9bebed9
Internal: Allowed empty input in the stylelint script to avoid errors…
oleq Nov 20, 2019
b11da79
Internal: Added the stylelintrc config. [skip ci]
oleq Nov 20, 2019
9a6692f
Used the external stylelint-config-ckeditor5 package for stylelint co…
oleq Nov 20, 2019
9d38f7a
Replaced UglifyJS with Terser.
pomek Nov 24, 2019
395e72e
Merge branch 'i/5696'
mlewand Nov 25, 2019
ec4e869
Merge branch 'master' into i/1353
Reinmar Nov 26, 2019
6d387bd
Merge pull request #91 from ckeditor/i/1353
Reinmar Nov 26, 2019
9dfbfbb
Internal: Build.
mlewand Nov 27, 2019
6d495e2
Internal: Added a missing pacakge dev-dependencies. See ckeditor/cked…
pomek Nov 28, 2019
74b28dd
Internal: Made the error initialization catch statements more informa…
mlewand Dec 3, 2019
0faaee7
Minor improvements to error messages used in manual tests and a sampl…
oleq Dec 3, 2019
2532fd3
Merge pull request #93 from ckeditor/i/1803
oleq Dec 3, 2019
e870cf1
Docs: Changelog. [skip ci]
mlewand Dec 4, 2019
4cb51ff
Docs: Corrected the changelog. [skip ci]
mlewand Dec 4, 2019
3139f3c
Internal: Updated dependencies. [skip ci]
mlewand Dec 4, 2019
9cc4c6e
Internal: Build.
mlewand Dec 4, 2019
c0414ac
Release: v16.0.0. [skip ci]
mlewand Dec 4, 2019
202e1bb
Internal: Make CI green.
mlewand Dec 4, 2019
80ea889
Internal: Added blog post URL. [skip ci]
mlewand Dec 9, 2019
24c5a17
Internal: Fixed blog post URL for the 11.0.0 release. [skip ci]
mlewand Dec 9, 2019
d307372
Merge branch 'changelog'
mlewand Dec 9, 2019
3e381fb
Internal: Added config for package.json to .editorconfig. See #318.
Reinmar Jan 3, 2020
3a56294
Internal: Bumped the year. [skip ci]
pomek Jan 7, 2020
4b7faf7
Internal: Build.
mlewand Feb 13, 2020
bc29a3a
Internal: Build.
mlewand Feb 13, 2020
ef7f47a
Docs: Changelog. [skip ci]
Reinmar Feb 19, 2020
160490e
Docs: Corrected the changelog. [skip ci]
Reinmar Feb 19, 2020
a4a1e3b
Internal: Updated dependencies. [skip ci]
mlewand Feb 20, 2020
953661e
Internal: Build.
mlewand Feb 20, 2020
1866ced
Release: v17.0.0. [skip ci]
mlewand Feb 20, 2020
9339aa0
Internal: Make CI green.
mlewand Feb 20, 2020
817e147
Fix dangling comma.
jodator Feb 21, 2020
0e45756
Code style: fix code issues.
jodator Feb 24, 2020
6374f50
Docs: Version 17.0.0 blog post links arrived!
mlewand Feb 28, 2020
d9b5b27
Add TextTransformation plugin to the build config
panr Mar 3, 2020
af021aa
Merge pull request #101 from ckeditor/i/6304
oleq Mar 11, 2020
cc97335
Internal: Build.
oleq Mar 11, 2020
81e2bb3
Internal: Build.
mlewand Mar 13, 2020
92420b2
Added data-cke attribute to style selector.
pomek Mar 18, 2020
bc73e24
Docs: Changelog. [skip ci]
mlewand Mar 19, 2020
206e025
Docs: Corrected the changelog. [skip ci]
mlewand Mar 19, 2020
3c4f12e
Internal: Updated dependencies. [skip ci]
mlewand Mar 19, 2020
e4b9096
Internal: Build.
mlewand Mar 19, 2020
2c1d2be
Release: v18.0.0. [skip ci]
mlewand Mar 19, 2020
48060a7
Internal: Make CI green.
mlewand Mar 19, 2020
ac8f885
Merge branch 'master' into i/6454
jodator Mar 26, 2020
d0fd4c8
Internal: Build.
jodator Mar 26, 2020
20f2a31
Merge pull request #104 from ckeditor/i/6454
jodator Mar 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[package.json]
indent_style = space
tab_width = 2
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

Expand Down
3 changes: 3 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "stylelint-config-ckeditor5"
}
165 changes: 163 additions & 2 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Software License Agreement
==========================

**CKEditor 5 classic editor build** – https://github.com/ckeditor/ckeditor5-build-classic <br>
Copyright (c) 2003-2019, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
Copyright (c) 2003-2020, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.

Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ And use it in your website:
.then( editor => {
window.editor = editor;
} )
.catch( err => {
console.error( err.stack );
.catch( error => {
console.error( 'There was a problem initializing the editor.', error );
} );
</script>
```
Expand All @@ -60,8 +60,8 @@ ClassicEditor
.then( editor => {
window.editor = editor;
} )
.catch( err => {
console.error( err.stack );
.catch( error => {
console.error( 'There was a problem initializing the editor.', error );
} );
```

Expand Down
4 changes: 2 additions & 2 deletions build/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ckeditor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/translations/af.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/ar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/ast.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/az.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading