Update vanilla-calendar-pro to v3.2.0 in dropdowns example - #42842
Open
imjimit07 wants to merge 2 commits into
Open
Update vanilla-calendar-pro to v3.2.0 in dropdowns example#42842imjimit07 wants to merge 2 commits into
imjimit07 wants to merge 2 commits into
Conversation
Replace custom calendar implementation with official vanilla-calendar-pro library - Add CSS and JS resources with SHA384 integrity hashes - Create initialization script for light and dark theme calendars - Remove manual calendar implementation in favor of library containers - Both light and dark themes properly initialized
- Fix frontmatter format: extra_css now contains only string URLs - Add CSS integrity via direct HTML link tag with crossorigin attribute - Remove legacy calendar implementation, keep only container divs for VCP - Preserve working extra_js configuration with integrity hashes
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.
Description
Replace custom calendar implementation with official vanilla-calendar-pro library in the dropdowns example.
Motivation & Context
Update the dropdowns example to use the official vanilla-calendar-pro v3.2.0 library instead of a custom implementation. This improves accessibility, reduces code complexity, and ensures we're using a maintained library with proper security hashes.
Type of changes
Related issues
Closes #42836