Eng Zer Jun
ef8d7d2fd7
refactor: move from io/ioutil to io and os packages
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-25 12:15:43 +08:00
Lea Anthony
f05109232e
Merge pull request #961 from wailsapp/dependabot/npm_and_yarn/v2/internal/runtime/js/elliptic-6.5.4
...
Bump elliptic from 6.5.2 to 6.5.4 in /v2/internal/runtime/js
2021-11-24 03:06:21 -08:00
dependabot[bot]
865d118651
Bump ini from 1.3.5 to 1.3.8 in /v2/internal/runtime/js
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
---
updated-dependencies:
- dependency-name: ini
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 11:51:06 +00:00
dependabot[bot]
33d8f98da9
Bump elliptic from 6.5.2 to 6.5.4 in /v2/internal/runtime/js
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.4 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 11:51:05 +00:00
Lea Anthony
0b71d64931
[v2] window.backend -> window.go
2021-09-01 20:52:34 +10:00
Lea Anthony
ac4c17ca09
[windows] Generate bindings + models
2021-08-31 19:51:43 +10:00
Lea Anthony
a7c5064a33
[windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix,
2021-08-27 21:11:03 +10:00
Lea Anthony
c3c88f5e27
[windows-x] Huge updates to devmode, runtime, build command.
2021-08-22 23:05:22 +10:00
Lea Anthony
06ebe5f51f
[v2] [broken - WIP] Major refactor of runtime in progress
2021-07-19 23:04:36 +10:00
Lea Anthony
f02c140709
[v2] [broken - WIP] Major refactor of runtime in progress
2021-07-19 20:21:41 +10:00
Lea Anthony
b80a64b0ee
[v2] [broken - WIP] Major refactor of runtime in progress
2021-07-18 20:00:01 +10:00
Lea Anthony
509c70a97c
[v2] Dialog fixes
2021-06-26 18:20:24 +10:00
Lea Anthony
2fc2d63e2d
[v2] Remove SetColour
2021-06-21 18:05:45 +10:00
Lea Anthony
d521f80dcd
[windows] Improve Dialog API. Major refactor.
2021-06-20 13:48:30 +10:00
Lea Anthony
102a8cc5a6
[windows] Support Dialog API
2021-06-19 16:29:49 +10:00
Lea Anthony
407269b0d5
[v2] Update bridge assets. @wails/runtime v1.3.20
2021-06-06 12:21:26 +10:00
Lea Anthony
466676d99f
[linux] Create Linux runtime
2021-06-04 20:32:40 +10:00
Lea Anthony
9fdd5148ca
[mac] Update runtime to use window.wailsInvoke
2021-06-03 21:01:14 +10:00
Lea Anthony
ddadcdc18f
[v2] Rebuild runtime
2021-05-31 20:09:04 +10:00
Lea Anthony
4738a0e0a8
[v2] Remove common.js
2021-05-31 20:08:11 +10:00
Lea Anthony
d2e4a0b0d2
[windows] Support wails dev
2021-05-31 20:01:40 +10:00
Lea Anthony
93d9b61366
[windows] Fix bridge payload for 'wails dev'
2021-05-30 20:03:01 +10:00
Lea Anthony
b5d289bda9
[v2] Published @wails/runtime v1.3.14
2021-05-30 11:24:15 +10:00
Lea Anthony
319b7a3755
[v2] Change import to require for bridge for compatibility reasons
2021-05-30 11:22:40 +10:00
Lea Anthony
08f4476087
Support for upx and more go:embed.
2021-05-18 21:25:16 +10:00
Alexander Hudek
3c4f874db5
Implement server to client notify support. ( #700 )
2021-05-02 13:12:29 +10:00
Lea Anthony
5da198de7e
[windows] App assets loading correctly
2021-04-30 21:14:09 +10:00
Lea Anthony
161eeca62b
[windows] update eslint ecmaversion
2021-04-30 16:05:29 +10:00
Lea Anthony
0b8056bcf4
[windows] Windows runtime
2021-04-30 16:04:24 +10:00
Lea Anthony
6af92cf0a4
Delete Tray for bridge
2021-02-25 19:57:36 +11:00
Lea Anthony
53db687a26
Support DeleteTrayMenuByID
2021-02-24 21:49:55 +11:00
Lea Anthony
70510fd180
@wails/runtime v1.3.10
2021-02-22 20:16:14 +11:00
Lea Anthony
17c6201469
Menu off by default in dev. Toggle with backtick.
2021-02-22 20:14:44 +11:00
Lea Anthony
1231b59443
better signal handling for shutdown
2021-02-22 17:39:33 +11:00
Lea Anthony
eac8880f6d
Initial support for tray menus
2021-02-13 20:26:21 +11:00
Lea Anthony
9a81a57d13
Revert bootstrapping.
2021-02-12 15:08:54 +11:00
Lea Anthony
354429bc28
Support UpdateTrayLabel in dev mode. Small refactor.
2021-02-12 14:52:47 +11:00
Lea Anthony
99d4d9490c
Improved dialog support for dev mode
2021-02-12 14:50:58 +11:00
Lea Anthony
6e3cfc157f
Add bridge.js
2021-02-11 07:09:40 +11:00
Lea Anthony
30d762372f
@wails/runtime v1.3.9
2021-02-11 07:04:01 +11:00
Lea Anthony
2dbaabb74c
Keep package.json files
2021-02-11 07:02:57 +11:00
Lea Anthony
f8bae0430f
Add windowDrag shim for bridge
2021-02-11 06:52:07 +11:00
Lea Anthony
21c07497d7
Move bridge to Svelte build. Initial support for trays in dev mode
2021-02-10 22:53:14 +11:00
Lea Anthony
21a0245985
Generate bindings in package. Support dialogs in dev mode.
2021-02-09 21:10:06 +11:00
Lea Anthony
41f973c7d5
Update runtime package
2021-02-08 06:51:49 +11:00
Lea Anthony
7c22cbcf38
Bridge working for calls. Notify TBD
2021-02-08 06:36:13 +11:00
Lea Anthony
8dfd206aa9
Updates for using the bridge
2021-02-06 13:36:56 +11:00
Lea Anthony
e1b7332c47
Graceful shutdown
2021-02-03 07:14:44 +11:00
Lea Anthony
ceaacc7ba9
Re-added Store.Set() using deep copy
2021-01-30 21:36:59 +11:00
Lea Anthony
0e24f75753
Deep copy initial value in store
2021-01-30 21:29:36 +11:00