Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

83 lines (53 loc) · 1.71 KB

0.2.7

  • Update Dependencies to fix markdown and flutter_markdown conflict.

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.