Conversation
…tui`, migrate publishing to npmjs.org, and add an MIT license.
…ity, 'Show code' button handling, and structured LLM-friendly output including a header, instructions, and TOC.
…ing to the release workflow.
…ving conditional logic.
…PM_TOKEN` and enabling provenance.
…rusted Publishing.
…e/npm` to `13.1.5`.
# [1.17.0-dev.39](dev-1.17.0-dev.38...dev-1.17.0-dev.39) (2026-03-04) ### Bug Fixes * **Select:** Change v-show to v-if for improved rendering logic ([d0fb03e](d0fb03e)) ### Features * Enhance documentation generation with improved Puppeteer stability, 'Show code' button handling, and structured LLM-friendly output including a header, instructions, and TOC. ([f894c51](f894c51))
# [1.17.0-dev.40](dev-1.17.0-dev.39...dev-1.17.0-dev.40) (2026-03-04) ### Bug Fixes * modernization of readme and metadata ([c943183](c943183))
…st Vitest function coverage, and enhance Storybook CI startup reliability.
# [1.29.0-dev.1](v1.28.1...v1.29.0-dev.1) (2026-03-04) ### Bug Fixes * modernization of readme and metadata ([c943183](c943183)) ### Features * Enhance documentation generation with improved Puppeteer stability, 'Show code' button handling, and structured LLM-friendly output including a header, instructions, and TOC. ([f894c51](f894c51)) * Register and mock Popper and PerfectScrollbar for testing, adjust Vitest function coverage, and enhance Storybook CI startup reliability. ([51bdbcd](51bdbcd))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📋 Summary
This PR introduces multiple enhancements across testing, CI/CD, and documentation processes. It adds registration and mocking for Popper and PerfectScrollbar in tests, improves Storybook CI startup reliability, and adjusts Vitest coverage. The release workflow is simplified by removing custom tag formats and conditional logic, enabling OIDC Trusted Publishing with dynamic environment selection. Additionally, it modernizes the README and metadata, updates package naming and licensing, and enhances documentation generation with Puppeteer stability improvements and LLM-friendly output formatting.
🔗 Related Tasks
#36bc1fa - Remove custom tag format for dev branch releases in the CI workflow
#51bdbcd - Register and mock Popper and PerfectScrollbar for testing, adjust Vitest function coverage, and enhance Storybook CI startup reliability
#f894c51 - Enhance documentation generation with improved Puppeteer stability, 'Show code' button handling, and structured LLM-friendly output including header, instructions, and TOC
#7abdbd2 - Rename package to
pilotui, migrate publishing to npmjs.org, and add MIT license#c562985 - Update semantic-release to version 25.0.3 and remove
@semantic-release/githubplugin#f3be029 - Update Node.js to v22 and enable OIDC Trusted Publishing by removing registry-url
#ffb0016 - Configure OIDC Trusted Publishing for npm releases by removing NPM_TOKEN and enabling provenance
📝 Additional Details
id-token: writepermission for OIDC/Trusted Publishing and dynamic environment selection with conditional NPM token handling.📜 Commit List
@semantic-release/githuband update@semantic-release/npmto13.1.5.NPM_TOKENand enabling provenance.id-token: writepermission for OIDC/Trusted Publishing.@semantic-release/githubplugin from release configuration.@codebridger/lib-vue-componentstopilotui, migrate publishing to npmjs.org, and add an MIT license.