Skip to content

Commit

Permalink
🚀: publish to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asjqkkkk committed May 18, 2023
1 parent 2e4a94e commit 96efd1a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.buildlog/
.history
.svn/
.metadata

# IntelliJ related
*.iml
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
### [2.2.0]
- Fixed some issue
- [#91](https://github.com/asjqkkkk/markdown_widget/issues/91)
- [#95](https://github.com/asjqkkkk/markdown_widget/issues/95)
- [#98](https://github.com/asjqkkkk/markdown_widget/issues/98)
- [#104](https://github.com/asjqkkkk/markdown_widget/issues/104)
- [#105](https://github.com/asjqkkkk/markdown_widget/issues/105)
- Added `MarkdownBlock` that will adapt to the width automatically
- Added `styleNotMatched` within `PreConfig`

### [2.1.0]
- Added several examples to illustrate how to use custom tags and nodes, such as LaTeX and certain custom HTML tags.
- Added showcases for desktop, mobile, and web platforms in the README.
- Added a showcase for the Select All and Copy function in the README.
- Fixed incorrect address references in the README.
- Replaced some images in the examples with local images to resolve cross-domain issues in the web demo.
- Added release files to GitHub action.
- Added a screenshot description to the YAML file, following the example in https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/main/pubspec.yaml.
- Added a screenshot description to the YAML file
- Added a copy button to the code block and removed its default padding.
- Added left and right scrolling and increased padding to the table.
- Fixed the TOC function in mobile mode.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: markdown_widget
description: A new markdown package. It supports TOC function, code highlighting, and it supports all platforms
version: 2.1.0
version: 2.2.0
homepage: https://github.com/asjqkkkk/markdown_widget

environment:
Expand Down
1 change: 0 additions & 1 deletion test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:markdown_widget/markdown_widget.dart';
import 'package:markdown_widget/widget/markdown_block.dart';
import 'package:visibility_detector/visibility_detector.dart';
import 'test_markdowns/network_image_mock.dart';
import 'widget_visitor_test.dart';
Expand Down

0 comments on commit 96efd1a

Please sign in to comment.