- Add support for custom action buttons
- Add dialog mode on pictures
- Remove Google dependency
- Change the way of adding links to the input. Now, you need to select the text you want to be the label, then click the link button. A dialog will show where you can enter the link.
- Add textStyle property
- Do not dispose controller when it is passed as an argument
- Fix RTL selection
- Update library dependencies
- Bind textStyle of the TextField to the bodyText1 ThemeData
- Add a node to request focus and get back to field on any action click.
- Add possibility to pass validator as null.
- Add a controller parameter
- Add support for strikethrough, code, blockquote, separator and images.
- Custom actions supported by the input.
- Migrate to null-safety.
- Reposition cursor if style applied while no text were selected
- Add web support
- Add RTL support
- Remove unused dependency
- Add more docs
- Initialize project