Browse Source

Merge remote-tracking branch 'origin/master' into merge-master

pull/1048/head
Lee Newson 6 years ago
parent
commit
48d0f0e626
  1. 2
      .api-version
  2. 8
      _data/nav.yml
  3. 5
      _includes/configuration/text-color.md
  4. 7
      _includes/nav.html
  5. 10
      _includes/template/bodycontents.html
  6. 2
      _includes/template/menu.html
  7. 2
      _includes/template/notification.html
  8. 15
      changelog.md
  9. 48
      release-notes/release-notes505.md
  10. 11
      tinydrive/changelog.md

2
.api-version

@ -1 +1 @@
5.0.4
5.0.5

8
_data/nav.yml

@ -602,6 +602,11 @@
- url: "release-notes"
pages:
- url: "release-notes505"
pages:
- url: "#Overview"
- url: "#New features"
- url: "#Updates and enhancements"
- url: "release-notes504"
pages:
- url: "#Overview"
@ -631,6 +636,9 @@
- url: "changelog"
pages:
- url: "#Version 5.0.6 May 22, 2019"
- url: "#Version 5.0.5 May 9, 2019"
- url: "#Version 5.0.4 April 23, 2019"
- url: "#Version 5.0.3 March 19, 2019"
- url: "#Version 5.0.2 March 5, 2019"
- url: "#Version 5.0.1 February 21, 2019"

5
_includes/configuration/text-color.md

@ -1,6 +1,6 @@
## text_color
The `textcolor` component adds the forecolor/back color button controls that enables selecting colors from a color picker and applying them to text. It adds a toolbar button to allow this functionality.
The `textcolor` component adds the forecolor/back color button controls that enables selecting colors from a color picker and applying them to text. It adds a toolbar button and menu item to allow this functionality.
**Type:** `String`
@ -9,6 +9,9 @@ The `textcolor` component adds the forecolor/back color button controls that ena
```js
tinymce.init({
selector: "textarea",
menu: {
format: { title: "Format", items: "forecolor backcolor" }
},
toolbar: "forecolor backcolor"
});
```

7
_includes/nav.html

@ -1,4 +1,11 @@
<ul>
<li>
<div class="modern-navigation-extra">
<a href="https://www.tiny.cloud/get-tiny/"
data-marketing="docs-nav-get-tiny">Get TinyMCE</a>
</div>
</li>
{% for link in include.links %}
{% capture prefixedLinkUrl %}:{{ include.preceding_address }}{{ link.url }}/{% endcapture %}
{% capture prefixedPageUrl %}:{{ page.url }}/{% endcapture %}

10
_includes/template/bodycontents.html

