Releases: abhaynikam/react-trix-rte
Releases · abhaynikam/react-trix-rte
1.0.16
Fixes
- Fixes multiple instances of Trix editor triggering same onChange event. Fixes #47. (@abhaynikam)
V1.0.15
V1.0.14
Changelog
- Fixes onAttachmentRemove trix event listener. Fixes #36. (@radhenazarkar)
- Enable className prop in ReactTrixRTEInput. Refer: #30. (@alejo4373)
1.0.13
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
1.0.10
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)
V1.0.9
Improvement:
- Adds
elementProps
option to add custom props to the ToolbarButton. (@abhaynikam)
V1.0.8
Improvements
- Adds option to override or add custom toolbar actions. (@abhaynikam)
V1.0.7
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
Features
- Add ability to allow Rails direct uploading via Trix Editor. (@abhaynikam)
- Add options to configure placeholder and autofocus for Trix Editor. (@abhaynikam)