2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-14 06:28:24 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Vjacheslav Trushkin
879f21637b chore: update svelte component 2024-05-04 17:09:06 +03:00
Mattias Persson
33610d5831
Update Icon.svelte
Svelte 5 [vite-plugin-svelte] /node_modules/@iconify/svelte/dist/Icon.svelte:116:2 Self-closing HTML tags for non-void elements are ambiguous — use `<span ...></span>` rather than `<span ... />`
2024-05-03 23:35:34 +02:00
Vjacheslav Trushkin
1c39d19339 chore: update svelte demo packages 2023-12-28 10:11:54 +02:00
Vjacheslav Trushkin
6762b67266 chore: add span types to svelte component to allow title 2023-12-28 10:11:54 +02:00
Vjacheslav Trushkin
4161317149 chore: fix svelte component for svelte 4 types 2023-12-28 10:11:54 +02:00
Vjacheslav Trushkin
617f394b30 chore: rename badly named iconExists to iconLoaded 2023-07-04 19:45:04 +03:00
Vjacheslav Trushkin
854ab73968 fix(svelte): allow any data- attribute 2023-04-19 22:17:21 +03:00
Vjacheslav Trushkin
a03d601204 fix(svelte): add props for svg to component 2023-04-17 21:38:44 +03:00
hackape
6a84a2f40d
fix: correct svelte component's TS type 2023-04-08 08:41:12 +08:00
Vjacheslav Trushkin
43e9959369 feat: option to remove size attributes in icon components and unplugin-icons 2023-01-27 19:52:22 +02:00
Vjacheslav Trushkin
a5c9edb4da Store partial icon data in storage to reduce memory usage 2022-07-02 10:53:06 +03:00
Vjacheslav Trushkin
8eca9c6741 Change iconToSVG attributes from full to partial icon and customisations 2022-07-01 22:12:18 +03:00
Vjacheslav Trushkin
0e0b6b66ef Complete restructure of browser storage 2022-06-28 22:37:23 +03:00
Vjacheslav Trushkin
7980cce929 More browser storage restructuring 2022-06-28 22:11:15 +03:00
Vjacheslav Trushkin
ce135b6cf5 Update components 2022-06-19 19:16:11 +03:00
Vjacheslav Trushkin
a64b9a78ff Remove shareStorage function - no longer needed because web component reuses same class even if bundled multiple times 2022-05-21 22:55:01 +03:00
Vjacheslav Trushkin
7e2c345d7b Restructure monorepo 2022-05-12 22:39:56 +03:00