fix(playground): add f36-progress-stepper
dependency
#2854
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of PR
Playground
The new package was missing in the Sandpack Renderer (playground) dependency list resulting in an error.
Fixed playground URL: https://forma-36-git-fix-progress-stepper-playground-and-search.colorfuldemo.com/playground?code=N4Igxg9gJgpiBcICWBbADhATgFwAQCUYBDMPAM0whVwHJNjSaBuAHQDtUMddhcAFSgHN6AZxEBlbDDRoYmXAF9cFKrQACkNlK1kArgBsA9GQDMANgC0aIaJEWRUmXObt2MAB5c8sMkQPldNlIkCDZ+GxgxSWlZTAAJLCQAL1DsIn0AUXcidH0YAAoASh52XFx6bF1MMPzSstwAHgEIYUiJR1jcEmwkADcYaLQAXmAAJiUiTCQiABkiACMYfSGWEASplK103GsW21wHGLlVgD46+sbm1qiOuQA6QYO0qRXwKjQ8qVXcQzOwi8uERuR0wD0cTyIL1WkFyMC+IB+fwBgL2bUGsTB0ghUJA3T6MG+v3O9SaQPaIMxaERxLKpNRwKcoMeRP+tMMV1s6LkSNwhVYbAU7BACiAA
Search indexing
The Progress Stepper component was missing from the website search.
After some investigation, the Algolia crawler used for our website search has been blocked since September 2023 because of too many extraction records on the
/whats-new
page (changelog), hitting over the 750 records limit.I reduced the number of records following their documentation, by changing the
recordVersion
tov3
.The Progress Stepper is now indexed, and components/pages still are, but we should paginate this page to prevent and fix it in the long run.