Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1.09 KB

Change log

master (unreleased)

1.0.10 (11-February-2021)

1.0.9 (18-January-2021)

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

1.0.8 (18-January-2021)

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

1.0.7 (02-December-2020)

  • Remove 'unused' import of Trix to prevent webpack packaging conflicts with projects. ([@CUnknown][])
  • Support ID and Name input attribute as component props. ([@CUnknown][])

1.0.6 (17-September-2020)

1.0.5 (29-July-2020)

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

1.0.4 (30-March-2020)

@CUnknown