Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: api history #42982

Merged
merged 30 commits into from
Aug 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c9de2c5
feat(api-history): api history schema
piotrpdev Jul 21, 2024
49447ee
feat(api-history): add `lint:api-history` to `package.json`
piotrpdev Jul 21, 2024
24abde3
docs(api-history): add api history to `styleguide.md`
piotrpdev Jul 21, 2024
b918611
docs(api-history): `win.flashFrame(flag)`
piotrpdev Jul 21, 2024
0a11efc
docs(api-history): `new WebContentsView([options])`
piotrpdev Jul 21, 2024
86ffc11
docs(api-history): non-navigation APIs on `WebContents`
piotrpdev Jul 24, 2024
b0d7b4c
docs(api-history): `nativeImage.toDataURL`
piotrpdev Jul 24, 2024
85a1747
docs(api-history): `window.flashFrame(bool)`
piotrpdev Jul 24, 2024
0ad4419
docs(api-history): `browser-view.md`
piotrpdev Jul 24, 2024
baf8812
docs(api-history): `ipcRenderer`
piotrpdev Jul 24, 2024
f59aac4
docs(api-history): `protocol.*Protocol`
piotrpdev Jul 24, 2024
ac33e0d
revert: `new WebContentsView([options])`
piotrpdev Jul 24, 2024
ef836fa
Merge branch 'main' into feat/api-history
piotrpdev Jul 26, 2024
a999ed8
Apply suggestions from code review
piotrpdev Jul 28, 2024
76da8b3
fix(api-history): remove incorrect `pr-url`
piotrpdev Jul 28, 2024
d0e74da
docs(api-history): schema word choice
piotrpdev Jul 28, 2024
f7d0095
docs(api-history): nicer format example in `styleguide.md`
piotrpdev Aug 3, 2024
30c74e0
docs(api-history): Always use double quotes for descriptions
piotrpdev Aug 3, 2024
06cc019
docs(api-history): `styleguide.md` improvements
piotrpdev Aug 4, 2024
b264839
docs(api-history): copy `ipc-renderer.md` change to `context-bridge.md`
piotrpdev Aug 4, 2024
d262001
docs(api-history): `styleguide.md` placement
piotrpdev Aug 4, 2024
9583cd9
docs(api-history): add migration guide
piotrpdev Aug 4, 2024
7b03c07
Merge remote-tracking branch 'upstream/main' into feat/api-history
piotrpdev Aug 4, 2024
997d1a4
docs(api-history): remove confusing `breaking-changes-header` in `bro…
piotrpdev Aug 5, 2024
012ff82
docs(api-history): move migration guide
piotrpdev Aug 5, 2024
2e3f578
Merge remote-tracking branch 'upstream/main' into feat/api-history
piotrpdev Aug 5, 2024
181168e
Merge remote-tracking branch 'upstream/main' into feat/api-history
piotrpdev Aug 6, 2024
845dcf2
docs(api-history): update `breaking-changer-header`
piotrpdev Aug 6, 2024
dfd5762
docs(api-history): deprecate `browser-view.md`
piotrpdev Aug 6, 2024
8bc6fb3
Merge remote-tracking branch 'upstream/main' into feat/api-history
piotrpdev Aug 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(api-history): remove incorrect pr-url
  • Loading branch information
piotrpdev committed Jul 28, 2024
commit 76da8b346ddf429efc95e8709d5c7c01b5a9cf45
2 changes: 0 additions & 2 deletions docs/api/browser-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -1053,8 +1053,6 @@ win.setSheetOffset(toolbarRect.height)

<!--
```YAML history
added:
- pr-url: https://github.com/electron/electron/pull/35658
changes:
- pr-url: https://github.com/electron/electron/pull/41391
description: "`window.flashFrame(bool)` will flash dock icon continuously on macOS"
Expand Down
Loading