Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

Releases: mendixlabs/rich-text

AppStore release v1.3.5

31 Jul 12:00
e429ff6

Choose a tag to compare

We fixed a problem with multi-lines when pressing enter

AppStore release v1.3.4

05 Jul 15:12
9e41e78

Choose a tag to compare

  • Now we improved support for iOS (iPad & iPhone) now the focus will be accepted in the first touch (Fixes Mendix Support Issue #85154).

App store release v1.3.3

28 Mar 14:42

Choose a tag to compare

The editor will no longer throw an error when used in read-only mode inside a list view on IE11 (Resolves GitHub Issue #28, Support ticket #79234)

App store release v1.3.2

16 Jan 15:43
984ab67

Choose a tag to compare

  • Improved error message when sanitation fails (Mendix support ticket #78000)

App store release v1.3.1

04 Jan 10:16

Choose a tag to compare

  • We fixed a Japanese character issue (solves GitHub issue #25)
  • From now on, Chrome will not longer tries to translate the content of the editor (Fixes support Ticket #77385)
  • However when 'Readonly-style' is set to 'Rich text' and 'Editable' is set to 'Never', or the Data view is set 'Editable' 'No' the content will be translatable by Chrome.

App store release v1.30

25 Jul 12:47
11c1815

Choose a tag to compare

Add property to control tab behavior, indent the text or change the focus to the next element.

App store release v1.2.1

30 May 11:28
9b56887

Choose a tag to compare

Fix, the onchange was triggerd when read only, causes an error when the user does not have rights to change the value. (Solves ticket #64470)

App store release v1.2.0

11 May 18:57
9fff30f

Choose a tag to compare

  • Add nanoflow for on change events
  • Now the tab key will insert a tab instead of moving focus to the next input. (Fixes GitHub #14)

App store release v1.1.1

01 Mar 10:01
cd298fe

Choose a tag to compare

  • Update desktop modeler icon

App store release v1.1.0

25 Jan 18:50
f7548b9

Choose a tag to compare

  • Add inline validation

  • Add html sanitation before displaying content

  • Fix tab display issue