Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump version & changelog
  • Loading branch information
IchordeDionysos committed Mar 7, 2023
commit 1315839b71f8c852c9cb8e92d70c568904e14845
7 changes: 7 additions & 0 deletions packages/flutter_markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.6.15

* Introduce a new `MarkdownElementBuilder.visitElementAfterWithContext()` method passing the widget `BuildContext` and
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Introduces"

See the CHANGELOG style guide linked from the PR descirption.

the parent texts' `TextStyle`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

text's

This should allow custom syntax implementations to get data from the current context, as well as properly style any
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog should just describe the change (the first sentence); it doesn't need to provide the motivation for it.

text, e.g. a color syntax can make parts of a headline colored, while still keeping the font size of the headline.

## 0.6.14

* Require `markdown: ^7.0.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.14
version: 0.6.15

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