Skip to content

Commit

Permalink
(#2224) all convertToPx negative numbers feature version references n…
Browse files Browse the repository at this point in the history
…ow point to 4.11.0 version
  • Loading branch information
engineering-this authored and Comandeer committed Jul 18, 2018
1 parent f7004a6 commit 7852ad5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ New Features:
* [#2072](https://github.com/ckeditor/ckeditor-dev/issues/2072): [UI Button](https://ckeditor.com/cke4/addon/button) plugin supports custom `aria-haspopup` property values. [Menu Button](https://ckeditor.com/cke4/addon/menubutton) `aria-haspopup` value is now `menu`, [Panel Button](https://ckeditor.com/cke4/addon/panelbutton) and [Rich Combo](https://ckeditor.com/cke4/addon/richcombo) `aria-haspopup` value is now `listbox`.
* [2154](https://github.com/ckeditor/ckeditor-dev/issues/2154): [Link](https://ckeditor.com/cke4/addon/link) plugin now supports telephone number links.

API Changes:

* [#2224](https://github.com/ckeditor/ckeditor-dev/issues/2224): The [CKEDITOR.tools.convertToPx](https://docs.ckeditor.com/ckeditor4/latest/api/CKEDITOR_tools

## CKEditor 4.10.1

## CKEditor 4.10
Expand All @@ -20,8 +24,7 @@ New Features:
* [Text Match](https://ckeditor.com/cke4/addon/textMatch) – Allows to search [`CKEDITOR.dom.range`](https://docs.ckeditor.com/ckeditor4/latest/api/CKEDITOR_dom_range.html) for matching text.
* [#1703](https://github.com/ckeditor/ckeditor-dev/issues/1703): Introduced the [Mentions](https://ckeditor.com/cke4/addon/mentions) plugin providing smart completion feature for custom text matches based on user input starting with a chosen marker character.
* [#1746](https://github.com/ckeditor/ckeditor-dev/issues/1703): Introduced the [Emoji](https://ckeditor.com/cke4/addon/emoji) plugin providing completion feature for emoji ideograms.
* [#1761](https://github.com/ckeditor/ckeditor-dev/issues/1761): The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin now supports email links.
* [#2224](https://github.com/ckeditor/ckeditor-dev/issues/2224): The [CKEDITOR.tools.convertToPx](https://docs.ckeditor.com/ckeditor4/latest/api/CKEDITOR_tools.html#method-convertToPx) now converts negative values.
* [#1761](https://github.com/ckeditor/ckeditor-dev/issues/1761): The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin now supports email links..html#method-convertToPx) now converts negative values.

Fixed Issues:

Expand Down
2 changes: 1 addition & 1 deletion core/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@
/**
* Converts the specified CSS length value to the calculated pixel length inside this page.
*
* Since 4.10.1 it returns also negative values.
* Since 4.11.0 it returns also negative values.
*
* **Note:** Percentage-based value is left intact.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/core/tools/manual/converttopx.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@bender-tags: feature, 4.10.1, 2224
@bender-tags: feature, 4.11.0, 2224

1. Focus text area.
2. Type in some value with any valid CSS unit.
Expand Down

0 comments on commit 7852ad5

Please sign in to comment.