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: release process, versioning, breaking changes, public API surface #7706

Merged
merged 51 commits into from Jul 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
dad4a09
add initial release process doc
slorber Jun 30, 2022
afa763f
add public api surface section
slorber Jun 30, 2022
dd96856
editorial changes
Josh-Cena Jul 1, 2022
18c3870
Update website/community/5-release-process.md
Josh-Cena Jul 7, 2022
567eee6
Update website/community/5-release-process.md
Josh-Cena Jul 7, 2022
d22abf0
mention docs server/node api is for some third-party plugin authors
slorber Jul 1, 2022
079aab2
docs: add RedGradient to showcase (#7704)
redcamel Jul 1, 2022
8f0223d
docs: add RedGradient to showcase (#7704)
redcamel Jul 1, 2022
1587b73
docs: mention MDXContent (#7705)
Josh-Cena Jul 1, 2022
c641079
docs: add Novu to showcase (#7712)
scopsy Jul 1, 2022
b9198a6
feat(deploy): copy local git config to tmp repo (#7702)
ghostsquad Jul 1, 2022
a83fb26
feat(theme-translations): Swedish translation (#7715)
johnie Jul 3, 2022
b00cc1c
chore: upgrade dependencies (#7684)
Josh-Cena Jul 4, 2022
eae7123
docs: add GitHub pages deployment troubleshooting guide (#7723)
Josh-Cena Jul 4, 2022
05e56b3
chore(deps): bump github/codeql-action from 2.1.14 to 2.1.15 (#7724)
dependabot[bot] Jul 5, 2022
ba75655
chore: bump devcontainer to node 18 (#7726)
jqshuv Jul 6, 2022
4fae95d
refactor(theme-common): move useDocsPreferredVersion() to public api …
slorber Jul 6, 2022
b018feb
refactor(types): split into multiple files (#7710)
slorber Jul 6, 2022
f7c79c0
feat(algolia-search): allow translating search modal (#7666)
forresst Jul 6, 2022
7b1e1af
docs: add pincman site to showcase (#7718)
pincman Jul 6, 2022
dd67646
fix(theme): show blog post edit link even when no tag & not truncated…
anaclumos Jul 6, 2022
2f5a170
fix(theme-translations): improve grammar of zh translation (#7696)
AkagiYui Jul 7, 2022
65c8a39
fix(theme-translations): improve fr translation (#7731)
forresst Jul 7, 2022
d46e311
docs: add Mixcore CMS to showcase (#7730)
Smilefounder Jul 7, 2022
2c68ef5
docs: swizzle react-live with eject (#7739)
SheetJSDev Jul 8, 2022
c931ffb
feat(theme-translations): Dutch translation (#7732)
reinvanhaaren Jul 8, 2022
41449e1
refactor(theme): split BlogPostItem into smaller theme subcomponents …
slorber Jul 8, 2022
f76ffbc
refactor(theme): nest theme icons under subfolder @theme/Icon/* (#7740)
slorber Jul 8, 2022
522c34c
chore: prepare v2.0.0-beta.22 release (#7741)
slorber Jul 8, 2022
32c3b1b
chore: regenerate beta.22 examples (#7742)
slorber Jul 8, 2022
2ed9967
chore: upgrade dependencies (#7754)
Josh-Cena Jul 9, 2022
b892280
fix(theme-classic): fix Layout theme height CSS (#7752)
LichLord91 Jul 9, 2022
c09793b
docs: update evantay showcase image (#7757)
DigiPie Jul 11, 2022
b698e8f
docs: move Yeecord repo to organization (#7758)
kane50613 Jul 11, 2022
0a58d85
fix(algolia-search): test for canUseIntersectionObserver (#7761)
RoiArthurB Jul 11, 2022
08f6db8
docs: add StackQL Provider Registry to showcase (#7760)
jeffreyaven Jul 11, 2022
2729820
refactor(core): use has instead of get to test for existence in ExecE…
Josh-Cena Jul 11, 2022
ffad396
fix(theme-classic): validate options properly (#7755)
Josh-Cena Jul 11, 2022
91eabe3
chore(deps): bump actions/setup-node from 3.3.0 to 3.4.0 (#7764)
dependabot[bot] Jul 12, 2022
512bd45
chore(theme-translations): complete ko translations (#7762)
anaclumos Jul 12, 2022
5740ca9
fix(migrate): import siteConfig with file extension (#7766)
Josh-Cena Jul 12, 2022
2a8d0d0
fix(deploy): revert "feat(deploy): copy local git config to tmp repo …
ghostsquad Jul 12, 2022
31ff663
docs: add EverShop website to showcase (#7765)
treoden Jul 13, 2022
08283d8
chore: bump Infima to 0.2.0-alpha.42, fix a:hover link bug (#7771)
slorber Jul 13, 2022
ce29062
fix(sitemap): complete gracefully when all pages have noIndex meta (#…
Josh-Cena Jul 14, 2022
66fbc3c
fix(core): swizzle --eject js should not copy theme .d.ts files (#7776)
slorber Jul 14, 2022
f639242
refactor(theme): fix duplicate page metadata usage (#7777)
slorber Jul 14, 2022
b34d7bf
Minor core public api list update
slorber Jul 14, 2022
9b4f299
rc => no breaking changes + cut the version branch
slorber Jul 14, 2022
8af52b0
consistent list format
slorber Jul 14, 2022
9d147ad
merge
slorber Jul 14, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Expand Up @@ -26,7 +26,7 @@
"waitFor": "postCreateCommand", // otherwise automated jest tests fail
"features": {
"node": {
"version": "14"
"version": "18"
},
"github-cli": "latest"
}
Expand Down
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -3,6 +3,7 @@ __mocks__
dist
node_modules
.yarn
.history
build
coverage
jest.config.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-blog-only.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Set up Node
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: '16'
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-perf.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Set up Node
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: '16'
cache: yarn
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
- uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
cache: yarn
- name: Installation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary-release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0 # Needed to get the commit number with "git rev-list --count HEAD"
- name: Set up Node
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: '16'
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -34,9 +34,9 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3

- name: Initialize CodeQL
uses: github/codeql-action/init@41a4ada31ba866a7f1196b9602703a89edd69e22 # v2
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # v2
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@41a4ada31ba866a7f1196b9602703a89edd69e22 # v2
uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # v2
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Set up Node
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: '16'
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/showcase-test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Set up Node
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: '16'
cache: yarn
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests-e2e.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Use Node.js 16
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: '16'
cache: yarn
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Use Node.js 16
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: '16'
cache: yarn
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Use Node.js 16
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: '16'
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-swizzle.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Set up Node
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: '16'
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-windows.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: ${{ matrix.node }}
- name: Installation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # v3
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@
*.iml
*.code-workspace
.changelog
.history

node_modules
.yarn
Expand Down