Open
Conversation
- Implemented Vitest as the testing framework with jsdom for DOM simulation. - Created configuration files for Vitest and updated package.json with test scripts. - Added comprehensive test structure with unit and integration tests covering core utilities and API configurations. - Established testing best practices including organized test files, descriptive names, and reusable mock data. - Introduced new test files for core utilities, node ancestors, data preparation, and utility functions. - Ensured all test files adhere to maintainability standards with less than 500 LOC. - Documented testing setup and best practices in TESTING_SETUP.md. - Added instructions for running tests locally and outlined future improvements for testing coverage and performance benchmarks.
…ade-in effect - Removed hardcoded link shape in example configuration. - Added a new function to process label nodes, allowing for rich text rendering with <tspan>, <strong>, and <i> tags. - Implemented label offset adjustments for different link shapes to improve positioning. - Updated label rendering logic to handle both plain text and HTML-like content. - Introduced a fade-in effect for link labels during transitions.
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.
disclaimer
Heavily helped by ChatGPT, please review carefully