mirror of https://github.com/grpc/grpc-dart.git
Fix web and prepare to publish 4.0.2
This commit is contained in:
parent
ebc838b66d
commit
f077328341
|
@ -1,4 +1,4 @@
|
|||
## 4.0.2-wip
|
||||
## 4.0.2
|
||||
|
||||
* Internal optimization to client code.
|
||||
* Small fixes, such as ports in testing and enabling `timeline_test.dart`.
|
||||
|
@ -7,7 +7,8 @@
|
|||
* Upgrade to `package:lints` version 5.0.0 and Dart SDK version 3.5.0.
|
||||
* Upgrade `example/grpc-web` code.
|
||||
* Update xhr transport to migrate off legacy JS/HTML apis.
|
||||
* Use `package:web` to get `HttpStatus`
|
||||
* Use `package:web` to get `HttpStatus`.
|
||||
* Fix `package:web` deprecations.
|
||||
|
||||
## 4.0.1
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ class EchoApp {
|
|||
..append(HTMLSpanElement()
|
||||
..classList.add('label')
|
||||
..classList.addAll(cssClass)
|
||||
..text = message)));
|
||||
..textContent = message)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: grpc
|
||||
version: 4.0.2-wip
|
||||
version: 4.0.2
|
||||
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
||||
repository: https://github.com/grpc/grpc-dart
|
||||
|
||||
|
|
Loading…
Reference in New Issue