Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 2.79 KB

Changelog

[0.2.0]

  • Remove lifetime parameter on Webview and remove WebviewMut struct.
    • b633c25 refactor: remove webview lifetime argument, drop WebviewMut (#61) on 2021-02-05

[0.1.1]

  • Add eval method to WebviewMut
    • 68ea653 Add eval method to WebviewMut (#59) on 2021-02-03

[0.1.0]

  • Implement Send/Sync trait to Webview
    • 49d26ed Implement Send/Sync trait to Webview (#57) on 2021-01-31

[0.0.5]

    • Bump WebView2 to version 1.0
  • Enable DPI awareness by default on Windows
    • Bumped due to a bump in sys.
    • 0e311cb Update webview-official which enables dpi awareness on windows (#55) on 2021-01-27

[0.0.4]

  • Update webview-official to fix macOS port viability.
    • f7ba383 chore: restructure submodule and crate, reset version and changelog (#41) on 2020-07-27
    • a196328 apply version updates (#43) on 2020-07-27
    • 8ea7f5a Bump both crate version (#53) on 2021-01-22

[0.0.3]

  • Separate raw ffi to individual sys crate.
    • f7ba383 chore: restructure submodule and crate, reset version and changelog (#41) on 2020-07-27

[0.0.2]

  • Fix order of initializing script on windows
    • 5faa76c fix: initializing order (#35) on 2020-07-23

[0.0.1]

  • Publishing with Covector.
    • 377224c feat(workflow) add covector (#30) on 2020-07-20