Skip to content

Document merged but unreleased changes in changelog. #863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Pending (master branch)
* [iOS] Fix Unity not receiving Lifecycle events on iOS. [#704](https://github.com/juicycleff/flutter-unity-view-widget/pull/704)
* [Android] Remove the white background color to allow Unity transparency like on iOS. [#719](https://github.com/juicycleff/flutter-unity-view-widget/pull/719)
* [Web] Replace webview package to get `webview_flutter` from 2.x to 4.x. [#761](https://github.com/juicycleff/flutter-unity-view-widget/pull/761)
* Readme updates & example compatibility fixes.

## 2022.2.0

* Enable AndroidView due to native view improvement in flutter 3.3.0
Expand Down
4 changes: 4 additions & 0 deletions unitypackages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Using a wrong extension like `.dll.txt` will disable it.
# CHANGELOG
Changes for `2022.1.7f1` and earlier were collected retroactively and might not be complete.

## Pending (master branch)
* Avoid invalid iOS export when current build target is not iOS. [#838](https://github.com/juicycleff/flutter-unity-view-widget/pull/838)
* Delete absolute ndk path from Unity export. (Unity 2022.3.x and newer) [#880](https://github.com/juicycleff/flutter-unity-view-widget/pull/880)

## 2022.2.0
>fuw-2022.2.0.unitypackage
* Restore newtonsoft.json.dll import.
Expand Down