Add Tags and List Style select menu#6
Merged
Merged
Conversation
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.
This pull request introduces several improvements and enhancements to the documentation workflow, documentation site, and release process for the CrestApps fork. The main highlights include automated docs versioning for major.minor releases, improved Font Awesome asset handling, expanded documentation examples, and a more robust release workflow with conditional docs snapshotting.
Documentation and Release Workflow Improvements:
Added a new workflow to automatically snapshot and version documentation for each new major.minor release (
publish_npm_release.yml). The workflow checks if a docs snapshot is needed, creates it if necessary, and ensures that versioned docs remain selectable after future updates. [1] [2]Expanded the set of file path triggers for the docs deployment workflow to include JS, LESS, SASS, and build-related files, ensuring docs are redeployed when relevant source or config files change (
deploy-docs.yml).Documentation Site Enhancements:
Updated the Grunt build process to bundle Font Awesome CSS and webfonts with the docs build, fixing icon rendering issues in the Docusaurus site (
Gruntfile.js).Greatly expanded the examples page in the documentation:
docs/docs/examples.mdx). [1] [2] [3] [4] [5] [6] [7] [8] [9]Release and Changelog Updates:
Updated the changelog to document the new features and fixes in this release, including docs versioning and Font Awesome improvements (
CHANGELOG.md).Updated CDN usage examples in the README to reference the new
@crestapps/bootstrap-select@1.1.0release (README.md).