Release paperwork for v0.5.1 (#302)

This commit is contained in:
Brett Morgan
2020-11-19 09:25:53 +11:00
committed by GitHub
parent 8523438e62
commit eb5123676f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.5.1
* Fix user defined builders
## 0.5.0 ## 0.5.0
* BREAKING CHANGE: `MarkdownTapLinkCallback` now has three parameters, not one, exposing more * BREAKING CHANGE: `MarkdownTapLinkCallback` now has three parameters, not one, exposing more

View File

@ -3,7 +3,7 @@ description: A Markdown renderer for Flutter. Create rich text output,
including text styles, tables, links, and more, from plain text data including text styles, tables, links, and more, from plain text data
formatted with simple Markdown tags. formatted with simple Markdown tags.
homepage: https://github.com/flutter/flutter_markdown homepage: https://github.com/flutter/flutter_markdown
version: 0.5.0 version: 0.5.1
dependencies: dependencies:
flutter: flutter: