2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00
Commit Graph

49 Commits

Author SHA1 Message Date
Vjacheslav Trushkin
b6c141ea14 chore: update utils 2024-08-21 08:22:27 +03:00
Ben McCann
acbb332891 chore(utils): upgrade install-pkg 2024-08-20 14:14:09 -07:00
Vjacheslav Trushkin
e633a41e55 chore(utils): fix scale for non-square icons 2024-07-29 11:34:08 +03:00
Vjacheslav Trushkin
4666bde4c1 chore(tailwind): add square option to plugin, fix lint 2024-07-28 10:22:39 +03:00
Vjacheslav Trushkin
a848f63d5e chore: fix unit tests for svelte component 2024-07-25 23:04:08 +03:00
Vjacheslav Trushkin
17a46f6a75 chore: migrate react tests to vitest, publish react component update 2024-07-25 21:55:00 +03:00
Vjacheslav Trushkin
921ebecb1e chore: update dependencies, fix build process 2024-07-19 14:19:45 +03:00
Vjacheslav Trushkin
a6cb2ca16f chore: update svelte demo to 5 2024-05-04 17:05:22 +03:00
Vjacheslav Trushkin
c7a114c76c chore: update dependencies, fix svelte tests 2024-04-15 18:15:11 +03:00
Vjacheslav Trushkin
e42c84a90e chore: remove deprecated packages 2024-02-04 16:43:40 +02:00
Anthony Fu
1a97b64a10 feat(utils): allow provide cwd options to node loader 2024-02-04 02:36:47 +01:00
userquin
c55da19573 chore: update local-pkg and remove deps 2024-01-26 18:56:17 +01:00
userquin
a14a3c4b0e feat: allow external collections packages 2024-01-26 18:03:02 +01:00
Vjacheslav Trushkin
1c39d19339 chore: update svelte demo packages 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
22d7d8b889 chore: update dependencies for iconify-icon demo 2023-08-01 23:36:34 +03:00
Vjacheslav Trushkin
73da477a0a chore: update dependencies in iconify-icon 2023-08-01 22:06:24 +03:00
Vjacheslav Trushkin
73db53badc chore: update dependencies in packages 2023-08-01 22:03:20 +03:00
Vjacheslav Trushkin
7bec9456c8 chore: cleaner css for icon, update utils and tailwind plugin, update dependencies 2023-06-06 19:10:54 +03:00
Vjacheslav Trushkin
011427d072 chore(tailwind): add custom icons to tailwind demo 2023-04-20 19:35:07 +03:00
Vjacheslav Trushkin
28dcf961a3 chore(tailwind): update dependencies 2023-04-02 10:49:51 +03:00
Vjacheslav Trushkin
c9f1d06cfa chore(iconify-icon): update dependencies 2023-04-02 10:48:09 +03:00
Vjacheslav Trushkin
48023c91fe chore(components): update dependencies 2023-04-02 10:29:40 +03:00
Vjacheslav Trushkin
16936840c7 chore(packages): update dependencies 2023-04-02 10:00:54 +03:00
Vjacheslav Trushkin
0027e7281e chore: remove importsNotUsedAsValues from all tsconfig files 2023-04-01 20:41:40 +03:00
Vjacheslav Trushkin
6c8154b841 chore: update dependencies for solid-js package and demo 2023-03-30 15:31:44 +03:00
Vjacheslav Trushkin
f17693900b chore: update dependencies for utils, clean up tests 2023-02-14 00:06:13 +02:00
Vjacheslav Trushkin
0dbc5da8b3 fix: correct handling for icons with palette in Tailwind plugin, plugin demo 2023-02-06 20:31:55 +02: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
6853b3e29c feat: plugin for Tailwind CSS 2023-01-11 17:42:21 +02:00
Vjacheslav Trushkin
2fb77d5bf6 chore: update dependencies 2022-12-26 00:32:45 +02:00
Vjacheslav Trushkin
cff8d1e9f7 chore: update dependencies in utils 2022-12-10 10:19:14 +02:00
Vjacheslav Trushkin
a6123879a6 fix: copy in Vue 2 component 2022-11-17 11:37:46 +02:00
Vjacheslav Trushkin
25dd6adbf9 chore: remove debug packages 2022-11-17 11:15:26 +02:00
Vjacheslav Trushkin
059eb2ee8c Update demo packages 2022-09-08 09:16:41 +03:00
Vjacheslav Trushkin
ae9b177d3c Update dependencies in main packages 2022-09-07 20:06:23 +03:00
Vjacheslav Trushkin
de31dd36ba Remove jest from core package, use vitest only 2022-08-21 18:43:27 +03:00
Vjacheslav Trushkin
6a034033cb Remove jest from utils package, use vitest only 2022-08-21 18:40:56 +03:00
Vjacheslav Trushkin
8f962a090b pnpm shenanigans... seems to rewrite lock file on reinstall 2022-07-08 18:35:09 +03:00
Vjacheslav Trushkin
97e9677fa4 Switch api-redundancy package tests to vitest 2022-07-08 17:25:44 +03:00
Vjacheslav Trushkin
859a77b4bf Fix dev container environment 2022-07-08 13:24:51 +03: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
ad72ce41a7 Fix demos that were broken by pnpm migration 2022-06-19 23:56:30 +03:00
Vjacheslav Trushkin
8f8f48c992 Fix unit tests 2022-06-19 22:40:13 +03:00
Vjacheslav Trushkin
db7e0c2ffd Update dependencies, make build work correctly with pnpm 2022-06-19 22:25:00 +03:00
Vjacheslav Trushkin
c294c0f864 Replace iconify-icon demo for Vue 2 2022-06-19 21:56:54 +03:00
Vjacheslav Trushkin
a5d25ad8f9 Fix workspace links, redo Vue 2 demo to get rid of webpack 2022-06-19 21:52:07 +03:00
Vjacheslav Trushkin
a478719a1e Use pnpm workspace dependencies 2022-06-19 20:58:50 +03:00