chore: remove deprecated inputFieldType
(#41239)
chore: remove deprecated inputFieldType
This commit is contained in:
parent
3394ee71f0
commit
3885011220
5 changed files with 11 additions and 57 deletions
|
@ -38,6 +38,12 @@ The autoresizing behavior is now standardized across all platforms.
|
|||
If your app uses `BrowserView.setAutoResize` to do anything more complex than making a BrowserView fill the entire window, it's likely you already had custom logic in place to handle this difference in behavior on macOS.
|
||||
If so, that logic will no longer be needed in Electron 30 as autoresizing behavior is consistent.
|
||||
|
||||
### Removed: `params.inputFormType` property on `context-menu` on `WebContents`
|
||||
|
||||
The `inputFormType` property of the params object in the `context-menu`
|
||||
event from `WebContents` has been removed. Use the new `formControlType`
|
||||
property instead.
|
||||
|
||||
## Planned Breaking API Changes (29.0)
|
||||
|
||||
### Behavior Changed: `ipcRenderer` can no longer be sent over the `contextBridge`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue