React Trix Rte Versions Save

React wrapper for Trix rich text editor created by Basecamp

1.0.16

2 years ago

Fixes

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

1.0.15

2 years ago

Changelog

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

1.0.14

2 years ago

Changelog

  • Fixes onAttachmentRemove trix event listener. Fixes #36. (@radhenazarkar)
  • Enable className prop in ReactTrixRTEInput. Refer: #30. (@alejo4373)

1.0.13

3 years ago

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)

1.0.11

3 years ago

Fixes

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

1.0.10

3 years ago

Changelog

  • Bump React version to 1.17.1. (@abhaynikam)
  • Bump Trix version to 1.13.1. (@abhaynikam)
  • Update package.json to move React to peer dependencies. (@abhaynikam)

1.0.9

3 years ago

Improvement:

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

1.0.8

3 years ago

Improvements

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

1.0.7

3 years ago

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

3 years ago

Features

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