Skip to content

Commit 5aaa9bf

Browse files
committed
Prepare 2.0.0 non-preview release
1 parent e421c47 commit 5aaa9bf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.0] - April 1, 2021:
2+
* Support basic MathML
3+
* Supply full context tree to custom render
4+
* Fixed lists not rendering correctly
5+
* Fixes for colspans in tables
6+
17
## [2.0.0-nullsafety.0] - March 5, 2021:
28
* Nullsafety support
39
* Official Flutter Web support

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html
22
description: A Flutter widget rendering static HTML and CSS as Flutter widgets.
3-
version: 2.0.0-nullsafety.0
3+
version: 2.0.0
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:
@@ -16,7 +16,7 @@ dependencies:
1616
css_colors: ^1.1.0
1717

1818
# Plugins for rendering the <table> tag.
19-
flutter_layout_grid: ^1.0.0-nullsafety.6
19+
flutter_layout_grid: ^1.0.1
2020

2121
# Plugins for rendering the <video> tag.
2222
video_player: ^2.0.0

0 commit comments

Comments
 (0)