5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-11 22:49:29 +08:00
wails/v3/examples/plugins
Fabio Massaioli 2b9891da2c
[v3] Update and fix runtime JS API (#3295)
* Cleanup bundled runtime entry point

* Fix JS representation of Screen struct

* Expose IsFocused method in Window interface

* Update JS window API

* Fix cleanup of WML listeners

* Bundle runtime as ES module

* Update runtime dependencies

* Update runtime types and events

* Update bundled runtime

* Update changelog

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-03-20 20:30:14 +11:00
..
assets [v3] Update and fix runtime JS API (#3295) 2024-03-20 20:30:14 +11:00
build [v3] Add start_at_login plugin 2023-04-05 21:22:02 +10:00
experimental [v3] Create experimental plugin directory 2023-06-26 08:39:02 +10:00
plugins/hashes [v3] Tidy up plugin init 2023-08-19 17:09:38 +10:00
go.mod Normalise app/webview options 2024-03-17 20:57:46 +11:00
go.sum Normalise app/webview options 2024-03-17 20:57:46 +11:00
icon.ico [v3] Add start_at_login plugin 2023-04-05 21:22:02 +10:00
icons.icns [v3] Add start_at_login plugin 2023-04-05 21:22:02 +10:00
main.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
README.md Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
store.json Add Exported() []string to plugin API 2023-03-21 08:55:55 +11:00
Taskfile.yml Add MACOSX_DEPLOYMENT_TARGET to taskfiles 2023-09-08 11:23:38 +10:00
test.db Add sqlite plugin 2023-03-25 09:39:59 +11:00

Plugins Example

This example is not ready for testing yet.