Conversation
- Update code and dependencies for new reacjs. - Add support for more plugins. - Add server.js for local testing. - Add findCommandPath to lib/editor-utils module. - Add changes to skip HTML elements for React components. - Imporve file pattern matching. - Improve seach and path style in the bottom visual container. - Improve file/components detection. - Refactor shared constants and imports. - Fix traverlas path and files/components filtering. - Improve components list building logic. - Add support of context aware path ambiguous resolving. - Change logic for isProjectComponent to exclude components without debug source file. - Improve component path UI bottom bar by showing only project owned node. - Fix duplication issue for data-xray-react-filtered-components-path. - Add TODO comment to final return isProjectComponent to handle false-negative edge cases. - Add ability to turn xray-react layout off with "Esc" key when it's active. - Update lib/plugins and server with latest detect sources logic. - Update script injection logic for lib/plugins. - Make socketIO port configurable with default value. - Simplified logic for editor-utils. - Move global variables to plugin configs to support concurrent xray-react usage. - Add performance improvements for components filtering and rendering. - Add loader structure. - Update README.
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.
New revived version (aka v1.0.0)
This release represents a complete modernization and enhancement of xray-react,
bringing it up to date with modern React development practices and adding
powerful new features for component inspection and debugging.
Major Features
React 18+ Support
Multi-Bundler Support
Smart Component Filtering
Enhanced User Experience
Improvements
Component Detection
File Opening
Architecture
Performance Improvements
Technical Changes
Dependencies
Code Quality
Bug Fixes
Documentation
Breaking Changes
Migration Guide
For existing users:
Full Changelog: See git history for detailed (sort of) commit log