Skip to content

Commit b8cf8d0

Browse files
committed
Update the changelog and bump to 1.0.7
1 parent 9b6352b commit b8cf8d0

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.7
2+
3+
* Improved pub.dev score by making example app source code available in published package
4+
* Updated `.pubignore` to only exclude build artifacts and generated files instead of entire example directory
5+
* Fixed linter warnings by removing unnecessary null default values in `MarkdownStyleSheet`
6+
* Added `CLAUDE.md` documentation for AI-assisted development
7+
* Enhanced README with package history and link to LaTeX support package
8+
* Standardized formatter configuration across project
9+
110
## 1.0.6
211

312
* Fix cursor behavior when using custom builder for anchor tags. The code now only manages `_linkHandlers` when there is no custom builder for anchor tags, preventing conflicts between the default link recognizer and custom builder widgets.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,7 @@ Here are some additional Markdown syntax resources:
172172
- [CommonMark Markdown Reference](https://commonmark.org/help/)
173173
- [GitHub Guides - Mastering Markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
174174
- [Download PDF cheatsheet version](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf)
175+
176+
## Maintainers
177+
178+
This package is proudly maintained by [Gareth Reese](https://github.com/gazreese) and [Marko Radisavljevic](https://github.com/Prototypev1) for [Foresight Mobile](https://foresightmobile.com/) ([GitHub](https://github.com/foresightmobile/))

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Markdown renderer for Flutter. Create rich text output,
44
formatted with simple Markdown tags.
55
repository: https://github.com/foresightmobile/flutter_markdown_plus
66
issue_tracker: https://github.com/foresightmobile/flutter_markdown_plus/issues
7-
version: 1.0.6
7+
version: 1.0.7
88

99
environment:
1010
sdk: ^3.4.0

0 commit comments

Comments
 (0)