Skip to content

Latest commit

 

History

History
119 lines (87 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

119 lines (87 loc) · 1.93 KB

webviewhs


0.1.0.0

Added

  • Cabal build flag light
    • If enabled
      • Removes
        • clay, jmacro, and text-format-heavy
        • runJavaScript, injectCss, and log from the API
  • examples-light directory
  • WithWindowLoopSetUp
  • WithWindowLoopTearDown

Changed

  • withWindowLoop
    • It now requires a setup and teardown function
  • Documentation

Removed


0.0.2.0

Added

Changed

  • Updated webview
    • Commits
      • Fixed bug in Windows 7 where window does not close
      • Add IInternetSecurityManager to override any IE settings.
  • Updated version in documentation

Removed


0.0.1.0

Added

Changed

  • Updated webview
  • Updated logo

Removed

  • Objective-c requirement for macOS
  • Cocoa framework requirement for macOS

0.0.0.0

Added

  • Logo
  • Docs
  • Examples
  • Error checking to webview_eval
  • API
    • WindowParams
    • WindowBackgroundColor
    • WindowAlertDialogType
    • Window
    • createWindowAndBlock
    • createWindow
    • setWindowTitle
    • setWindowFullscreen
    • setWindowBackgroundColor
    • withWindowLoop
    • iterateWindowLoop
    • runJavaScript
    • runJavaScript'
    • injectCss
    • injectCss'
    • openWindowAlertDialog
    • withWindowOpenDialog
    • withWindowSaveDialog
    • dispatchToMain
    • log
    • log'
    • terminateWindowLoop
    • destroyWindow

Changed

  • webview interface to allow debugging
  • GTK WebKit
    • webkit_settings_set_enable_webgl true
    • webkit_settings_set_javascript_can_access_clipboard true
    • webkit_settings_set_allow_file_access_from_file_urls true

Removed