One opensource tool for all your API needs.APIC is a free open-source solution that can help you in API Designing, API Testing (even during designing), API Documentation, Simulating your API response for the frontent team etc.
Added several standard page size options to webContents.print(). #37265 (Also in 22, 23)
Added the enableLocalEcho flag to the session handler ses.setDisplayMediaRequestHandler() callback for allowing remote audio input to be echoed in the local output stream when audio is a WebFrameMain. #37528 (Also in 23)
Fixes
Corrects an issue with HTML fullscreen when BrowserWindow fullscreening is disabled. #37368 (Also in 23)
Fixed destroyed event not emitted on close for BrowserView.webContents. #37450 (Also in 23)
Fixed a crash on capturing sources when using desktopCapturer API on Wayland. #37527 (Also in 23)
Fixed a crash when BrowserViews are present and a user attempts to prevent beforeunload in the renderer process. #37268 (Also in 22, 23)
Fixed an incorrect result returned when using secure as a cookies filter. #37246 (Also in 22, 23)
Fixed an issue where BroadcastChannel did not work correctly when contextIsolation: false. #37443 (Also in 23)
Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #37456 (Also in 22, 23)
Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #37726 (Also in 22, 23)
Fixed an issue where draggable regions incorrectly captured clicks in framed windows. #37741 (Also in 23)
Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37449 (Also in 22, 23)
Fixed an issue where unhandled rejections could cause duplicate logs in some cases. #37500 (Also in 22, 23)
Fixed an issue with potential dock icon duplication on macOS. #37625 (Also in 22, 23)
Fixed canceling of bluetooth requests when no devices are returned. #37717 (Also in 23)
Fixed draggable regions not working in Mac App Store builds. #37474 (Also in 23)
Fixed issue with BrowserWindow not updating after call to previewFile. #37578 (Also in 22, 23)
Fixed potential private API usage for MAS builds on macOS. #37364 (Also in 23)
Fixed right-click events not being delivered in frameless window draggable regions. #37395 (Also in 23)
Fixed the active background color for top-level menu items on Windows. #37785
Fixed window could not go back to maximized state when restored on Linux. #37358 (Also in 22, 23)
Improved error messages on session.cookies.set failure. #37597 (Also in 22, 23)
Setting the about panel's options no longer crashes. #37442
app.showAboutPanel() no longer blocks the main thread on Windows or Linux, thus matching macOS. #37508
Other Changes
... (truncated)
Commits
0c2cb44 fix: record helper error messages in electron_main_mac (#37810)
a2d0af4 build: strip warnings from stdout in get_release (#37795)
82869b8 refactor: createThumbnailFromPath takes size not maxSize (#37796)
ff01742 fix: set background color for menu bar on Windows (#37785)
0fc69fc build: fix build-tools schema in config (#37777)
505e98e docs: update references to @electron/rebuild (#37776)
5c6dd3f chore: bump chromium to 112.0.5615.49 (24-x-y) (#37767)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bjdash/apic/network/alerts).
Bumps got to 11.8.6 and updates ancestor dependencies got, electron and electron-builder. These dependencies need to be updated together.
Updates
got
from 9.6.0 to 11.8.6Release notes
Sourced from got's releases.
... (truncated)
Commits
2b1482c
11.8.62d1497e
Destroy request object after successful response (#2187)5e17bb7
11.8.5bce8ce7
Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc8ced192
Fix build670eb04
11.8.420f29fe
Backport #1543: Initialize globalResponse in case of ignored HTTPError (#2017)0da732f
11.8.39463bb6
Bump cacheable-request dependency (#1921)0e167b8
HTTPError code set to 'HTTPError' #1711 (#1739)Updates
electron
from 13.6.9 to 24.0.0Release notes
Sourced from electron's releases.
... (truncated)
Commits
0c2cb44
fix: record helper error messages in electron_main_mac (#37810)a2d0af4
build: strip warnings from stdout inget_release
(#37795)82869b8
refactor:createThumbnailFromPath
takessize
notmaxSize
(#37796)ff01742
fix: set background color for menu bar on Windows (#37785)0fc69fc
build: fix build-tools schema in config (#37777)505e98e
docs: update references to@electron/rebuild
(#37776)5c6dd3f
chore: bump chromium to 112.0.5615.49 (24-x-y) (#37767)5f68f37
docs: remove save-to-disk disposition (#37769)0af7d3c
docs: add links to IPC event structures (#37770)b6070c3
docs: update docs.microsoft.com links to learn.microsoft.com (#37751)Updates
electron-builder
from 22.14.13 to 23.6.0Release notes
Sourced from electron-builder's releases.
... (truncated)
Changelog
Sourced from electron-builder's changelog.
... (truncated)
Commits
f6944a3
chore(deploy): Release 23.6.0 (electron-updater@5.3.0) (#7146)1b24dbb
chore(deploy): Release 23.5.1 (electron-updater@5.2.4) (#7111)dd29013
chore(deploy): Release v23.5.0 (electron-updater@5.2.3) (#7081)8166267
fix: allow user to define explicitbuildNumber
in config, useful for fpm `-...48cbb12
fix: replace update-notifier with simple-update notifier due to dependency vu...217f4af
chore(deploy): Release 23.4.0 (electron-updater@5.2.2) (#7030)9498261
chore(deploy): Release 23.3.3 (#7020)3e9cd2c
chore(deploy): Release 23.3.2 (electron-updater@5.2.1) (#7002)d99da82
chore(deploy): Release 23.3.1 (electron-updater@5.2.0) (#6986)e7912d9
chore(deploy): Release 23.3.0 (electron-updater@5.1.0) (#6950)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bjdash/apic/network/alerts).