Skip to content

Latest commit

 

History

History
142 lines (82 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

142 lines (82 loc) · 2.65 KB

Changelogs

0.2.13 - 10-July-2022

  • Added shortcut Ctrl+B: Bold text
  • Added shortcut Ctrl+I: Italic text

0.2.12 - 30-June-2022

  • Added clear and reset buttons in toolbar
  • Added readOnly option in Split Markdown Field

0.2.11+1 - 10-June-2022

  • Minor fixes

0.2.11 - 10-June-2022

  • Breaking: MarkdownFormField is now MarkdownAutoPreview
  • Added SplittedMarkdown FormField
  • Example updated
  • Added tootips in markdown toolbar

0.2.10

  • Switch between markdown and textfield using focusNode reimplemented
  • Dependency upgrade
  • Using MarkdownBody instead of MarkdownParseBody in MarkdownFormField

0.2.9+1

  • Temparory fix for buttons not working in web
  • Shift to Parsed Markdown Body and Text Field will not work

0.2.9

  • added non-scrolling markdown parser
  • improved logic for min, max lines in markdownfield

0.2.8+1

  • removed validator
  • added min, max lines and expands parameters

0.2.8

  • Added validator and decoration parameters

0.2.7

  • refactor package to markdown_editor_plus

0.2.6

  • Updated meta, optional update

0.2.5

  • Added background color for expandable toolbar titles too

0.2.4

  • Fixed incorrect Implementation for toolbar widget

0.2.3

  • Refactor the package name to simple_markdown_editor_plus

0.2.2

  • Updated the badges, just meta data update, can be ignored.

0.2.1

  • Allow custom toolbar to be passed as named paramter.

0.2.0

  • Add features auto preview WYSIWYG if the editor unfocused #4.

0.1.8

  • Bug fixed on issue #2.

0.1.7

  • Compatibility.

0.1.6+1

  • change style of bullet list and checkbox color

0.1.6

  • update dependency flutter_markdown

0.1.5+1

  • bug fix
  • remove deprecated (ZMarkdownEditor, ZMarkdownParse, ZMarkdownToolbar)

0.1.5

  • add checkbox list toolbar
  • deprecated (ZMarkdownEditor, ZMarkdownParse, ZMarkdownToolbar)
  • add toolbar item single line selection
  • toolbar heading add (H1, H2, H3)

0.1.4+2

  • bug fixing

0.1.4+1

  • major update

0.1.4

  • add multiple line formatting and unformatting at once action
  • additional functions on the image and link toolbars if you have selected text. toolbar will not show modal input but will directly format text
  • add toolbar unorder list
  • refactor some repetitive code
  • fix emoji auto convert issue

0.1.3

  • bug fixing on 0.1.2 emojiConvert
  • add search fitur on emoji
  • added auto close property after selecting emoji

0.1.2

  • change toolbar position on bottom

0.1.1

  • support emoji convert in live editor
  • null safety

0.1.0

  • TODO: Describe initial release.