changelog adds internal ref links

[+] adds links in the changelog to referenced docs
This commit is contained in:
r12s
2017-10-04 10:54:20 -07:00
parent 3f6847882d
commit e5c7fda6a5
+9 -9
View File
@@ -9,16 +9,16 @@ class: changelog
{% capture changelog %}
## Version 4.7.0 October 3, 2017
* Added new mobile ui that is specifically designed for mobile devices.
* Updated the default skin to be more modern and white since white is preferred by most implementations.
* Restructured the default menus to be more similar to common office suites like Google Docs.
* Added new mobile UI that is specifically designed for mobile devices. See the [mobile docs]({{ site.baseurl }}/mobile/).
* Added an updated the default skin to be more modern. It's now more white (since white is preferred by most implementations).
* Added an updated default menu structure to be more similar to common office suites like Google Docs. To customize the menu, see the [menu]({{ site.baseurl }}/configure/editor-appearance/#menu) and [menubar]({{ site.baseurl }}/configure/editor-appearance/#menubar) config docs.
* Fixed so theme can be set to false on both inline and iframe editor modes.
* Fixed bug where inline editor would add/remove the visualblocks css multiple times.
* Fixed bug where selection wouldn't be properly restored when editor lost focus and commands where invoked.
* Fixed bug where toc plugin would generate id:s for headers even though a toc wasn't inserted into the content.
* Fixed bug where is wasn't possible to drag/drop contents within the editor if paste_data_images where set to true.
* Fixed bug where getParam and close in WindowManager would get the first opened window instead of the last opened window.
* Fixed bug where delete would delete between cells inside a table in Firefox.
* Fixed bug where inline editor would add/remove the [visualblocks]({{ site.baseurl }}/plugins/visualblocks/) css multiple times.
* Fixed bug where selection wouldn't be properly restored when editor lost focus and commands were invoked.
* Fixed bug where the [Table of Contents plugin]({{ site.baseurl }}/plugins/toc/) would generate `id:s` for headers even though a `toc` wasn't inserted into the content.
* Fixed bug where is wasn't possible to drag/drop contents within the editor if [paste_data_images]({{ site.baseurl }}/plugins/paste/#paste_data_images) was set to true.
* Fixed bug where **getParam** and close in **WindowManager** would get the first opened window instead of the last opened window.
* Fixed table bug where `delete` would delete between cells inside a table in Firefox.
## Version 4.6.7 September 18, 2017
* Fixed bug where paste wasn't working in IOS.