Conversation
…, CSV, JS, JSON, and Tailwind exports
…e names from variable collection
… processing in CSV, JS, and JSON exports
… format on row/column position changes
…vent Switch from clipping
…and package-lock.json
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 improvements to variable export formats, focusing on adding support for variable descriptions and better handling of linked variable mode names. The changes affect multiple export utilities (CSV, CSS, JS, JSON, and Tailwind CSS), ensuring that variable descriptions are included in outputs and that linked variables reference the correct mode names across collections. Additionally, some UI tweaks and dependency updates are included.
Export Format Enhancements
Variable descriptions are now included in all export formats: CSV, CSS, JS, JSON, and Tailwind CSS. For CSV, a new
Descriptioncolumn is added, and for CSS/Tailwind, descriptions are appended as comments. In JS/JSON, descriptions are added as a field in the exported objects. [1] [2] [3] [4] [5] [6] [7] [8]Linked variable references now use a helper function
getMatchingModeNameto ensure the correct mode name is used when exporting aliases, improving consistency across collections. This affects CSV, JS, and JSON exports. [1] [2] [3] [4]UI Improvements
ExportOptionscomponent haveflexShrink: 0applied to prevent layout issues and improve visual consistency. [1] [2] [3]Functionality Updates
Dependency Updates
package.jsonhave been updated to their latest versions, including typings, build tools, and plugins, to ensure compatibility and stability.Version Bump
2.0.1to2.1.0to reflect these new features and improvements.