Skip to content

Releases: abhaynikam/react-trix-rte

1.0.16

15 Jan 06:54
Compare
Choose a tag to compare

Fixes

  • Fixes multiple instances of Trix editor triggering same onChange event. Fixes #47. (@abhaynikam)

V1.0.15

19 Nov 05:38
Compare
Choose a tag to compare

Changelog

  • Enable custom URL for Rails direct upload with railsDirectUploadUrl and railsBlobUrl prop in ReactTrixRTEInput. Refer: #43. (@mech)
  • Fixes conflicting Trix editor id (@rjclaasen)

V1.0.14

21 Jul 06:32
Compare
Choose a tag to compare

Changelog

1.0.13

29 Mar 17:11
Compare
Choose a tag to compare

Changelog

  • Fixes issue when binding Trix events on the DOM element when React has not rendered the component yet and no DOM element reference is present. (@CUnknown)
  • Fixes ReactTrixRTEToolbar component crashing when using toolbarActions. Refer: (#24). (@alejo4373)
  • Removes Ramda dependency. (@alejo4373)

V1.0.11

11 Mar 07:10
b8104c9
Compare
Choose a tag to compare

Fixes

  • Fixes the ReactTrixRTEToolbar breaking because of missing dependency - (@Axxxx0n)

1.0.10

11 Feb 18:24
Compare
Choose a tag to compare

Changelog

V1.0.9

18 Jan 07:46
Compare
Choose a tag to compare

Improvement:

  • Adds elementProps option to add custom props to the ToolbarButton. (@abhaynikam)

V1.0.8

18 Jan 07:17
Compare
Choose a tag to compare

Improvements

  • Adds option to override or add custom toolbar actions. (@abhaynikam)

V1.0.7

02 Dec 17:45
Compare
Choose a tag to compare

Improvements

  • Bump trix version 1.2.3 -> 1.2.4. ([@abhaynikam][])
  • Support ID and Name input attribute as component props. ([@cunknown][])

Fixes

  • Remove 'unused' import of Trix to prevent webpack packaging conflicts with projects. ([@cunknown][])

V1.0.5

29 Jul 08:39
Compare
Choose a tag to compare

Features

  • Add ability to allow Rails direct uploading via Trix Editor. (@abhaynikam)
  • Add options to configure placeholder and autofocus for Trix Editor. (@abhaynikam)