10000 Upgrade version to 0.3.0. · g0rdan/flutter-webrtc@cdd61aa · GitHub
[go: up one dir, main page]

Skip to content

Commit cdd61aa

Browse files
committed
Upgrade version to 0.3.0.
1 parent 1e03653 commit cdd61aa

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
## Changelog
1+
# Changelog
22

33
--------------------------------------------
4+
[0.3.0] - 2020.09.05
5+
6+
* [Dart] Improve RTCVideoView.
7+
* [Android] Refactors Android plugin alongside the embedding V2 migration.
8+
* [Dart] Fix .ownerTag not defined for web.
9+
* [Dart] Added label as read only property.
10+
* [macOS] Updated WebRTC framework to work with AppStoreConnect.
11+
* [Dart] Make 'constraints' argument optional.
12+
* [Dart] Make createOffer constraints optional.
13+
* [iOS/Android/Web] Adding createLocalMediaStream method to PeerConnectionFactory.
14+
* [Web] Fixing multiple video renderers on the same HTML page for Flutter Web.
15+
* [iOS] Add peerConnectionId to data channel EventChannel.
16+
* [Android] Add library module ProGuard configuration file.
17+
* [iOS] Fix typo in render size change check condition
18+
* [README] Add missed Android usage hint.
19+
420
[0.2.8] - 2020.04.22
521

622
* [macOS/iOS] Fix typo in render size change check condition.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web.
3-
version: 0.2.8
3+
version: 0.3.0
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: ">=2.2.2 <3.0.0"

0 commit comments

Comments
 (0)
0