svelte-remix 0.1.10 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +8 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.12](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.11...v0.1.12) (2023-02-01)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- add optimized image ([9fb40a7](https://github.com/shinokada/svelte-remix-icons/commit/9fb40a70a551fd35d0594c50abdf090fc182b62c))
|
|
10
|
+
- badges target, height, and add links to crossOriginLinks ([7987a86](https://github.com/shinokada/svelte-remix-icons/commit/7987a862dafd777c0b7d39f6e7b3375977d52fe5))
|
|
11
|
+
- favicon link ([6b0ebeb](https://github.com/shinokada/svelte-remix-icons/commit/6b0ebeb4e77c2fb807c017d34efbb9663e60486f))
|
|
12
|
+
|
|
13
|
+
### [0.1.11](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.10...v0.1.11) (2023-01-31)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- image width ([12085a3](https://github.com/shinokada/svelte-remix-icons/commit/12085a3043fe012c7f058d3991c2ca63b09edc73))
|
|
18
|
+
|
|
5
19
|
### [0.1.10](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.9...v0.1.10) (2023-01-31)
|
|
6
20
|
|
|
7
21
|
### Features
|
package/README.md
CHANGED
|
@@ -5,17 +5,19 @@
|
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<a href="https://
|
|
9
|
-
<a href="https://
|
|
10
|
-
|
|
11
|
-
<a href="https://
|
|
12
|
-
<a href="https://
|
|
8
|
+
<a href="https://github.com/sponsors/shinokada" target="_blank"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" height="25"></a>
|
|
9
|
+
<a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps" target="_blank"><img src="https://img.shields.io/badge/PWA-enabled-brightgreen" alt="PWA Shield" height="25">
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/v/svelte-remix" alt="npm" height="25"></a>
|
|
12
|
+
<a href="https://twitter.com/shinokada" rel="nofollow" target="_blank"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada" height="25"></a>
|
|
13
|
+
<a href="https://opensource.org/licenses/MIT" rel="nofollow" target="_blank"><img src="https://img.shields.io/github/license/shinokada/svelte-remix" alt="License" height="25"></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/dw/svelte-remix.svg" alt="npm" height="25"></a>
|
|
13
15
|
</p>
|
|
14
16
|
|
|
15
17
|
2270+ SVG [RemixIcon](https://github.com/Remix-Design/RemixIcon) components for Svelte. Svelte-Remix support major CSS frameworks using the `class` props.
|
|
16
18
|
|
|
17
19
|
<p align="center">
|
|
18
|
-
<img src="/static/images/remix-650-1050.png" />
|
|
20
|
+
<img src="/static/images/remix-650-1050-optimized.png" width="650" />
|
|
19
21
|
</p>
|
|
20
22
|
|
|
21
23
|
## Installation
|