Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FigJam; Clean up #43

Merged
merged 5 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions variant-switcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v6 (Sept 26, 2022)

- Added support for dark theme. ([#35](https://github.com/brightlayer-ui/figma-plugins/issues/35); thanks, @Jerryjappinen!)
- Added support for FigJam. ([#23](https://github.com/brightlayer-ui/figma-plugins/issues/23))

## v5 (Mar 9, 2022)

### Fixed
Expand Down
5 changes: 2 additions & 3 deletions variant-switcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ git clone https://github.com/brightlayer-ui/figma-plugins

Then, link the plugin to Figma:

- Open the Figma desktop app and in the toolbar go to `Plugins > Development > New Plugin`.
- In the dialog box, under "Link existing plugin" either click the box to select a file or drag and drop it into the dotted box.
- Use the `manifest.json` file from the repo you just cloned.
- Open the Figma desktop app and in the toolbar go to `Plugins > Development > Import Plugin from Manifest...`.
- Select the `manifest.json` file from the repo you just cloned.

Finally, build the plugin:

Expand Down
2 changes: 1 addition & 1 deletion variant-switcher/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"api": "1.0.0",
"main": "dist/code.js",
"ui": "dist/ui.html",
"editorType": ["figma"]
"editorType": ["figma", "figjam"]
}
Loading