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 e3365ed commit bd89f7cCopy full SHA for bd89f7c
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.4.1-wip
+## 0.4.1
2
3
- Exported the helper libraries from `web.dart`.
4
- Deprecated the `helpers.dart` library in favor of `web.dart`.
@@ -9,7 +9,7 @@
9
`Node`.
10
- Deprecated `NodeGlue.append` in favor of `Node.appendChild`.
11
- Deprecated `NodeGlue.clone` in favor of `Node.cloneNode`.
12
-- Updated to `@webref/css` `6.10.0`.
+- Updated `@webref/css` to `6.10.0`.
13
14
## 0.4.0
15
pubspec.yaml
@@ -1,7 +1,6 @@
name: web
+version: 0.4.1
description: Lightweight browser API bindings built around JS static interop.
-version: 0.4.1-wip
-
5
repository: https://github.com/dart-lang/web
6
7
environment:
0 commit comments