Skip to content

Commit

Permalink
release: 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
popovanton0 committed Feb 26, 2024
1 parent d7da426 commit ddacd35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Kelp Changelog

## [Unreleased]
### Added
- First release
### Other
- https://github.com/ozontech/kelp/releases
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<!-- Plugin description -->
Kelp is an Android Studio plugin that enhances support for **custom design systems**.

| Feature | Screenshot |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Customizable icon for<br> design system **component functions** | <img src="images/componentFunHighlighting-light.png#gh-light-mode-only" width="600"><img src="images/componentFunHighlighting-dark.png#gh-dark-mode-only" width="600"> |
| DS **icons** in the code completion<br> and gutter (where breakpoints are),<br> like with `R.drawable` | <img src="images/iconsRendering-light.png#gh-light-mode-only" width="600"><img src="images/iconsRendering-dark.png#gh-dark-mode-only" width="600"> |
| **Colors** from DS palette in <br>the code completion and<br> gutter (where breakpoints are),<br> like with `R.color` | <img src="images/colorPreview-light.png#gh-light-mode-only" width="600"><img src="images/colorPreview-dark.png#gh-dark-mode-only" width="600"> |
| Installing the apk file of <br>the **demo app** (showcase app) on an Android <br>device, as well as navigating to the component <br>page in it via an Intention Action | <img src="images/demoApkInstalling-light.png#gh-light-mode-only" width="600"><img src="images/demoApkInstalling-dark.png#gh-dark-mode-only" width="600"> |
| KDoc Images Rendering | <img src="images/kdocImagesRendering-light.png#gh-light-mode-only" width="600"><img src="images/kdocImagesRendering-dark.png#gh-dark-mode-only" width="600"> |
| Feature | Screenshot |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Customizable icon for<br> design system **component functions** | <img src="https://github.com/ozontech/kelp/raw/main/images/componentFunHighlighting-light.png#gh-light-mode-only" width="600"><img src="images/componentFunHighlighting-dark.png#gh-dark-mode-only" width="600"> |
| DS **icons** in the code completion<br> and gutter (where breakpoints are),<br> like with `R.drawable` | <img src="https://github.com/ozontech/kelp/raw/main/images/iconsRendering-light.png#gh-light-mode-only" width="600"><img src="images/iconsRendering-dark.png#gh-dark-mode-only" width="600"> |
| **Colors** from DS palette in <br>the code completion and<br> gutter (where breakpoints are),<br> like with `R.color` | <img src="https://github.com/ozontech/kelp/raw/main/images/colorPreview-light.png#gh-light-mode-only" width="600"><img src="images/colorPreview-dark.png#gh-dark-mode-only" width="600"> |
| Installing the apk file of <br>the **demo app** (showcase app) on an Android <br>device, as well as navigating to the component <br>page in it via an Intention Action | <img src="https://github.com/ozontech/kelp/raw/main/images/demoApkInstalling-light.png#gh-light-mode-only" width="600"><img src="images/demoApkInstalling-dark.png#gh-dark-mode-only" width="600"> |
| KDoc Images Rendering | <img src="https://github.com/ozontech/kelp/raw/main/images/kdocImagesRendering-light.png#gh-light-mode-only" width="600"><img src="images/kdocImagesRendering-dark.png#gh-dark-mode-only" width="600"> |

These features enable users of your custom design system to develop UI **faster and easier**.
<!-- Plugin description end -->
Expand Down Expand Up @@ -125,7 +125,7 @@ color values to the plugin per project.

## Installation

1. Make sure that you are using **Android Studio Hedgehog 2023.1.1** or later
1. Make sure that you are using **Android Studio Iguana 2023.2.1 RC 1** or later
2. Download the [latest release](https://github.com/ozontech/kelp/releases/latest) and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
3. _(Optional)_ If you want to notify developers about the need to install this plugin,
Expand All @@ -134,7 +134,7 @@ create this file `/.idea/externalDependencies.xml`, add it to git, and paste thi
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalDependencies">
<plugin id="ru.ozon.ideplugin.kelp" min-version="0.0.2" max-version="0.0.2" />
<plugin id="ru.ozon.ideplugin.kelp" min-version="0.0.1" max-version="0.0.1" />
</component>
</project>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = ru.ozon.ideplugin.kelp
pluginName = Kelp
pluginRepositoryUrl = https://github.com/ozontech/kelp
# SemVer format -> https://semver.org
pluginVersion = 0.0.2
pluginVersion = 0.0.3

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
Expand Down

0 comments on commit ddacd35

Please sign in to comment.