Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into i/6109
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Mar 26, 2020
2 parents 371f362 + 5a7aca7 commit 150ec12
Show file tree
Hide file tree
Showing 61 changed files with 3,583 additions and 340 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

## [18.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v17.0.0...v18.0.0) (2020-03-19)

### MAJOR BREAKING CHANGES

* The `BalloonToolbar` plugin now groups the overflowing items by default. This can be disabled by setting [`config.balloonToolbar.shouldNotGroupWhenFull`](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_toolbar_toolbarview-ToolbarOptions.html#member-shouldGroupWhenFull) configuration to `true`.

### Features

* The `BalloonToolbar` plugin should group items when its width is close to related editable's width. Closes [ckeditor/ckeditor5#5597](https://github.com/ckeditor/ckeditor5/issues/5597). Closes [ckeditor/ckeditor5#5501](https://github.com/ckeditor/ckeditor5/issues/5501). ([d36fd23](https://github.com/ckeditor/ckeditor5-ui/commit/d36fd23))

[`BalloonPanelView.defaultPositions`](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_panel_balloon_balloonpanelview-BalloonPanelView.html#static-member-defaultPositions) has been extended with additional positions. Please refer to the documentation to learn more.

### Other changes

* Updated translations. ([ace38eb](https://github.com/ckeditor/ckeditor5-ui/commit/ace38eb))


## [17.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v16.0.0...v17.0.0) (2020-02-19)

### Features
Expand Down
60 changes: 60 additions & 0 deletions lang/translations/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,63 @@ msgstr ""
msgctxt "Label of a toolbar button which reveals more toolbar items."
msgid "Show more items"
msgstr ""

msgctxt "Label of a button that applies a black color in color pickers."
msgid "Black"
msgstr ""

msgctxt "Label of a button that applies a dim grey color in color pickers."
msgid "Dim grey"
msgstr ""

msgctxt "Label of a button that applies a grey color in color pickers."
msgid "Grey"
msgstr ""

msgctxt "Label of a button that applies a light grey color in color pickers."
msgid "Light grey"
msgstr ""

msgctxt "Label of a button that applies a white color in color pickers."
msgid "White"
msgstr ""

msgctxt "Label of a button that applies a red color in color pickers."
msgid "Red"
msgstr ""

msgctxt "Label of a button that applies a orange color in color pickers."
msgid "Orange"
msgstr ""

msgctxt "Label of a button that applies a yellow color in color pickers."
msgid "Yellow"
msgstr ""

msgctxt "Label of a button that applies a light green color in color pickers."
msgid "Light green"
msgstr ""

msgctxt "Label of a button that applies a green color in color pickers."
msgid "Green"
msgstr ""

msgctxt "Label of a button that applies a aquamarine color in color pickers."
msgid "Aquamarine"
msgstr ""

msgctxt "Label of a button that applies a turquoise color in color pickers."
msgid "Turquoise"
msgstr ""

msgctxt "Label of a button that applies a light blue color in color pickers."
msgid "Light blue"
msgstr ""

msgctxt "Label of a button that applies a blue color in color pickers."
msgid "Blue"
msgstr ""

msgctxt "Label of a button that applies a purple color in color pickers."
msgid "Purple"
msgstr ""
60 changes: 60 additions & 0 deletions lang/translations/ast.po
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,63 @@ msgstr ""
msgctxt "Label of a toolbar button which reveals more toolbar items."
msgid "Show more items"
msgstr ""

msgctxt "Label of a button that applies a black color in color pickers."
msgid "Black"
msgstr ""

msgctxt "Label of a button that applies a dim grey color in color pickers."
msgid "Dim grey"
msgstr ""

msgctxt "Label of a button that applies a grey color in color pickers."
msgid "Grey"
msgstr ""

msgctxt "Label of a button that applies a light grey color in color pickers."
msgid "Light grey"
msgstr ""

msgctxt "Label of a button that applies a white color in color pickers."
msgid "White"
msgstr ""

msgctxt "Label of a button that applies a red color in color pickers."
msgid "Red"
msgstr ""

msgctxt "Label of a button that applies a orange color in color pickers."
msgid "Orange"
msgstr ""

msgctxt "Label of a button that applies a yellow color in color pickers."
msgid "Yellow"
msgstr ""

msgctxt "Label of a button that applies a light green color in color pickers."
msgid "Light green"
msgstr ""

msgctxt "Label of a button that applies a green color in color pickers."
msgid "Green"
msgstr ""

msgctxt "Label of a button that applies a aquamarine color in color pickers."
msgid "Aquamarine"
msgstr ""

msgctxt "Label of a button that applies a turquoise color in color pickers."
msgid "Turquoise"
msgstr ""

msgctxt "Label of a button that applies a light blue color in color pickers."
msgid "Light blue"
msgstr ""

msgctxt "Label of a button that applies a blue color in color pickers."
msgid "Blue"
msgstr ""

msgctxt "Label of a button that applies a purple color in color pickers."
msgid "Purple"
msgstr ""
62 changes: 61 additions & 1 deletion lang/translations/az.po
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,64 @@ msgstr "Açılan paneli"

msgctxt "Label of a toolbar button which reveals more toolbar items."
msgid "Show more items"
msgstr ""
msgstr "Daha çox əşyanı göstərin"

msgctxt "Label of a button that applies a black color in color pickers."
msgid "Black"
msgstr "Qara"

msgctxt "Label of a button that applies a dim grey color in color pickers."
msgid "Dim grey"
msgstr "Tünd boz"

msgctxt "Label of a button that applies a grey color in color pickers."
msgid "Grey"
msgstr "Boz"

msgctxt "Label of a button that applies a light grey color in color pickers."
msgid "Light grey"
msgstr "Açıq boz"

msgctxt "Label of a button that applies a white color in color pickers."
msgid "White"
msgstr "Ağ"

msgctxt "Label of a button that applies a red color in color pickers."
msgid "Red"
msgstr "Qırmızı"

msgctxt "Label of a button that applies a orange color in color pickers."
msgid "Orange"
msgstr "Narıncı"

msgctxt "Label of a button that applies a yellow color in color pickers."
msgid "Yellow"
msgstr "Sarı"

msgctxt "Label of a button that applies a light green color in color pickers."
msgid "Light green"
msgstr "Açıq yaşıl"

msgctxt "Label of a button that applies a green color in color pickers."
msgid "Green"
msgstr "Yaşıl"

msgctxt "Label of a button that applies a aquamarine color in color pickers."
msgid "Aquamarine"
msgstr "Akvamarin"

msgctxt "Label of a button that applies a turquoise color in color pickers."
msgid "Turquoise"
msgstr "Firuzəyi"

msgctxt "Label of a button that applies a light blue color in color pickers."
msgid "Light blue"
msgstr "Açıq mavi"

msgctxt "Label of a button that applies a blue color in color pickers."
msgid "Blue"
msgstr "Mavi"

msgctxt "Label of a button that applies a purple color in color pickers."
msgid "Purple"
msgstr "Bənövşəyi"
60 changes: 60 additions & 0 deletions lang/translations/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,63 @@ msgstr "Rozbalovací panel nástrojů"
msgctxt "Label of a toolbar button which reveals more toolbar items."
msgid "Show more items"
msgstr "Zobrazit další položky"

msgctxt "Label of a button that applies a black color in color pickers."
msgid "Black"
msgstr "Černá"

msgctxt "Label of a button that applies a dim grey color in color pickers."
msgid "Dim grey"
msgstr "Tmavě šedá"

msgctxt "Label of a button that applies a grey color in color pickers."
msgid "Grey"
msgstr "Šedá"

msgctxt "Label of a button that applies a light grey color in color pickers."
msgid "Light grey"
msgstr "Světle šedá"

msgctxt "Label of a button that applies a white color in color pickers."
msgid "White"
msgstr "Bílá"

msgctxt "Label of a button that applies a red color in color pickers."
msgid "Red"
msgstr "Červená"

msgctxt "Label of a button that applies a orange color in color pickers."
msgid "Orange"
msgstr "Oranžová"

msgctxt "Label of a button that applies a yellow color in color pickers."
msgid "Yellow"
msgstr "Žlutá"

msgctxt "Label of a button that applies a light green color in color pickers."
msgid "Light green"
msgstr "Světle zelená"

msgctxt "Label of a button that applies a green color in color pickers."
msgid "Green"
msgstr "Zelená"

msgctxt "Label of a button that applies a aquamarine color in color pickers."
msgid "Aquamarine"
msgstr "Akvamarínová"

msgctxt "Label of a button that applies a turquoise color in color pickers."
msgid "Turquoise"
msgstr "Tyrkysová"

msgctxt "Label of a button that applies a light blue color in color pickers."
msgid "Light blue"
msgstr "Světle modrá"

msgctxt "Label of a button that applies a blue color in color pickers."
msgid "Blue"
msgstr "Modrá"

msgctxt "Label of a button that applies a purple color in color pickers."
msgid "Purple"
msgstr "Fialová"
60 changes: 60 additions & 0 deletions lang/translations/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,63 @@ msgstr "Dropdown værktøjslinje"
msgctxt "Label of a toolbar button which reveals more toolbar items."
msgid "Show more items"
msgstr "Vis flere emner"

msgctxt "Label of a button that applies a black color in color pickers."
msgid "Black"
msgstr "Sort"

msgctxt "Label of a button that applies a dim grey color in color pickers."
msgid "Dim grey"
msgstr "Dunkel grå"

msgctxt "Label of a button that applies a grey color in color pickers."
msgid "Grey"
msgstr "Grå"

msgctxt "Label of a button that applies a light grey color in color pickers."
msgid "Light grey"
msgstr "Lys grå"

msgctxt "Label of a button that applies a white color in color pickers."
msgid "White"
msgstr "Hvid"

msgctxt "Label of a button that applies a red color in color pickers."
msgid "Red"
msgstr "Rød"

msgctxt "Label of a button that applies a orange color in color pickers."
msgid "Orange"
msgstr "Orange"

msgctxt "Label of a button that applies a yellow color in color pickers."
msgid "Yellow"
msgstr "Gyl"

msgctxt "Label of a button that applies a light green color in color pickers."
msgid "Light green"
msgstr "Lys grøn"

msgctxt "Label of a button that applies a green color in color pickers."
msgid "Green"
msgstr "Grøn"

msgctxt "Label of a button that applies a aquamarine color in color pickers."
msgid "Aquamarine"
msgstr "Marineblå"

msgctxt "Label of a button that applies a turquoise color in color pickers."
msgid "Turquoise"
msgstr "Turkis"

msgctxt "Label of a button that applies a light blue color in color pickers."
msgid "Light blue"
msgstr "Lys blå"

msgctxt "Label of a button that applies a blue color in color pickers."
msgid "Blue"
msgstr "Blå"

msgctxt "Label of a button that applies a purple color in color pickers."
msgid "Purple"
msgstr "Lilla"
Loading

0 comments on commit 150ec12

Please sign in to comment.