Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
revert changelog formatting
  • Loading branch information
FlafyDev committed May 14, 2022
commit e0b13de8f2c02f5afd940eb5138ccd603617118f
14 changes: 7 additions & 7 deletions packages/webview_flutter/webview_flutter_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## 0.1.0+4

- Fixes unreliable encoding of HTML to the iframe element.
* Fixes unreliable encoding of HTML to the iframe element.

## 0.1.0+3

- Minor fixes for new analysis options.
* Minor fixes for new analysis options.

## 0.1.0+2

- Removes unnecessary imports.
- Fixes unit tests to run on latest `master` version of Flutter.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors
* Removes unnecessary imports.
* Fixes unit tests to run on latest `master` version of Flutter.
* Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors
lint warnings.

## 0.1.0+1

- Adds an explanation of registering the implementation in the README.
* Adds an explanation of registering the implementation in the README.

## 0.1.0

- First web implementation for webview_flutter
* First web implementation for webview_flutter