From 7852ad5537f9dc2a4b15b7c953ae2e2d49d8e218 Mon Sep 17 00:00:00 2001 From: Kajetan Litwinowicz Date: Mon, 16 Jul 2018 14:36:15 +0200 Subject: [PATCH] (#2224) all convertToPx negative numbers feature version references now point to 4.11.0 version --- CHANGES.md | 7 +++++-- core/tools.js | 2 +- tests/core/tools/manual/converttopx.md | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d9ad482f90f..05c7a2a3bd9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 @@ -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: diff --git a/core/tools.js b/core/tools.js index c8e2f01aaae..df76609d8e0 100644 --- a/core/tools.js +++ b/core/tools.js @@ -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. * diff --git a/tests/core/tools/manual/converttopx.md b/tests/core/tools/manual/converttopx.md index 044d77af2c0..913d78fef81 100644 --- a/tests/core/tools/manual/converttopx.md +++ b/tests/core/tools/manual/converttopx.md @@ -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.