Skip to content

Releases: wiredashio/wiredash-sdk

v1.0.0

27 Jul 20:07
Compare
Choose a tag to compare

When you're upgrading from 0.7.0:

A whole new SDK!

  • Completely rewritten UI layer
  • Custom metadata properties
  • Custom labels
  • Automatic theming

Upgrading from the 1.0.0-beta? Cool features await you!

  • #228 Labels can now be hidden and will be sent directly to the console
  • #228 Wiredash.of(context).show() now accepts feedbackOptions. That makes localizing easier. See the docs for more information
  • #229 WiredashThemeData now supports a textTheme parameter that allows setting fontFamily (WiredashThemeData.fontFamily is now deprecated)
  • #227 Locale de_DE does now match de localization
  • #224 Wiredash now extend and not override incoming Localizations via widget tree
  • #217 Pen colors are now adjustable via WiredashTheme
  • #218 Don't show "No pending feedbacks" in console

v1.0.0-beta.5

04 Jul 21:31
Compare
Choose a tag to compare
  • Capture feedback metadata even when no screenshot was made 05e526f

v1.0.0-beta.4

04 Jul 21:31
Compare
Choose a tag to compare
  • #211 Fix SyncEngine not triggering initial 'appStart' event
  • #212 Remove Wiredash branding from appHandle
  • #214 Repect user choice when removing their email address
  • #216 Undeprecate Wiredash.of(context).setUserProperties() and Wiredash.of(context).setBuildProperties() as alternative to modifyMetaData. The new Wiredash.of(context).metaData getter might also be handy for you
  • #217 You can now adjust the pen colors in WiredashThemeData

v1.0.0-beta.3

02 Jul 15:55
Compare
Choose a tag to compare
  • #209 Sync state between sdk and console via ping

v1.0.0-beta.2

10 Jun 00:38
Compare
Choose a tag to compare
  • #207 Multi language support. Currently, Wiredash support English πŸ‡¬πŸ‡§ and German πŸ‡©πŸ‡ͺ. We'd happily accept any other languages!
  • e8de7b5 Fix Confidential widget hiding content when Wiredash was closed.
  • Updated README.md for upcoming 1.0.0 release.

Is this release stable? Yes. And once the documentation is update we feel ready to call it 1.0.0

v1.0.0-beta.1

09 May 15:11
Compare
Choose a tag to compare
  • #205 Improve theming capabilities. Better automatic colors, more customizations. New WiredashThemeData properties:
    • primaryContainerColor
    • textOnPrimaryContainerColor
    • secondaryContainerColor
    • textOnSecondaryContainerColor
    • appBackgroundColor
    • appHandleBackgroundColor
    • Removal of primaryTextColor and secondaryTextColor, those are not completely automatic

0.7.1 - Flutter 2.11 Update

22 Apr 00:16
Compare
Choose a tag to compare

Remove WidgetsBinding.instance! warning

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

21 Apr 23:55
Compare
Choose a tag to compare
  • #195 Support for the Android back button
  • #194 Resize Wiredashs content area to match the size of the content
  • #201 Fix state restoration error when reopening Wiredash
  • #194 Add a "Back to app" app header on desktop
  • #198 Added a netflix and whatsapp clone example demonstrating Wiredashs automatic theming capabilities when using Wiredash.of(context).show(inheritMaterialTheme: true)
  • #199 Show error when taking a screenshot fails. This may happen for some widgets on web (canvaskit)
  • #202 Fix "Warning: Missing asset in fonts for Inter"
  • #194 Small color adjustments

1.0.0-alpha.6

03 Mar 17:52
Compare
Choose a tag to compare
1.0.0-alpha.6 Pre-release
Pre-release
  • #188 Fix upload of multiple screenshots for non-web platforms. May have caused double submission of feedback

1.0.0-alpha.5 - Multiple screenshots

02 Mar 22:20
Compare
Choose a tag to compare
Pre-release
  • #183 Allow multiple screenshots to be attached to a feedback
  • #179 Improve performance of your app by limiting the number of widgets Wiredash injects. Noticable on low-end devices such as the iPhone SE
  • #179 Fix: Keep your app state when opening Wiredash. Won't happen again 🀞
  • #184 Documentation: Fix deprecation message of setUserProperties to reference modifyMetaData