Skip to content

Commit

Permalink
Prepare release for 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Apr 21, 2022
1 parent 019ce4d commit 2beb564
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.0-alpha.7 - Android back button support & resizing

- [#195](https://github.com/wiredashio/wiredash-sdk/pull/195) Support for the Android back button
- [#194](https://github.com/wiredashio/wiredash-sdk/pull/194) Resize Wiredashs content area to match the size of the content
- [#201](https://github.com/wiredashio/wiredash-sdk/pull/201) Fix state restoration error when reopening Wiredash
- [#194](https://github.com/wiredashio/wiredash-sdk/pull/194) Add a "Back to app" app header on desktop
- [#198](https://github.com/wiredashio/wiredash-sdk/pull/198) Added a netflix and whatsapp clone example demonstrating Wiredashs automatic theming capabilities when using `Wiredash.of(context).show(inheritMaterialTheme: true)`
- [#199](https://github.com/wiredashio/wiredash-sdk/pull/199) Show error when taking a screenshot fails. This may happen for some widgets on web (canvaskit)
- [#202](https://github.com/wiredashio/wiredash-sdk/pull/202) Fix "Warning: Missing asset in fonts for Inter"
- [#194](https://github.com/wiredashio/wiredash-sdk/pull/194) Small color adjustments

## 1.0.0-alpha.6

- [#188](https://github.com/wiredashio/wiredash-sdk/pull/188) Fix upload of multiple screenshots for non-web platforms. May have caused double submission of feedback
Expand Down
3 changes: 2 additions & 1 deletion lib/src/core/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
/// 104 -> 1.0.0-alpha.4
/// 105 -> 1.0.0-alpha.5
/// 106 -> 1.0.0-alpha.6
const wiredashSdkVersion = 106;
/// 107 -> 1.0.0-alpha.7
const wiredashSdkVersion = 107;
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wiredash
description: Wiredash is an interactive user feedback tool for Flutter apps.
version: 1.0.0-alpha.6
version: 1.0.0-alpha.7
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk

Expand Down

0 comments on commit 2beb564

Please sign in to comment.