iconly 3.0.1 → 3.0.2
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/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,6 +34,7 @@ import { createIconly } from 'iconly';
|
|
|
34
34
|
- The injected sprite wrapper is now `[data-iconly="iconset"]` inside `container` (instead of `#iconset`).
|
|
35
35
|
|
|
36
36
|
See `CHANGELOG.md` for details.
|
|
37
|
+
|
|
37
38
|
<br>
|
|
38
39
|
|
|
39
40
|
# Usage
|
|
@@ -91,6 +92,7 @@ After `init()`, the SVG sprite is injected into the `container` inside `<div dat
|
|
|
91
92
|
- When `debug` is `false`, debug messages are suppressed (no `onDebug` calls and no `logger.debug`).
|
|
92
93
|
- Errors still trigger `onError` and `logger.error` (if provided), even when `debug` is `false`.
|
|
93
94
|
- You can cancel a fetch by calling `iconLoader.abort()`, which results in a `fetch_aborted` error code.
|
|
95
|
+
<br>
|
|
94
96
|
|
|
95
97
|
# License
|
|
96
98
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iconly",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Iconly is designed to load and cache SVG icons in the browser, using IndexedDB to store the data. It retrieves the icons from a given SVG file, stores them in IndexedDB, and inserts them into the DOM for easy access and use.",
|
|
5
5
|
"author": "ux-ui.pro",
|
|
6
6
|
"license": "MIT",
|