This repository was archived by the owner on Jan 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Release/2.4.0 #595
Merged
Merged
Release/2.4.0 #595
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
Collaborator
ivan-015
commented
Feb 22, 2022
- Component Isolation Support
- Widgetbook Integration
- Add option to provide parabeac with OAuth token to convert Figma Files
This was done because the generated PBDL should likely not be available to external developers, so it's best to keep it out of `lib`
Feat/comp isolation
Retrieving image names from ImageReferenceStorage
Add cleanString method to PBTextGen
This method searches for a child of a PBIntermediateNode with a specified name and type.
Split the method to avoid concurrent modification
Feat/tag changes
Add `componentIsolation` to configuration.
The ComponentIsolationService is an interpret service that examines trees and extracts information. The Configuration is in charge of coordinating and generating the component isolation code.
The PostGenTasks are tasks that should be run after parabeac-core is done generating trees.
If the configuration for component isolation is present, we will add the service and post gen task.
This was made to simplify the factory that creates a ComponentIsolationConfiguration
If the user wants to use an OAuth token from figma, they can do so via the --oauth command argument. If both OAuth and Personal Access Tokens are given, OAuth will be used.
Add OAuth option to core for figma
Feat/widgetbook integration
Fix assets not showing up in pubspec.yaml
SushiRoll53
approved these changes
Feb 22, 2022
Collaborator
SushiRoll53
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.