Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 authored Feb 2, 2024
2 parents 6bce9b6 + 5566476 commit 6c475a2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ yarn start

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

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

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

Expand Down
21 changes: 20 additions & 1 deletion docs/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ title: What's new
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."
---

Version 1.1.8
--------------

Released on February 1, 2024

### Fixes

- The appearance of the "link" control settings
- The conversion of color formats. Now colors are converted from HEX to RGB during HTML serialization

Version 1.1.7
--------------

Released on August 31, 2023

### Fixes

- Now you can select several text fragments with different fonts and sizes and set the desired font and size for them

Version 1.1.6
--------------

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

### Fixes

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

Version 1.1.3
--------------
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ module.exports = {
items: [
{
label: 'Examples',
href: 'https://docs.dhtmlx.com/richtext/samples/',
href: 'https://snippet.dhtmlx.com/pdh5buvg?tag=richtext',
position: 'right',
},
{
Expand Down Expand Up @@ -214,7 +214,7 @@ module.exports = {
},
{
label: 'Examples',
href: 'https://docs.dhtmlx.com/richtext/samples/',
href: 'https://snippet.dhtmlx.com/pdh5buvg?tag=richtext',
position: 'right',
},
{
Expand Down

0 comments on commit 6c475a2

Please sign in to comment.