Releases: wiredashio/wiredash-sdk
Releases · wiredashio/wiredash-sdk
1.0.0-alpha.4 - Desktop in focus
- #177 Improved Desktop UI
- #176 Draw
appBackgroundColor
behind app on screenshot - Discard feedback button
- Color selection and drawing undo
- Allow retake of screenshot
- #172 Scale drawing to match the screenshot size (based on screen ppi)
- Scaling the window after capturing a screenshot doesn't change the drawing position anymore
- Hide feedback details on Summary page behind button
- Make status bar text readable on iOS
- #175 Raise min Flutter SDK to 2.8, (2.9 is required for macOS)
1.0.0-alpha.3 - No Overlay for you
1.0.0-alpha.2 - Desktop improvements
- #164 Support for transparent apps macOS apps
- Hide backdrop content in screenshot mode
- #165 Validate email address
- #166 Make email address optional. Set
WiredashFeedbackOptions(askForUserEmail: true)
to enable it - #167 New
inheritMaterialTheme
andinheritCupertinoTheme
properties forWiredash.of(context).show()
to inherit the theme
1.0.0-alpha.1 - A Whole New World
- Completely rewritten UI layer
- Custom metadata properties
- Custom labels
- Automatic theming
v0.7.0+1
0.7.0 - Screenshot Web support for canvaskit
- #140 Wiredash now supports screenshots in Flutter Web when the canvasakit renderer is used
- Flutter compatibility range:
1.26.0-17.5.pre
-2.3.0-13.0.pre.166
0.6.2
0.6.1 - Flutter 2.0
0.6.0 - Nullsafety
Migrate the sdk to nullsafety. No breaking changes except for raising the Dart SDK to 2.12.0-0
.
0.5.0 - SingletonFlutterWindow
- Breaking Replace references to
ui.Window
with the newSingletonFlutterWindow
flutter/pull/69617
- Raise minimum Flutter version to
1.24.0-8.0.pre.341
where the breaking change was introduced