Releases: foresightmobile/flutter_markdown_plus
Releases · foresightmobile/flutter_markdown_plus
v1.0.7
- Improved pub.dev score by making example app source code available in published package
- Updated .pubignore to only exclude build artifacts and generated files instead of entire example directory
- Fixed linter warnings by removing unnecessary null default values in MarkdownStyleSheet
- Added CLAUDE.md documentation for AI-assisted development
- Enhanced README with package history and link to LaTeX support package
- Standardized formatter configuration across project
v1.0.6
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.
New properties introduced to MarkdownStyleSheet: tableHeadCellsPadding and tableHeadCelssDecoration.
Implemented automatic table content clipping to respect rounded borders when tableBorder specifies a border radius.
Many thanks to our contributors:
@mark-nicepants for fixing null pointer issues with custom builders
@jlandon for adding table header cell customisation features
@4rthurmonteiro for the link builder fix
v1.0.1+1
What's Changed
- Renaming the package. Initial scripts and settings. by @kravoleksii in #1
- Fix blockquote text style by @kravoleksii in #2
- Issue tracker URL by @kravoleksii in #3
- Release action by @kravoleksii in #4
- Release v1.0.1+1 by @kravoleksii in #5
- Flutter version bump by @kravoleksii in #6
- Assets tests fix by @kravoleksii in #7
- Update validate.sh script by @kravoleksii in #8
- Publish.yaml script fix by @kravoleksii in #9
- Publish.yaml fix by @kravoleksii in #10
- Publish.yaml script fixes by @kravoleksii in #11
- -publish.yaml script fix; by @kravoleksii in #12
New Contributors
- @kravoleksii made their first contribution in #1
Full Changelog: https://github.com/foresightmobile/flutter_markdown_plus/commits/1.0.1