2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-22 14:48:24 +00:00

Commit Graph

  • 581ece2444 Export more types and functions in main file in utils Vjacheslav Trushkin 2022-07-01 11:35:23 +03:00
  • 1c24f85160 Export misc functions for working with objects in utils Vjacheslav Trushkin 2022-07-01 09:17:47 +03:00
  • 35248df46f Publish new versions of everything, using @next tag for previously released packages Vjacheslav Trushkin 2022-06-30 09:26:01 +03:00
  • e18b821005 Optimise API redundancy package Vjacheslav Trushkin 2022-06-30 09:13:25 +03:00
  • 34d0ced20f More code optimisations Vjacheslav Trushkin 2022-06-29 19:05:55 +03:00
  • d0d491b066 Invalidate browser cache based on lastModified property from icon set Vjacheslav Trushkin 2022-06-29 16:11:16 +03:00
  • d2956c379e Browser storage optimisations Vjacheslav Trushkin 2022-06-29 13:41:56 +03:00
  • 2adcb7368b Function to iterate browser storage Vjacheslav Trushkin 2022-06-29 12:30:13 +03:00
  • c1c849a61c Reuse storage for API data, clean up build scripts Vjacheslav Trushkin 2022-06-29 09:45:30 +03:00
  • 9f71691fd2 Browser storage fixes Vjacheslav Trushkin 2022-06-28 23:53:58 +03:00
  • 882be420f9 Use browser storage with API Vjacheslav Trushkin 2022-06-28 23:40:20 +03:00
  • 0e0b6b66ef Complete restructure of browser storage Vjacheslav Trushkin 2022-06-28 22:37:23 +03:00
  • 7980cce929 More browser storage restructuring Vjacheslav Trushkin 2022-06-28 22:11:15 +03:00
  • a4240f122a Restructure browser storage code Vjacheslav Trushkin 2022-06-28 21:16:08 +03:00
  • 7ca4026eb6 Use Set to mark icons as missing Vjacheslav Trushkin 2022-06-28 20:20:22 +03:00
  • 59bdbe89e0 Move browser cache config to separate file Vjacheslav Trushkin 2022-06-28 19:12:45 +03:00
  • 0bd0bae6c2 Remove old JSONP API module, clean up API config Vjacheslav Trushkin 2022-06-28 19:03:10 +03:00
  • 772aaf4686 Publish update for utils Vjacheslav Trushkin 2022-06-25 20:40:13 +03:00
  • 8b034b290e Add lastModified to getIcons result Vjacheslav Trushkin 2022-06-25 10:01:25 +03:00
  • d72a580214 Publish new version of SolidJS wrapper for web component Vjacheslav Trushkin 2022-06-24 09:52:32 +03:00
  • abfcb5b46e Publish new versions of web component and React wrapper Vjacheslav Trushkin 2022-06-24 09:33:09 +03:00
  • 5da6589e28 Fix API extractor config in web component Vjacheslav Trushkin 2022-06-24 00:12:07 +03:00
  • 3d9a78ba49 Fix version number in SVG framework README Vjacheslav Trushkin 2022-06-23 21:27:53 +03:00
  • 3f2e7a181d Publish next version of SVG framework, update utils Vjacheslav Trushkin 2022-06-23 21:23:41 +03:00
  • 3030471fd2 Mention antfu/ni in readme Vjacheslav Trushkin 2022-06-23 09:56:43 +03:00
  • af14c7a2e9 Publish beta versions of types and utils Vjacheslav Trushkin 2022-06-23 09:33:56 +03:00
  • ae88831c10 Add lastModified to IconifyJSON to break outdated icons cache Vjacheslav Trushkin 2022-06-23 09:30:28 +03:00
  • b2d3accf81 Clean up handling icon customisations and transformations Vjacheslav Trushkin 2022-06-20 23:43:01 +03:00
  • 7b4409665a Parse icons tree only once when parsing icon set Vjacheslav Trushkin 2022-06-20 20:39:06 +03:00
  • 89a2def126 Rewite icon set functions to allow deep aliases tree Vjacheslav Trushkin 2022-06-20 20:00:56 +03:00
  • e6336fe3da Use getIconsTree in validateIconSet Vjacheslav Trushkin 2022-06-20 17:30:40 +03:00
  • 76494a1ed2 Add function to utils for getting icons tree from icon set Vjacheslav Trushkin 2022-06-20 16:44:56 +03:00
  • cf349eff6c Update instructions in readme Vjacheslav Trushkin 2022-06-20 11:33:11 +03:00
  • ab14b084f2 Clean up scripts in several package.json files Vjacheslav Trushkin 2022-06-20 10:31:46 +03:00
  • ad72ce41a7 Fix demos that were broken by pnpm migration Vjacheslav Trushkin 2022-06-19 23:56:30 +03:00
  • 8f8f48c992 Fix unit tests Vjacheslav Trushkin 2022-06-19 22:40:13 +03:00
  • db7e0c2ffd Update dependencies, make build work correctly with pnpm Vjacheslav Trushkin 2022-06-19 22:25:00 +03:00
  • c294c0f864 Replace iconify-icon demo for Vue 2 Vjacheslav Trushkin 2022-06-19 21:56:54 +03:00
  • a5d25ad8f9 Fix workspace links, redo Vue 2 demo to get rid of webpack Vjacheslav Trushkin 2022-06-19 21:52:07 +03:00
  • a478719a1e Use pnpm workspace dependencies Vjacheslav Trushkin 2022-06-19 20:58:50 +03:00
  • 25298bb7bf Start moving to pnpm Vjacheslav Trushkin 2022-06-19 20:23:03 +03:00
  • ffe8ebacc0 Add attributes to vue demo Vjacheslav Trushkin 2022-06-19 19:16:30 +03:00
  • ce135b6cf5 Update components Vjacheslav Trushkin 2022-06-19 19:16:11 +03:00
  • 9ad23abd6a Update SVG framework Vjacheslav Trushkin 2022-06-19 18:22:42 +03:00
  • c892879e90 Update web component Vjacheslav Trushkin 2022-06-19 17:47:45 +03:00
  • 6d1ec83912 Update core package Vjacheslav Trushkin 2022-06-19 17:28:03 +03:00
  • ad29f6df20 In IconifyJSON do not allow default transformations, remove inline from customisations, restructure utils Vjacheslav Trushkin 2022-06-19 17:12:26 +03:00
  • 99ddeeae47 Split defaultIconData in utils in 2 objects Vjacheslav Trushkin 2022-06-18 21:58:26 +03:00
  • b18e9b7f52 Test title attribute in Vue demo Vjacheslav Trushkin 2022-06-18 21:48:52 +03:00
  • ddede9ee3a Merge remote-tracking branch 'origin/master' into next Vjacheslav Trushkin 2022-06-17 23:30:07 +03:00
  • 83f496e24d Utils: publish update iconify2 Vjacheslav Trushkin 2022-06-17 23:26:55 +03:00
  • ea7a1aa00d chore: cleanup console Joaquín Sánchez Jiménez 2022-06-17 22:13:34 +02:00
  • 107b28bdf1 feat: automatic xml preface cleanup Joaquín Sánchez Jiménez 2022-06-17 22:10:54 +02:00
  • 1d65b060d7 Simplify parse function in utils, check for bad aliases Vjacheslav Trushkin 2022-06-09 14:03:47 +03:00
  • 465b76e05f Default to svg mode in Safari because of blurred icons bug Vjacheslav Trushkin 2022-05-28 22:19:18 +03:00
  • 288505fd44 Attempt to not run install script when devcontainer is initialised Vjacheslav Trushkin 2022-05-28 16:07:19 +03:00
  • d15999abc8 Experimenting with codespaces config Vjacheslav Trushkin 2022-05-28 15:55:54 +03:00
  • 8eb348b3a9 Build packages after installing them with monorepo script Vjacheslav Trushkin 2022-05-28 14:18:11 +03:00
  • 2b61d19375 Clean up peer dependencies in various packages Vjacheslav Trushkin 2022-05-28 13:14:56 +03:00
  • 481c124d18 Merge remote-tracking branch 'origin/master' into next Vjacheslav Trushkin 2022-05-28 13:00:21 +03:00
  • 5ab275c091 Publish update for React component Vjacheslav Trushkin 2022-05-26 14:01:27 +03:00
  • 3ce4d67221
    Merge pull request #144 from Ovyerus/fix/react-peers Vjacheslav Trushkin 2022-05-26 12:56:13 +02:00
  • 5495b52692
    fix(react): change peer range Michael Mitchell 2022-05-26 18:55:46 +10:00
  • 253508a5e6
    fix(react): add react as peer dependency Michael Mitchell 2022-05-26 16:46:43 +10:00
  • a64b9a78ff Remove shareStorage function - no longer needed because web component reuses same class even if bundled multiple times Vjacheslav Trushkin 2022-05-21 22:55:01 +03:00
  • 390fac8759 Remove replaceIDs from web component Vjacheslav Trushkin 2022-05-21 22:44:42 +03:00
  • 4f38f14ad5 Simplify code to calculate dimensions in Utils Vjacheslav Trushkin 2022-05-20 23:32:47 +03:00
  • 49f4f67e44 Undo viewBox addition to web component: causes mess when used with transformations Vjacheslav Trushkin 2022-05-20 22:47:05 +03:00
  • 63322d9e0a Minor changes to web component code Vjacheslav Trushkin 2022-05-20 21:13:30 +03:00
  • 95ff16aee9 Add viewBox and preserveAspectRatio properties to web component Vjacheslav Trushkin 2022-05-20 19:40:17 +03:00
  • 11a298690b Lit demo for web component, minor tweaks to other demo packages Vjacheslav Trushkin 2022-05-17 11:41:40 +03:00
  • 660ef6e8a3 SolidJS wrapper minor changes Vjacheslav Trushkin 2022-05-17 00:27:45 +03:00
  • d14fdfd6c9 List frameworks that work with web component Vjacheslav Trushkin 2022-05-16 23:00:25 +03:00
  • 397abdfff3 Wrapper for web component for SolidJS, few fixes for web component Vjacheslav Trushkin 2022-05-16 22:54:05 +03:00
  • 7fe80a2a4c Do not use optional catch binding in web component Vjacheslav Trushkin 2022-05-16 20:12:59 +03:00
  • ff94eb937b Add Nuxt 3 demo for web component Vjacheslav Trushkin 2022-05-15 23:19:28 +03:00
  • 20494a834d Vue 2 demo for web component Vjacheslav Trushkin 2022-05-15 00:48:08 +03:00
  • e3022c4707 Vue 3 demo for web component Vjacheslav Trushkin 2022-05-14 23:42:13 +03:00
  • f6b5b2da7b Svelte and SvelteKit demo for web component Vjacheslav Trushkin 2022-05-14 17:04:24 +03:00
  • 5fd05e245b Update readme Vjacheslav Trushkin 2022-05-14 13:59:41 +03:00
  • 9110872a18 Next.js demo for web component Vjacheslav Trushkin 2022-05-14 13:41:52 +03:00
  • c03de0fb07 React wrapper for web component: working component, tests and demo Vjacheslav Trushkin 2022-05-14 13:19:46 +03:00
  • 08974d4aa8 Web component: do not attempt to load icon without prefix from API Vjacheslav Trushkin 2022-05-14 13:04:07 +03:00
  • 6911d07b55 Web component: fix build script, allow simple icon names Vjacheslav Trushkin 2022-05-14 08:35:53 +03:00
  • 9e87cca3da Swap order of web component and legacy components in readme Vjacheslav Trushkin 2022-05-14 08:32:50 +03:00
  • c448199ec6 React wrapper for iconify-icon, incomplete Vjacheslav Trushkin 2022-05-13 23:39:36 +03:00
  • 37c5f93948 Remove alignment demo from Ember demo Vjacheslav Trushkin 2022-05-13 22:35:06 +03:00
  • 38926d087a Update readme Vjacheslav Trushkin 2022-05-13 22:25:29 +03:00
  • a2591dbe36 Add Ember demo using web component Vjacheslav Trushkin 2022-05-13 21:29:57 +03:00
  • fdd716846a Update directory structure in packages and readme Vjacheslav Trushkin 2022-05-12 23:10:42 +03:00
  • 7e2c345d7b Restructure monorepo Vjacheslav Trushkin 2022-05-12 22:39:56 +03:00
  • 224bd6ad63 Web component: test changing mode via property Vjacheslav Trushkin 2022-05-03 10:06:02 +03:00
  • dd85cacfcc Web component: publish update Vjacheslav Trushkin 2022-05-02 09:40:11 +03:00
  • 2365d9ff1c Web component: add status property Vjacheslav Trushkin 2022-05-02 09:28:48 +03:00
  • 62a643cac9 Web component: publish update Vjacheslav Trushkin 2022-05-01 22:19:48 +03:00
  • cee3b6eafe Fix custom dimensions when rendering span in components Vjacheslav Trushkin 2022-05-01 22:12:46 +03:00
  • 1c17fa6e42 Web component: fix custom dimensions when rendering span Vjacheslav Trushkin 2022-05-01 21:58:47 +03:00
  • 1c980b75a8 Web component: test universal icon loader in demo Vjacheslav Trushkin 2022-05-01 21:58:29 +03:00
  • de0f394f5d Web component: update readme, publish new version Vjacheslav Trushkin 2022-05-01 15:25:38 +03:00
  • f1af63de48 Web component: more tests Vjacheslav Trushkin 2022-05-01 14:01:54 +03:00