Skip to content

Latest commit

 

History

History
209 lines (114 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

209 lines (114 loc) · 3.02 KB

0.7.3

  • Fixing missing part file.

0.7.2

  • Upgraded dependencies.
  • Fixed issue on web with null empty locale list.

0.7.1

  • Fixed screenshot error.
  • Fixed initialization null check.

0.7.0

  • Null-safety compatibility.
  • Upgraded dependencies for Flutter 2.0.

0.6.2-beta

  • Added Directionality to overlay.

0.6.1-beta

  • Added styling options to hide toolbar buttons.
  • Added a defaultDevice.

0.6.0-beta

  • Support for MediaQuery.maybeOf Flutter API breaking change.

0.5.5

  • Fixed an issue with language picker.

0.5.4

  • Fixed issue with [DevicePreview.selectDevice] method.

0.5.3

  • Added the [DevicePreview.selectDevice] method.

0.5.2

  • Removed Flutter plugin directories.

0.5.1

  • Fixed linting issues.

0.5.0

  • Updated documentation

0.5.0-prerelease.16

  • Fix shared preferences plugin navigation restoration issues.

0.5.0-prerelease.15

  • Fix styling issues.

0.5.0-prerelease.14

  • Fix issue when not enabled.

0.5.0-prerelease.13

  • Fixed several styling issues.
  • Fix issue when not enabled.

0.5.0-prerelease.12

  • Added the plugin system.

0.5.0-prerelease.11

  • Fixed device screen clip.

0.5.0-prerelease.6

  • Fixed hidden popovers when not fullscreen.
  • Fixed overflow errors.

0.5.0-prerelease.5

  • Improved loading time.

0.5.0-prerelease.4

  • Keeping state of application when enabling/disabling preview.

0.5.0-prerelease.3

  • Custom device selector.

0.5.0-prerelease.2

  • Added linux devices.

0.5.0-prerelease

  • New redesigned frames.
  • Added enabled switch.
  • Removed restart button
  • Fixed issues with conflicting global key.
  • Minor UI tweaks.

0.4.8

  • Fixed issues with MaterialLocalization.
  • Added copy to clipboard for image links.

0.4.7

  • Upgraded freezed dependencies.

0.4.6

  • Add an option to hide device frame shadow.

0.4.5

  • Removed debug prints.

0.4.4

  • Removed debug prints.

0.4.3

  • Added settings window for customizing preview appearance and layout.

0.4.2

  • Added a virtual keyboard.

0.4.1+1

  • Fixed an issue with duplicated windows.

0.4.1

  • Tool bar is bigger.
  • Windows background is now semi-transparent.
  • Windows can be dragged.

0.4.0+1

  • Fixed linter issues.

0.4.0

  • Redesigned UI : now a bottom bar.

0.3.0+1

  • Removed flutter_svg unused dependency.

0.3.0

  • Changed screenshot processor for a more generic solution.

0.2.7

  • Update to stable API surface for macOS
  • Fix API deprecations

0.2.6+1

  • Updated documentation.

0.2.6

  • Removed root navigator to fix dialogs.

0.2.5

  • Fix settings still visible when widget.areSettingsEnabled is false.
  • Moved example to package folder.

0.2.4

  • Added optional data to override the loaded one.

0.2.3

  • Remove hightContrast (not on stable yet).

0.2.2

  • Remove desktop dependencies.

0.2.1

  • Add throttling for data saving

0.2.0

  • Add Android devices
  • Add locale picker
  • Add preferences (dark mode, text scaling factor, ...)
  • Saving configuration between sessions.

0.1.9-beta

  • Initial version