svelte-remix 0.1.8 → 0.1.10

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +14 -8
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
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.10](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.9...v0.1.10) (2023-01-31)
6
+
7
+ ### Features
8
+
9
+ - add icon images page ([d36e812](https://github.com/shinokada/svelte-remix-icons/commit/d36e812185dd945d75bc7a3f3b06efdca07d0e15))
10
+
11
+ ### [0.1.9](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.8...v0.1.9) (2023-01-31)
12
+
13
+ ### Features
14
+
15
+ - add pwa ([9bd08a1](https://github.com/shinokada/svelte-remix-icons/commit/9bd08a16ced80fd53f3ab62681e38788d929deb1))
16
+
5
17
  ### [0.1.8](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.7...v0.1.8) (2022-12-25)
6
18
 
7
19
  ### Bug Fixes
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
- <h1 align="center">Svelte-Remix</h1>
1
+ <h1 align="center">Svelte Remix</h1>
2
2
 
3
3
  <p align="center">
4
4
  <a href="https://svelte-remix.codewithshin.com/">Svelte-Remix</a>
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
+ <a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps"><img src="https://img.shields.io/badge/PWA-enabled-brightgreen" alt="PWA Shield"></a>
8
9
  <a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow"><img src="https://img.shields.io/npm/v/svelte-remix" alt="npm"></a>
9
10
  <a href="https://twitter.com/shinokada" rel="nofollow"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada"></a>
10
11
  <a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/shinokada/svelte-remix" alt="License"></a>
@@ -14,12 +15,7 @@
14
15
  2270+ SVG [RemixIcon](https://github.com/Remix-Design/RemixIcon) components for Svelte. Svelte-Remix support major CSS frameworks using the `class` props.
15
16
 
16
17
  <p align="center">
17
- <img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix1.webp" />
18
- <img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix2.webp" />
19
- <img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix3.webp" />
20
- <img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix4.webp" />
21
- <img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix5.webp" />
22
- <img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix6.webp" />
18
+ <img src="/static/images/remix-650-1050.png" />
23
19
  </p>
24
20
 
25
21
  ## Installation
@@ -28,9 +24,13 @@
28
24
  npm i -D svelte-remix
29
25
  ```
30
26
 
27
+ ## Icon images
28
+
29
+ [Icon images](/icon-images.md)
30
+
31
31
  ## Icon name list
32
32
 
33
- [Icon list](https://github.com/shinokada/svelte-remix/blob/main/icon-list.md)
33
+ [Icon list](/icon-list.md)
34
34
 
35
35
  ## REPL
36
36
 
@@ -170,3 +170,9 @@ Use `import * as Icon from 'svelte-remix`.
170
170
  ## Other icons
171
171
 
172
172
  - [Svelte-Icon-Sets](https://svelte-svg-icons.vercel.app/)
173
+
174
+ ## Experience lightning-fast browsing and offline access with Our PWA
175
+
176
+ This website can be downloaded and installed on your device for offline access as a Progressive Web App.
177
+
178
+ To install a PWA, look for the "Add to Home Screen" option in the browser's menu or settings. On most mobile devices, this option can be found by visiting the website, then selecting the "Options" or "Menu" button in the browser, and looking for the "Add to Home Screen" option. On some desktop browsers, right-click on the page and select "Install".
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-remix",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Svelte Remix Icon components",
5
5
  "author": {
6
6
  "name": "Shinichi Okada",