Skip to content

Commit 6c475a2

Browse files
Merge branch 'master' into next
2 parents 6bce9b6 + 5566476 commit 6c475a2

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ yarn start
2929

3030
[Download DHTMLX RichText](https://dhtmlx.com/docs/products/dhtmlxRichText/download.shtml)
3131

32-
[Live demos](https://docs.dhtmlx.com/richtext/samples/)
32+
[Live demos](https://snippet.dhtmlx.com/pdh5buvg?tag=richtext)
3333

3434
[Blog](https://dhtmlx.com/blog/tag/richtext/)
3535

docs/whats_new.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ title: What's new
44
description: "Get a full picture of the DHTMLX Rich Text Editor versioning: its updates and patch versions, providing the information on implemented functionalities, improvements, and bug fixes."
55
---
66

7+
Version 1.1.8
8+
--------------
9+
10+
Released on February 1, 2024
11+
12+
### Fixes
13+
14+
- The appearance of the "link" control settings
15+
- The conversion of color formats. Now colors are converted from HEX to RGB during HTML serialization
16+
17+
Version 1.1.7
18+
--------------
19+
20+
Released on August 31, 2023
21+
22+
### Fixes
23+
24+
- Now you can select several text fragments with different fonts and sizes and set the desired font and size for them
25+
726
Version 1.1.6
827
--------------
928

@@ -29,7 +48,7 @@ Released on January 17, 2022
2948

3049
### Fixes
3150

32-
- Fix links to documentation in the [RichText samples](https://docs.dhtmlx.com/richtext/samples/)
51+
- Fix links to documentation in the [RichText samples](https://snippet.dhtmlx.com/pdh5buvg?tag=richtext)
3352

3453
Version 1.1.3
3554
--------------

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ module.exports = {
181181
items: [
182182
{
183183
label: 'Examples',
184-
href: 'https://docs.dhtmlx.com/richtext/samples/',
184+
href: 'https://snippet.dhtmlx.com/pdh5buvg?tag=richtext',
185185
position: 'right',
186186
},
187187
{
@@ -214,7 +214,7 @@ module.exports = {
214214
},
215215
{
216216
label: 'Examples',
217-
href: 'https://docs.dhtmlx.com/richtext/samples/',
217+
href: 'https://snippet.dhtmlx.com/pdh5buvg?tag=richtext',
218218
position: 'right',
219219
},
220220
{

0 commit comments

Comments
 (0)