We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4664887 commit 3b4c0a4Copy full SHA for 3b4c0a4
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2.3.0
2
+* Fixes various bugs and various DOM APIs.
3
+
4
## 2.2.7
5
* Improves documentation and tests.
6
README.md
@@ -35,7 +35,7 @@ which is documented in the relevant files.
35
In `pubspec.yaml`:
36
```yaml
37
dependencies:
38
- universal_html: ^2.2.7
+ universal_html: ^2.3.0
39
```
40
41
## 2. Use
pubspec.yaml
@@ -1,5 +1,5 @@
name: universal_html
-version: 2.2.7
+version: 2.3.0
description:
A 'dart:html' that works in all platforms, including Flutter and server-side.
Eases cross-platform development and HTML / XML processing.
0 commit comments