Lea Anthony
964abcc6bd
Escape bindings, even though we generate them internally.
2024-03-02 16:42:20 +11:00
Fabio Massaioli
0c3025d695
[v3] Fix ordering of if branches in WebviewWindow.Restore method ( #3279 )
...
* Add JS Window API example
* Fix ordering of if branches in Window.Restore method
* Add changelog entry
2024-03-02 16:04:02 +11:00
Cristian Bilu
5d22da4126
Add disable zoom on mac ( #3289 )
...
* Add disable zoom on mac
* Add changelog line
* Add zommable in main.m
I see this file is ignore, but i think it's better to keep it up-to-date so if we ever unignore it will work correctly.
2024-03-02 15:47:59 +11:00
github-actions[bot]
e714dd92a8
chore: update sponsors.svg ( #3291 )
...
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2024-03-02 15:34:49 +11:00
5aaee9
a9c22f0588
fix: wrong baseURL if open window twice ( #3273 )
2024-02-29 08:47:25 +11:00
madflow
3bf4ea5113
fix: json5 code highlighting ( #3278 )
2024-02-29 08:46:33 +11:00
Fabio Massaioli
b8537d1c96
[v3] Restore ToggleMaximise method in Window interface ( #3281 )
...
* Add JS Window API example
* Add ToggleMaximise button to Window API example
* Restore ToggleMaximise method in Window interface
* Update docs and changelog
2024-02-29 08:42:57 +11:00
te5se
65cef2f206
- add -m(skip go mod tidy) build flag to dev command ( #3275 )
...
* - add -m(skip go mod tidy) build flag to dev command
* - add changelog entry for PR #3275
2024-02-26 21:10:01 +11:00
github-actions[bot]
bff2258aea
chore: update sponsors.svg ( #3258 )
...
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2024-02-23 21:12:26 +11:00
Benoit Botton
8145b0e0c5
add warning about dynamic assets and vite v5.0.0+ ( #3254 )
...
* add warning about dynamic assets and vite v5.0.0+
2024-02-22 08:03:45 +01:00
stffabi
12d12a33de
[v3, assetServer] Update docs
2024-02-21 13:40:32 +01:00
atterpac
57e6834bd2
NixOS font bug docs ( #3268 )
...
add changelog
Appeasing the rabbit
remove v3
Co-authored-by: atterpac <michael@atterpac.dev>
2024-02-20 06:49:17 +11:00
stffabi
1956f95f9f
[templates] Update templates to latest assetserver options
2024-02-16 08:04:16 +01:00
stffabi
723dd976b4
[v3, assetServer] Use middlewares for runtime, caps and falgs instead of having the implementation in the assetserver
2024-02-16 07:38:28 +01:00
stffabi
65251cdafa
[v3, assetServer] Remove fs.FS from options and always use a http.Handler
2024-02-16 07:38:27 +01:00
dependabot[bot]
9c3f91bb48
Bump the npm_and_yarn group across 3 directories with 1 update ( #3257 )
...
Bumps the npm_and_yarn group with 1 update in the /scripts/sponsors directory: [semver](https://github.com/npm/node-semver ).
Bumps the npm_and_yarn group with 1 update in the /v2/internal/frontend/runtime directory: [semver](https://github.com/npm/node-semver ).
Updates `semver` from 7.5.4 to 7.6.0
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0 )
Updates `semver` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: semver
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-14 18:21:54 +11:00
Lea Anthony
d899621351
Update SECURITY.md
2024-02-14 18:15:24 +11:00
Lea Anthony
1957e2e86c
Create SECURITY.md
2024-02-14 18:09:12 +11:00
github-actions[bot]
1c8e2ee8fe
chore: update sponsors.svg ( #3241 )
...
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2024-02-09 21:04:35 +11:00
Lea Anthony
741558532b
Revert "Added possibility to specify platform for dev command ( #3117 )"
...
This reverts commit 4b4fcdd47c
.
2024-02-08 21:38:24 +11:00
Lea Anthony
772f870eb3
v2.8.0
2024-02-08 21:28:28 +11:00
stffabi
e29b375de5
[cli] Bump x/tools to 0.17.0 to fix compatiblity with go 1.22 ( #3244 )
2024-02-08 22:40:04 +11:00
Lea Anthony
471d626043
Add control to disable window buttons on Mac
...
Three new options have been introduced in the application options for MacOS to disable the minimize, maximize, and close buttons on the window. Corresponding functionality has been added in the webview window for darwin to handle these new options. These changes have been showcased in the window example main.go file.
2024-02-08 08:31:58 +11:00
Lea Anthony
0b82968c0f
Add option to disable min/max windows buttons
...
This commit introduces the functionality to disable the minimise and maximise buttons on windows. These options have been added to the `application.WebviewWindowOptions` and integrated in the Windows application logic. Effectively, developers can now control the availability of these buttons in their windows applications.
2024-02-07 10:06:07 +11:00
github-actions[bot]
72e12ef398
chore: update sponsors.svg ( #3235 )
...
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2024-02-05 22:41:20 +11:00
atterpac
9903ba70d5
Update vue-tsc ( #3234 )
...
changelog
2024-02-05 17:12:09 +11:00
ALMAS
0584a3929d
Fix docs ( #3228 )
2024-02-03 07:01:57 +11:00
Lea Anthony
09815e6035
Update runtime.md
2024-02-02 17:14:09 +11:00
Lea Anthony
9a01650622
Update runtime.md
2024-02-02 17:10:33 +11:00
Lea Anthony
fb5afbd394
Fix docs
2024-02-02 17:01:41 +11:00
Lea Anthony
fc105cee2b
Update docs
2024-02-01 21:39:32 +11:00
Lea Anthony
1ec3b4ecab
v3.0.0-alpha.4
2024-02-01 21:09:03 +11:00
Lea Anthony
6e2bbe31ac
[windows] fix frameless resize
2024-02-01 06:47:49 +11:00
Lea Anthony
5670c1e655
Update compiled runtime
2024-01-31 21:39:46 +11:00
Lea Anthony
7f5d836916
Fix feedback text
2024-01-31 17:55:21 +11:00
Lea Anthony
cbaf859103
@wailsio/runtime@3.0.0-alpha.20
...
This fixes dragging by working around Vite's aggressive tree shaking
2024-01-30 21:01:32 +11:00
github-actions[bot]
9b35616a20
chore: update sponsors.svg ( #3223 )
...
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2024-01-29 21:33:29 +11:00
Lea Anthony
5115b294ee
Fixed runtime. cp tool.
2024-01-29 21:29:16 +11:00
Lea Anthony
c01bc4dbd7
Update runtime
2024-01-29 19:07:44 +11:00
github-actions[bot]
a988691931
chore: update sponsors.svg ( #3218 )
...
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2024-01-27 08:43:22 +11:00
William Sjökvist
ad7f7f76bc
chore: add cfn-tracker to community docs ( #3221 )
...
* chore: add cfn tracker to community docs
* run format
2024-01-27 08:41:15 +11:00
github-actions[bot]
55a7d317bd
chore: update sponsors.svg ( #3217 )
...
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2024-01-25 21:04:20 +11:00
Lea Anthony
7674f8eb2b
Fixed dialogs on macOS. Update WML example to use compiled runtime.
2024-01-25 21:00:33 +11:00
Lea Anthony
773bdf8ea2
Fix small bugs in assetserver
2024-01-21 21:46:45 +11:00
Lea Anthony
b249f0d0ce
Bring linux up to date with dev changes
2024-01-21 21:24:30 +11:00
Lea Anthony
6522657893
Refactor menu functions and streamline devtools toggle across systems
...
This update adds implementation to several menu item functions, replacing their previous 'not implemented' state. This includes actions for close, reload, forcing reload, toggling of fullscreen, reset zoom, and others. The update also includes modifications for the handling of developer tools toggle under different build configurations. This refactoring is aimed to standardize devtools configuration across different operating systems.
2024-01-21 20:52:32 +11:00
github-actions[bot]
cec6551c5e
chore: update sponsors.svg ( #3215 )
...
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2024-01-21 17:45:38 +11:00
Lea Anthony
c82facd6ff
Move startURL calculation to assetserver
2024-01-20 11:50:20 +11:00
Lea Anthony
bcb390f611
@wailsio/runtime v3.0.0-alpha.16
2024-01-20 11:38:56 +11:00
Lea Anthony
a805d6c2b1
@wailsio/runtime v3.0.0-alpha.15
2024-01-20 11:34:36 +11:00