Skip to content

Commit

Permalink
# Conflicts:
Browse files Browse the repository at this point in the history
#	docs/src/content/docs/changelog.mdx
#	v3/pkg/application/menuitem.go
  • Loading branch information
leaanthony committed Jan 17, 2025
1 parent f01b4b9 commit be8159d
Show file tree
Hide file tree
Showing 19 changed files with 889 additions and 56 deletions.
2 changes: 2 additions & 0 deletions docs/src/content/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add window to context when calling a service method by [@leaanthony](https://github.com/leaanthony)
- Add `window-call` example to demonstrate how to know which window is calling a service by [@leaanthony](https://github.com/leaanthony)
- Better panic handling by [@leaanthony](https://github.com/leaanthony)
- New Menu guide by [@leaanthony](https://github.com/leaanthony)

### Fixed

Expand All @@ -50,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed `application.WindowIDKey` and `application.WindowNameKey` (replaced by `application.WindowKey`) by [@leaanthony](https://github.com/leaanthony)
- In JS/TS bindings, class fields of fixed-length array types are now initialized with their expected length instead of being empty by [@fbbdev](https://github.com/fbbdev) in [#4001](https://github.com/wailsapp/wails/pull/4001)
- ContextMenuData now returns a string instead of any by [@leaanthony](https://github.com/leaanthony)

## v3.0.0-alpha.9 - 2025-01-13

Expand Down
Loading

0 comments on commit be8159d

Please sign in to comment.