Skip to content

Commit

Permalink
Merge pull request ckeditor#15763 from ckeditor/ck/15760
Browse files Browse the repository at this point in the history
Docs: adding release dates to releases. Closes ckeditor#15760
  • Loading branch information
godai78 authored Jan 26, 2024
2 parents 25c2731 + ba58401 commit 9521219
Show file tree
Hide file tree
Showing 17 changed files with 111 additions and 50 deletions.
6 changes: 5 additions & 1 deletion docs/updating/update-to-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ menu-title: Update to v25.x
order: 99
---

# Update to CKEditor 5 v25.x

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

For custom builds, you may try removing the `package-lock.json` or `yarn.lock` files (if applicable) and reinstalling all packages before rebuilding the editor. For best results, make sure you use the most recent package versions.
</info-box>

# Update to CKEditor&nbsp;5 v25.0.0
## Update to CKEditor&nbsp;5 v25.0.0

_Released on January 27, 2021._

For the entire list of changes introduced in version 25.0.0, see the [release notes for CKEditor&nbsp;5 v25.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v25.0.0).

Expand Down
6 changes: 5 additions & 1 deletion docs/updating/update-to-26.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ menu-title: Update to v26.x
order: 98
---

# Update to CKEditor&nbsp;5 v26.x

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

For custom builds, you may try removing the `package-lock.json` or `yarn.lock` files (if applicable) and reinstalling all packages before rebuilding the editor. For best results, make sure you use the most recent package versions.
</info-box>

# Update to CKEditor&nbsp;5 v26.0.0
## Update to CKEditor&nbsp;5 v26.0.0

_Released on March 3, 2021._

For the entire list of changes introduced in version 26.0.0, see the [release notes for CKEditor&nbsp;5 v26.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v26.0.0).

Expand Down
8 changes: 6 additions & 2 deletions docs/updating/update-to-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ menu-title: Update to v27.x
order: 97
---

# Update to CKEditor&nbsp;5 v27.x

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

For custom builds, you may try removing the `package-lock.json` or `yarn.lock` files (if applicable) and reinstalling all packages before rebuilding the editor. For best results, make sure you use the most recent package versions.
</info-box>

# Update to CKEditor&nbsp;5 v27.x

## Update to CKEditor&nbsp;5 v27.1.0

_Released on April 21, 2021._

