Skip to content
Prev Previous commit
Next Next commit
[flutter_markdown] add changelog and bump version
  • Loading branch information
dawidope committed Jan 11, 2024
commit 4dfa2f916915f89be2884b7ce3c1ccc9b021ef48
4 changes: 4 additions & 0 deletions packages/flutter_markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.18+4

* Allow for choosing custom font feature to create superscript in footnotes when the font does not support `supr` font feature. Use `superscriptFontFeatureTag` property in `MarkdownStyleSheet`. For example for `Roboto` font you can set `numr`.

## 0.6.18+3

* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_markdown/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Markdown renderer for Flutter. Create rich text output,
formatted with simple Markdown tags.
repository: https://github.com/flutter/packages/tree/main/packages/flutter_markdown
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_markdown%22
version: 0.6.18+3
version: 0.6.18+4

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down