Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

76 lines (52 loc) · 1.42 KB

[1.0.1] - 2021-05-14

  • Add initialTool prop

[1.0.0] - 2021-05-03

  • New design & more features
  TextStyleEditor({
+   required this.fonts,
+   required this.textAlign,
+   this.paletteColors,
    this.textStyle,
-   required this.onTextStyleChanged,
+   this.onTextStyleEdited,
-   required this.onTextAlignChanged,
+   this.onTextAlignEdited,
+   this.onCpasLockTaggle,
+   this.onToolbarActionChanged,
-   this.primaryColor = Colors.black26,
-   this.secondaryColor = Colors.black12,
-   this.backgroundColor = Colors.white,
-   this.height,
  });

[0.2.1] - 2020-08-14

  • Add default font family to FontFamilyTool
  • Fix file formats

[0.2.0] - 2020-08-11

  • Change onTextStyleChange method name to onTextStyleChanged
  • Update README file

[0.1.0] - 2020-08-11

  • Remove color picker package
  • Add background color to widget
  • Change icons
  • Some code improvment

[0.1.0-beta.2] - 2020-08-11

  • Fix some files dar format

[0.1.0-beta.1] - 2020-08-11

  • Fix some format issue

[0.1.0-beta] - 2020-08-11

  • Scroll able tools body
  • Fix first and second colors issue

[0.1.0-alpha.1] - 2020-08-11

Change tools design and colors

  • Change FontColorTool design
  • Deactive color picker option

[0.1.0-alpha] - 2020-08-10

These tools added to the editor

  • Font size tool
  • Font family tool
  • Font color tool
  • Text alignment tool

[0.0.1] - 2020-08-08

  • TextStyleEditor Started from now!