Skip to content

Latest commit

 

History

History
152 lines (82 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

152 lines (82 loc) · 2.74 KB

1.0.7

  • closed parameter added to codeBuilder.

1.0.6

  • _italic_ and >Indentation syntax added.
  • linkBuilder and highlightBuilder added f45132b.

1.0.5

  • Fixed the order of inline and block latex in markdown.

1.0.4

  • Fixing latex issue for block syntax.

1.0.3

  • Multiline latex syntax bug fix.

1.0.2

  • Readme updated.

1.0.1

  • Indentation fixed
  • ATag syntax fixed
  • Documentation improved in readme and example.

1.0.0

  • TexMarkdown is renamed to GptMarkdown.
  • h1 to h6 style added to GptMarkdownThemeData class.
  • hrLineThickness value added to GptMarkdownThemeData class.
  • hrLineColor Color added to GptMarkdownThemeData class.
  • linkColor Color added to GptMarkdownThemeData class.
  • linkHoverColor Color added to GptMarkdownThemeData class.
  • Indentation improved.
  • Math equations are now default selectable.
  • SelectableAdapter Widget added to make any widget selectable.

0.1.15

  • CodeBlock is moved out of gpt_markdown.dart library.

0.1.14

  • Changed withOpacity to withAlpha in theme.dart for highlightColor.

0.1.13

  • GptMarkdownTheme and GptMarkdownThemeData class moved to gpt_markdown.dart library.

0.1.12

  • Fixed the indentation syntex of regex.

0.1.11

  • GptMarkdownTheme and GptMarkdownThemeData classes added.

0.1.10

  • components are now selectable.

0.1.9

  • source config added.

0.1.8

  • unordered list bullet color fixed.

0.1.7

  • ordered list color fixed.

0.1.6

  • overflow perameter added.

0.1.5

  • Some color changes and highlighted text style changed.

0.1.4

  • [source] format added.

0.1.3

  • maxLines Parameter added.

0.1.2

  • textStyle Parameter added to the latexBuilder function.

0.1.1

  • Fixed hitTest essue.

0.1.0

  • Inline Latex Builder added and Link are now Clickable and Latex Error Color changed to null for debug mode.

  • textScaleFector is removed and textScaler added

0.0.12

  • codeBuilder method added [#6], and maked the table scrollable.

0.0.11

  • New syntex added for codes and highlight.

0.0.10

  • $$_$$ syntex fixes.

0.0.9

  • $_$ syntex added for latex with a gard condition for \(_\).

0.0.8

  • $_$ syntex added for latex with a gard condition for \(_\).

0.0.6

  • Fixed textScaler problem by removeing that and added textScaleFector.

0.0.5

  • Latex table workarround added.

0.0.4

  • Customizable latex and workarround added.

0.0.3

  • Some latex related fixes.

0.0.2

  • TextScaler and TextAlign added.

0.0.1

  • This package will render response of chatGPT in flutter app.