Skip to content

Commit f0bc7cb

Browse files
committed
Merge branch 'master' into ck/18774-update-metadata-in-list
2 parents b32785e + d798320 commit f0bc7cb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/updating/update-to-46.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Below are the most important changes that require your attention when upgrading
2424

2525
CKEditor 5 v46.0.0 brings several major improvements and changes that enhance both the developer and end-user experience. This release includes significant API refinements, new features, and improvements to existing functionality.
2626

27-
### Line Height (⭐)
27+
### Line height feature (⭐)
2828

29-
The new line height<!-- link --> feature allows you to adjust the vertical spacing between lines of text, improving readability and visual harmony in your documents. This premium feature lets you set consistent line spacing across paragraphs and text blocks to enhance document accessibility and maintain visual hierarchy in your content.
29+
The new {@link features/line-height line height} feature allows you to adjust the vertical spacing between lines of text, improving readability and visual harmony in your documents. This premium feature lets you set consistent line spacing across paragraphs and text blocks to enhance document accessibility and maintain visual hierarchy in your content.
3030

3131
### Remove Format improvements
3232

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"@ckeditor/ckeditor5-dev-web-crawler": "^50.0.0",
102102
"@ckeditor/ckeditor5-document-outline": "45.2.1",
103103
"@ckeditor/ckeditor5-email": "45.2.1",
104+
"@ckeditor/ckeditor5-line-height": "0.0.1",
104105
"@ckeditor/ckeditor5-export-inline-styles": "45.2.1",
105106
"@ckeditor/ckeditor5-export-pdf": "45.2.1",
106107
"@ckeditor/ckeditor5-export-word": "45.2.1",

packages/ckeditor5-ui/src/menubar/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ export const MenuBarMenuViewPanelPositioningFunctions: Record<string, Positionin
688688
* groupId: 'indent',
689689
* items: [
690690
* 'menuBar:alignment',
691+
* 'menuBar:lineHeight',
691692
* 'menuBar:indent',
692693
* 'menuBar:outdent'
693694
* ]
@@ -961,6 +962,7 @@ export const DefaultMenuBarItems: MenuBarConfigObject[ 'items' ] = [
961962
groupId: 'indent',
962963
items: [
963964
'menuBar:alignment',
965+
'menuBar:lineHeight',
964966
'menuBar:indent',
965967
'menuBar:outdent'
966968
]

0 commit comments

Comments
 (0)