feat(docs): add blueprint version and author information, update blueprint import UI#955
feat(docs): add blueprint version and author information, update blueprint import UI#955
Conversation
|
Hey @EPMatt, thank you so much for your contribution! 🚀 🔄 We're currently running a few checks to make sure that everything is great with your contribution. Results are coming soon, stay tuned! |
|
Hey @EPMatt, ❌ It looks like there are some issues with your contribution. Don't worry, here's some additional information and guidance on how to solve them.
Please fix reported issues, then submit your updates here. If you have any questions or doubts, you can always contact a project maintainer. :) Thanks! |
…d author information, update blueprint import UI (#955) * chore(docs): convert changelog entries to yyyy.mm.dd format * chore(blueprints): add blueprint version and author variables * chore: update author field to maintainers * feat(docs): better blueprint version selector * feat(docs): disable version selection for now * chore: disable eslint warning
|
Hi there, 🔒 This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you want to submit a contribution to the project, you can open a new PR. Thanks! |
Thank you for taking the time to work on a Pull Request. Your contribution is really appreciated! 🎉
Please don't delete any part of the template, since keeping the provided structure will help maintainers to review your work more rapidly.
Sections marked as * are required and need to be filled in.
Proposed change*
This PR sets up initial work for supporting version-aware blueprint importing.
Blueprint and author information is added to blueprints.
Such information, together with the new structured changelogs introduced in #954, allow to define a list of versions available to download.
The Blueprint Download UI in the Blueprints page has been cleaned up and updated to display author and version information:
At the moment, the version selection dropdown only allows to select the latest version as, currently, the versioned download logic has yet to be implemented.
Moreover, we standardize Changelog entries to the YYYY.MM.DD format, matching the future version naming scheme.
Checklist*
npm run formatbefore submitting my Pull Request.