@ -17,6 +17,16 @@
z-index: 1;
}
.modern-navigation-extra {
padding: 0 0 20px 0;
}
@media screen and (max-width: 1126px) {
.modern-navigation-extra {
padding: 20px 0;
}
}
.modern-main-container {
width: auto;
flex-grow: 1;

2
_includes/template/menu.html

@ -231,7 +231,7 @@
class="link-menu header-my-account-button-mobile"
data-marketing="docs-header-my-account">My Account</a>
<a class="link-menu" href="{{ site.shared_baseurl }}" data-marketing="docs-header-back-home">
<a class="link-menu" href="/" data-marketing="docs-header-back-home">
Return to Tiny.cloud
</a>
</nav>

2
_includes/template/notification.html

@ -8,7 +8,7 @@
</div>
<div>
<a class="utility-link" href="{{ site.shared_baseurl }}" data-marketing="tiny-docs-news-back-home">
<a class="utility-link" href="/" data-marketing="tiny-docs-news-back-home">
Return to Tiny.cloud
</a>
</div>

15
changelog.md

@ -8,6 +8,21 @@ class: changelog
{% capture changelog %}
## Version 5.0.6 May 22, 2019
* Added `icons_url` editor settings to enable icon packs to be loaded from a custom url.
* Added `image_uploadtab` editor setting to control the visibility of the upload tab in the image dialog.
* Added new api endpoints to the wordcount plugin and improved character count logic.
* Changed plugin, language and icon loading errors to log in the console instead of a notification.
* Fixed the textpattern plugin not working with fragmented text.
* Fixed various toolbar drawer accessibility issues and added an animation.
* Fixed issues with selection and ui components when toggling readonly mode.
* Fixed so readonly mode works with inline editors.
* Fixed docked inline toolbar positioning when scrolled.
* Fixed initial value not being set on bespoke select in quickbars and toolbar drawer.
* Fixed so that nbsp entities aren't trimmed in white-space: pre-line elements.
* Fixed `mceInsertLink` command inserting spaces instead of url encoded characters.
* Fixed text content floating on top of dialogs in IE11.
## Version 5.0.5 May 9, 2019
* Added menu items to match the **forecolor/backcolor** toolbar buttons.
* Added default directionality based on the configured language.

48
release-notes/release-notes505.md

@ -0,0 +1,48 @@
---
layout: default
title: TinyMCE 5.0.5
title_nav: TinyMCE 5.0.5
keywords: releasenotes newfeatures deleted technologypreview bugfixes knownissues
---
## Overview
The Release Notes provide high-level coverage of the improvements and additions that have been implemented in TinyMCE 5.0.5 and document known problems in this release, as well as important bug fixes, deprecated functionality, and other details.
TinyMCE 5.0.5 release adds improvements to the TinyMCE editor to improve the overall user experience.
## New features
### Text color menu items
In TinyMCE 5.0.5 the `forecolor` and `backcolor` toolbar buttons can now be used in [menus]({{site.baseurl}}/configure/editor-appearance/#menu). The new menu items have also been added to the default `Formats` menu.
For more information on `forecolor` and `backcolor`, refer to the [documentation]({{site.baseurl}}/configure/content-appearance/#text_color).
### Right to left styles
When the editor is configured to use a right to left language, such as Arabic, TinyMCE 5.0.5 will now style the UI to display in right to left mode. Additionally when a right to left language is configured, TinyMCE will now set the default directionality of the editor to match the language directionality.
For more information on configuring the editors `language` and `directionality`, refer to the [documentation]({{site.baseurl}}/configure/localization/).
## Updates and enhancements
### TinyMCE
The new TinyMCE 5.0.5 editor comes with significant changes to the previous versions. Improved solutions have been introduced for unnecessary and obsolete configuration options. A comprehensive list of the updates and fixed issues is available in the [Changelog]({{site.baseurl}}/changelog/#version505may92019).
### Tiny Drive
**Tiny Drive** 1.2.1 comes with numerous bug fixes to the previous versions. A comprehensive list of the updates and fixed issues is available in the [Changelog]({{site.baseurl}}/tinydrive/changelog/).
To try out **Tiny Drive** start with this [dedicated product page](https://www.tiny.cloud/drive/) or check out the [pricing page](https://www.tiny.cloud/pricing) to see all the flexible pricing options.
For more information on **Tiny Drive** refer to the full [documentation]({{site.baseurl}}/tinydrive/).
There is also a demo provided to explore the **Tiny Drive** capabilities [here]({{site.baseurl}}/tinydrive/introduction/demo/).
### Link Checker
**Link Checker** 2.0.2 comes with numerous bug fixes to the previous versions. A number of improvements have been made for accessibility and an issue has been fixed where the linkchecker context menu items weren't appearing in TinyMCE 5.
For more information on **Link Checker** refer to the full [documentation]({{site.baseurl}}/plugins/linkchecker/).

11
tinydrive/changelog.md

@ -9,6 +9,13 @@ class: changelog
{% capture changelog %}
## Version 1.2.1 (2019-04-24)
* Added new dropbox/google drive icons.
* Fixed an issue where file selection wouldn't be cleared when navigating to a new directory.
* Fixed various focus issues where focus would be lost or moved incorrectly.
* Fixed various async issues with the ui not being updated correctly.
* Fixed an issue where it would scroll the file list to top if new files where added while scrolling.
## Version 1.2.0 (2019-03-28)
* Added new google drive and dropbox file pickers
* Improved file type listing support when picking files in tinymce
@ -16,9 +23,11 @@ class: changelog
* Improved handling of invalid file types in local file pickers and drag drop
* Fixed an issue where concurrent async list operations could result in duplicate files
* Fixed an issue where it wasn't possible to upload some file extension mp4, m4v, keynote, csv
## Version 1.1.0 (2018-11-26)
* Added setting to allow user specific root through JWT payload
* Fixed issue where backdrop wasm't displayed for preview menu
* Fixed issue where backdrop wasn't displayed for preview menu
## Version 1.0.0 (2018-09-18)
* Initial release

Loading…
Cancel
Save