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

18 Commits

Author SHA1 Message Date
Vjacheslav Trushkin
d070e3a50a chore: test loaders with reserved keyword 2024-11-03 21:22:49 +02:00
Vjacheslav Trushkin
e825a8e63e chore: use capital letters and underscore for prefix and provider in custom loader test 2024-11-03 19:39:17 +02:00
Vjacheslav Trushkin
84f87bacb3 feat: custom loader for one icon 2024-11-03 19:32:50 +02:00
Vjacheslav Trushkin
1fad38b291 feat: custom loader in core 2024-11-03 17:58:14 +02:00
Vjacheslav Trushkin
51c5b29fcd chore(core): refactor loader to check icon names only in API calls 2024-11-03 09:35:48 +02:00
Vjacheslav Trushkin
73db53badc chore: update dependencies in packages 2023-08-01 22:03:20 +03:00
Vjacheslav Trushkin
617f394b30 chore: rename badly named iconExists to iconLoaded 2023-07-04 19:45:04 +03:00
Vjacheslav Trushkin
33b8510a1c fix(loadIcon): do not attempt to load invalid icons 2022-09-21 12:16:17 +03:00
Vjacheslav Trushkin
ac009bcb39 Replace jest done function with promises in core tests 2022-09-07 20:03:58 +03:00
Vjacheslav Trushkin
2adcb7368b Function to iterate browser storage 2022-06-29 12:30:13 +03:00
Vjacheslav Trushkin
c1c849a61c Reuse storage for API data, clean up build scripts 2022-06-29 09:45:30 +03:00
Vjacheslav Trushkin
70ed79a516 Use URLSearchParams for API queries 2022-03-31 19:02:49 +03:00
Vjacheslav Trushkin
3f89dd6cec Fix linting errors in tests in core 2022-03-16 23:30:16 +02:00
Vjacheslav Trushkin
194ec91f87 Test loading icon set with valid prefix, but invalid icon names 2022-01-26 00:06:11 +02:00
Vjacheslav Trushkin
2e838b5ff4 Update core package for new redundancy structure 2022-01-25 22:18:52 +02:00
Vjacheslav Trushkin
bf8d17f97a Add loadIcon function 2022-01-13 22:19:49 +02:00
Vjacheslav Trushkin
c28ad01412 Remove combined exports from core, they make it more difficult to use ES named exports 2021-09-24 18:38:52 +03:00
Vjacheslav Trushkin
e6951fef7c Support ES modules in core package, switch tests to Jest and Jasmine 2021-09-24 00:27:16 +03:00