Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
42dd4cc
feat: synced tabs
HiDeoo Sep 2, 2023
8dad024
test: add e2e tests
HiDeoo Sep 4, 2023
695cd01
docs: add synced tabs documentation
HiDeoo Sep 4, 2023
79b6e98
docs: use synced tabs in existing docs
HiDeoo Sep 4, 2023
9bb696d
docs: add e2e tests section to contributing guide
HiDeoo Sep 4, 2023
23b85c5
chore: add changeset
HiDeoo Sep 4, 2023
a5d6f13
test: update unit test coverage excludes
HiDeoo Sep 4, 2023
c056462
Merge branch 'main' into hd-feat-tabs-sync
delucis Sep 28, 2023
e22902b
Merge branch 'main' into hd-feat-tabs-sync
HiDeoo Dec 13, 2023
d99b29c
chore: update pr
HiDeoo Dec 13, 2023
e7e9f30
Merge branch 'main' into hd-feat-tabs-sync
HiDeoo Mar 25, 2024
d1d44ed
chore: update pr
HiDeoo Mar 25, 2024
f81a85e
fix: make tabs `syncKey` prop optional
HiDeoo Mar 25, 2024
f430682
feat: add tab scroll position lock
HiDeoo Mar 26, 2024
ea0ffcc
chore: update changeset
HiDeoo Mar 26, 2024
a878d76
ci: update e2e tests workflow
HiDeoo Mar 26, 2024
338f9b8
Merge branch 'main' into hd-feat-tabs-sync
delucis Apr 12, 2024
02743f4
Merge branch 'main' into hd-feat-tabs-sync
HiDeoo Apr 15, 2024
eff441f
refactor: calculate `previousTabsOffset` only for synced tabs
HiDeoo Apr 15, 2024
0c22232
docs: spell out E2E tests acronym
HiDeoo Apr 15, 2024
7649aca
docs: update sync tabs documentation
HiDeoo Apr 15, 2024
543e992
chore: add line height changeset
HiDeoo Apr 15, 2024
d98003f
test: add traces
HiDeoo Apr 15, 2024
bad60e4
test: save e2e reports
HiDeoo Apr 15, 2024
a8989df
test: disable dev toolbar
HiDeoo Apr 15, 2024
6a1a5e1
test: use prod build for e2e tests
HiDeoo Apr 15, 2024
101e5d6
docs: update `testFactory()` description in CONTRIBUTING.md
HiDeoo Apr 15, 2024
f682d22
Merge branch 'main' into hd-feat-tabs-sync
HiDeoo Apr 30, 2024
41a3f3b
docs: update synced tabs description
HiDeoo Apr 30, 2024
a1daf77
Merge branch 'main' into hd-feat-tabs-sync
delucis Apr 30, 2024
70cb28e
Increase JS budget by 500 bytes
delucis Apr 30, 2024
6f12a6b
Merge branch 'main' into hd-feat-tabs-sync
delucis Apr 30, 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
chore: add changeset
  • Loading branch information
HiDeoo committed Sep 4, 2023
commit 23b85c5ec2f1b6e12f82ebf0d2a18625f3b2c80c
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["starlight-docs", "@example/*", "docs-i18n-tracker"],
"ignore": ["starlight-docs", "@example/*", "docs-i18n-tracker", "@e2e/*"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
5 changes: 5 additions & 0 deletions .changeset/eight-pens-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/starlight': minor
---

Add support for synced tabs