@@ -178,10 +178,9 @@ For CircleCI, you need to log in first.
178178No further permissions are required to view the build logs.
179179The following sections give an overview of what each check is responsible for.
180180
181- #### ci/codesandbox
181+ #### Continuous Releases
182182
183- This task creates multiple sandboxes on CodeSandbox.com that use the version of npm packages that was built from this pull request.
184- It should not fail in isolation. Use it to test more complex scenarios.
183+ This task publishes a preview for the packages to pkg.pr.new. It should not fail in isolation. Use it to test more complex scenarios.
185184
186185#### ci/circleci: checkout
187186
@@ -329,9 +328,9 @@ Check out [this Toggle Button demo PR](https://github.com/mui/material-ui/pull/1
329328
330329## How can I use a change that hasn't been released yet?
331330
332- We use [ CodeSandbox CI ] ( https://codesandbox.io/docs/ci ) to publish a working version of the packages for each pull request as a "preview."
331+ We use [ pkg.pr.new ] ( https://pkg.pr.new ) to publish a working version of the packages for each pull request as a "preview."
333332
334- You can check the CodeSandbox CI status of a pull request to get the URL needed to install these preview packages:
333+ You can check the _ Continuous Releases _ status of a pull request to get the URL needed to install these preview packages:
335334
336335``` diff
337336diff --git a//package.json b//package.json
@@ -343,11 +342,11 @@ index 791a7da1f4..a5db13b414 100644
343342 "@babel/runtime": "^7.4.4",
344343 "@mui/styled-engine": "^5.0.0-alpha.16",
345344- "@mui/material": "^5.0.0-alpha.15",
346- + "@mui/material": "https://pkg.csb.dev /mui/material-ui/commit/371c952b/ @mui/material",
345+ + "@mui/material": "https://pkg.pr.new /mui/material-ui/@mui/material@b0f26aa ",
347346 "@mui/system": "^5.0.0-alpha.16",
348347```
349348
350- Alternatively, you can open the Netlify preview of the documentation, and open any demo in CodeSandbox.
349+ Alternatively, you can open the Netlify preview of the documentation, and open any demo in CodeSandbox or StackBlitz .
351350The documentation automatically configures the dependencies to use the preview packages.
352351
353352You can also package and test your changes locally.
0 commit comments