- Fixes multiple instances of Trix editor triggering same onChange event. Fixes #47. (@abhaynikam)
- Enable custom URL for Rails direct upload with
railsDirectUploadUrl
andrailsBlobUrl
prop inReactTrixRTEInput
. Refer: #43. (@mech) - Fixes conflicting Trix editor id (@rjclaasen )
- Fixes onAttachmentRemove trix event listener. Fixes #36. (@radhenazarkar)
- Enable
className
prop inReactTrixRTEInput
. Refer: #30. (@alejo4373)
- 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)
- Fixes the ReactTrixRTEToolbar breaking because of missing dependency - (@Axxxx0n)
- 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)
- Adds
elementProps
option to add custom props to the ToolbarButton. (@abhaynikam)
- Adds option to override or add custom toolbar actions. (@abhaynikam)
- Remove 'unused' import of Trix to prevent webpack packaging conflicts with projects. (@CUnknown)
- Support ID and Name input attribute as component props. (@CUnknown)
- Bump trix version
1.2.3
->1.2.4
. (@abhaynikam)
- Add ability to allow Rails direct uploading via Trix Editor. (@abhaynikam)
- Add options to configure placeholder and autofocus for Trix Editor. (@abhaynikam)
- Create React Trix RTE NPM package. (@abhaynikam)