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

chore: stabilize experimental api #7707

Merged
merged 3 commits into from May 12, 2022
Merged

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented Apr 13, 2022

Description

Closes #7653

Remove @experimental tag for stable APIs

Additional context

Added github codesearch results for checking API usage

Stabilizes:


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following

  • Read the Contributing Guidelines.
  • Read the Pull Request Guidelines and follow the Commit Convention.
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Ideally, include relevant tests that fail without this PR but pass with it.

@bluwy bluwy added the p1-chore Doesn't change code behavior (priority) label Apr 13, 2022
@bluwy bluwy added this to the 3.0 milestone Apr 13, 2022
patak-dev
patak-dev previously approved these changes Apr 13, 2022
ydcjeff
ydcjeff previously approved these changes Apr 13, 2022
@bluwy
Copy link
Member Author

bluwy commented Apr 22, 2022

Just noticed one more API we could look into, which is the ssr config option, which is marked as @alpha. I suppose it's safe to stabilize this as well since we last discussed?

@bluwy bluwy dismissed stale reviews from ydcjeff and patak-dev via 192cdae May 12, 2022 06:39
@antfu antfu merged commit b902932 into vitejs:main May 12, 2022
@bluwy bluwy deleted the remove-experimental branch May 12, 2022 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1-chore Doesn't change code behavior (priority)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review experimental options for Vite 3
4 participants