svelte-lucide
Advanced tools
Comparing version 0.1.6 to 0.2.0
@@ -5,2 +5,13 @@ # Changelog | ||
## [0.2.0](https://github.com/shinokada/svelte-lucide/compare/v0.1.6...v0.2.0) (2022-10-13) | ||
### ⚠ BREAKING CHANGES | ||
* add color and add img to README | ||
### Features | ||
* add color and add img to README ([3243fee](https://github.com/shinokada/svelte-lucide/commit/3243fee540f548a3d74dc11733645a4783815edf)) | ||
### [0.1.6](https://github.com/shinokada/svelte-lucide/compare/v0.1.5...v0.1.6) (2022-05-18) | ||
@@ -7,0 +18,0 @@ |
{ | ||
"name": "svelte-lucide", | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"description": "Lucide-icon components for Sveltejs", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -6,2 +6,10 @@ [![npm version](https://badgen.net/npm/v/svelte-lucide)](https://www.npmjs.com/package/svelte-lucide) | ||
<p align="center"> | ||
<img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-lucide/main/static/images/lucide1.webp" /> | ||
<img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-lucide/main/static/images/lucide2.webp" /> | ||
<img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-lucide/main/static/images/lucide3.webp" /> | ||
<img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-lucide/main/static/images/lucide4.webp" /> | ||
</p> | ||
- [Lucide-icons](https://github.com/lucide-icons/lucide) for Svelte. | ||
@@ -8,0 +16,0 @@ - Support all major CSS frameworks using the `class` prop. |
854593
143