For the entire list of changes introduced in version 27.1.0, see the [release notes for CKEditor&nbsp;5 v27.1.0](https://github.com/ckeditor/ckeditor5/releases/tag/v27.1.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v27.1.0.
Expand All @@ -33,6 +35,8 @@ If you wish to bring back this restriction, see the {@link features/block-quote#

## Update to CKEditor&nbsp;5 v27.0.0

_Released on March 24, 2021._

For the entire list of changes introduced in version 27.0.0, see the [release notes for CKEditor&nbsp;5 v27.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v27.0.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v27.0.0.
Expand Down
6 changes: 5 additions & 1 deletion docs/updating/update-to-28.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ order: 96
modified_at: 2021-06-01
---

# Update to CKEditor&nbsp;5 v28.x

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

For custom builds, you may try removing the `package-lock.json` or `yarn.lock` files (if applicable) and reinstalling all packages before rebuilding the editor. For best results, make sure you use the most recent package versions.
</info-box>

# Update to CKEditor&nbsp;5 v28.0.0
## Update to CKEditor&nbsp;5 v28.0.0

_Released on June 7, 2021._

For the entire list of changes introduced in version 28.0.0, see the [release notes for CKEditor&nbsp;5 v28.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v28.0.0).

Expand Down
61 changes: 32 additions & 29 deletions docs/updating/update-to-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ meta-title: Update to version 29.x | CKEditor 5 Documentation
menu-title: Update to v29.x
order: 95
---
# Update to CKEditor&nbsp;5 v29.x

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

For custom builds, you may try removing the `package-lock.json` or `yarn.lock` files (if applicable) and reinstalling all packages before rebuilding the editor. For best results, make sure you use the most recent package versions.
</info-box>

# Update to CKEditor&nbsp;5 v29.x

## Update to CKEditor&nbsp;5 v29.1.0

_Released on August 4, 2021._

For the entire list of changes introduced in version 29.1.0, see the [release notes for CKEditor&nbsp;5 v29.1.0](https://github.com/ckeditor/ckeditor5/releases/tag/v29.1.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v29.1.0.
Expand Down Expand Up @@ -60,40 +61,42 @@ Here is an example of changes you may need for proper integration with the {@lin
```js
// Old code.
ClassicEditor
.create( ..., {
// ...
link: {
decorators: {
addGreenLink: {
mode: 'automatic',
attributes: {
class: 'my-green-link',
.create( ..., {
// ...
link: {
decorators: {
addGreenLink: {
mode: 'automatic',
attributes: {
class: 'my-green-link',
style: 'color:green;'
}
}
}
}
} )
}
}
}
}
} )
// New code.
ClassicEditor
.create( ..., {
// ...
link: {
decorators: {
addGreenLink: {
mode: 'automatic',
classes: 'my-green-link',
.create( ..., {
// ...
link: {
decorators: {
addGreenLink: {
mode: 'automatic',
classes: 'my-green-link',
styles: {
color: 'green'
}
}
}
}
} )
}
}
}
} )
```

## Update to CKEditor&nbsp;5 v29.0.0

_Released on July 7, 2021._

This migration guide enumerates the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v29.0.0 due to changes introduced in the {@link module:image/image~Image} plugin and some other image-related features.

For the entire list of changes introduced in version 29.0.0, see the [release notes for CKEditor&nbsp;5 v29.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v29.0.0).
Expand Down Expand Up @@ -351,9 +354,9 @@ ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ CKFinder, Image, ... ],
toolbar: [ 'uploadImage', ... ],
ckfinder: {
// Feature configuration.
}
ckfinder: {
// Feature configuration.
}
} )
.then( ... )
.catch( ... );
Expand Down
30 changes: 17 additions & 13 deletions docs/updating/update-to-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ menu-title: Update to v30.x
order: 94
---

# Update to CKEditor&nbsp;5 v30.x

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

For custom builds, you may try removing the `package-lock.json` or `yarn.lock` files (if applicable) and reinstalling all packages before rebuilding the editor. For best results, make sure you use the most recent package versions.
</info-box>

# Update to CKEditor&nbsp;5 v30.0.0
## Update to CKEditor&nbsp;5 v30.0.0

_Released on September 29, 2021._

For the entire list of changes introduced in version 30.0.0, see the [release notes for CKEditor&nbsp;5 v31.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v31.0.0).

Expand All @@ -36,25 +40,25 @@ Here is the exact change you need to introduce for proper integration with the n
```js
// Before v30.0.0.
ClassicEditor
.create( ..., {
// ...
toolbar: {
items: [ ... ],
.create( ..., {
// ...
toolbar: {
items: [ ... ],
viewportTopOffset: 100
}
} )
}
} )

// Since v30.0.0.
ClassicEditor
.create( ..., {
// ...
toolbar: {
items: [ ... ]
},
.create( ..., {
// ...
toolbar: {
items: [ ... ]
},
ui: {
viewportOffset: {
top: 100
}
}
} )
} )
```
4 changes: 4 additions & 0 deletions docs/updating/update-to-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ modified_at: 2021-11-03

## Update to CKEditor&nbsp;5 v31.1.0

_Released on December 7, 2021._

For the entire list of changes introduced in version 31.1.0, see the [release notes for CKEditor&nbsp;5 v31.1.0](https://github.com/ckeditor/ckeditor5/releases/tag/v31.1.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v31.1.0.
Expand Down Expand Up @@ -85,6 +87,8 @@ These were changed to `tableCellBackgroundColor`, `tableCellPadding`, `tableCell

## Update to CKEditor&nbsp;5 v31.0.0

_Released on October 26, 2021._

For the entire list of changes introduced in version 31.0.0, see the [release notes for CKEditor&nbsp;5 v31.1.0](https://github.com/ckeditor/ckeditor5/releases/tag/v31.1.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v31.0.0.
Expand Down
6 changes: 5 additions & 1 deletion docs/updating/update-to-32.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ order: 92
modified_at: 2021-12-10
---

# Update to CKEditor&nbsp;5 v32.x

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

For custom builds, you may try removing the `package-lock.json` or `yarn.lock` files (if applicable) and reinstalling all packages before rebuilding the editor. For best results, make sure you use the most recent package versions.
</info-box>

# Update to CKEditor&nbsp;5 v32.0.0
## Update to CKEditor&nbsp;5 v32.0.0

_Released on January 31, 2022._

For the entire list of changes introduced in version 32.0.0, see the [release notes for CKEditor&nbsp;5 v32.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v32.0.0).

Expand Down
6 changes: 5 additions & 1 deletion docs/updating/update-to-33.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ order: 91
modified_at: 2022-02-01
---

# Update to CKEditor&nbsp;5 v33.0.0
# Update to CKEditor&nbsp;5 v33.x

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

For custom builds, you may try removing the `package-lock.json` or `yarn.lock` files (if applicable) and reinstalling all packages before rebuilding the editor. For best results, make sure you use the most recent package versions.
</info-box>

## Update to CKEditor&nbsp;5 v33.0.0

_Released on March 9, 2022._

For the entire list of changes introduced in version 33.0.0, see the [release notes for CKEditor&nbsp;5 v33.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v33.0.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v33.0.0.
Expand Down
6 changes: 5 additions & 1 deletion docs/updating/update-to-34.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ order: 90
modified_at: 2022-04-05
---

# Update to CKEditor&nbsp;5 v34.0.0
# Update to CKEditor&nbsp;5 v34.x

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

For custom builds, you may try removing the `package-lock.json` or `yarn.lock` files (if applicable) and reinstalling all packages before rebuilding the editor. For best results, make sure you use the most recent package versions.
</info-box>

## Update to CKEditor&nbsp;5 v34.0.0

_Released on April 12, 2022._

For the entire list of changes introduced in version 34.0.0, see the [release notes for CKEditor&nbsp;5 v34.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v34.0.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v34.0.0.
Expand Down
4 changes: 4 additions & 0 deletions docs/updating/update-to-35.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ modified_at: 2022-10-05

## Update to CKEditor&nbsp;5 v35.2.0

_Released on October 5, 2022._

For the entire list of changes introduced in version 35.2.0, see the [release notes for CKEditor&nbsp;5 v35.2.0](https://github.com/ckeditor/ckeditor5/releases/tag/v35.2.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v35.2.0.
Expand Down Expand Up @@ -93,6 +95,8 @@ The rest of the import path remained unchanged (`/theme/icons/`).

## Update to CKEditor&nbsp;5 v35.1.0

_Released on August 31, 2022._

For the entire list of changes introduced in version 35.1.0, see the [release notes for CKEditor&nbsp;5 v35.1.0](https://github.com/ckeditor/ckeditor5/releases/tag/v35.1.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v35.1.0.
Expand Down
2 changes: 2 additions & 0 deletions docs/updating/update-to-36.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ modified_at: 2022-12-14

# Update to CKEditor&nbsp;5 v36.0.0

_Released on January 25, 2023._

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

Expand Down
2 changes: 2 additions & 0 deletions docs/updating/update-to-37.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ order: 87

# Update to CKEditor&nbsp;5 v37.0.0

_Released on April 5, 2023._

<info-box>
When updating your CKEditor&nbsp;5 installation, make sure **all the packages are the same version** to avoid errors.

Expand Down
4 changes: 4 additions & 0 deletions docs/updating/update-to-38.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ order: 86

## Update to CKEditor&nbsp;5 v38.1.0

_Released on June 28, 2023._

For the entire list of changes introduced in version 38.0.0, see the [release notes for CKEditor&nbsp;5 v38.1.0](https://github.com/ckeditor/ckeditor5/releases/tag/v38.1.0).

Listed below is the minor breaking change that requires your attention when upgrading to CKEditor&nbsp;5 v38.1.0.
Expand All @@ -31,6 +33,8 @@ Upgrading to CKEditor&nbsp;5 v38.1.0 you will need to modify your GHS-related co

## Update to CKEditor&nbsp;5 v38.0.0

_Released on May 22, 2023._

For the entire list of changes introduced in version 38.0.0, see the [release notes for CKEditor&nbsp;5 v38.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v38.0.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v38.0.0.
Expand Down
2 changes: 2 additions & 0 deletions docs/updating/update-to-39.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ order: 85

## Update to CKEditor&nbsp;5 v39.0.0

_Released on August 2, 2023._

For the entire list of changes introduced in version 39.0.0, see the [release notes for CKEditor&nbsp;5 v39.0.0](https://github.com/ckeditor/ckeditor5/releases/tag/v39.0.0).

Listed below are the most important changes that require your attention when upgrading to CKEditor&nbsp;5 v39.0.0.
Expand Down
Loading

0 comments on commit 9521219

Please sign in to comment.