2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-16 09:37:09 +00:00

Commit Graph

  • 19312fe1dd Move listIcons to core, add unit tests Vjacheslav Trushkin 2020-08-14 12:01:47 +0300
  • 84a73d0c22 Fix listIcons and add disableCache for React with API Vjacheslav Trushkin 2020-08-14 11:41:39 +0300
  • e00b7f1781 Update readme files for React and SVG framework Vjacheslav Trushkin 2020-08-13 23:23:01 +0300
  • 826af0a640 Update README Vjacheslav Trushkin 2020-08-13 18:44:56 +0300
  • 0f3457b6ee Add disableStorage function to SVG framework Vjacheslav Trushkin 2020-08-12 21:21:20 +0300
  • 2a1b3a2b8b Unit test to make sure scan is called immediately when observing custom node Vjacheslav Trushkin 2020-08-12 10:39:06 +0300
  • d31bd5fca4 Fix listIcons in SVG framework and update few comments Vjacheslav Trushkin 2020-08-11 23:28:50 +0300
  • 85ae70961b Replace typeof with full type in SVG framework exports Vjacheslav Trushkin 2020-08-11 20:00:59 +0300
  • 4bdbe0b98a Fix typo that prevented observer from working property in SVG framework beta 4, publish beta 5 Vjacheslav Trushkin 2020-08-07 08:37:54 +0300
  • 7645047431 Rebuild observer in SVG framework. Now it supports multiple root nodes Vjacheslav Trushkin 2020-08-04 18:30:24 +0300
  • 0266760091 Update dependencies Vjacheslav Trushkin 2020-08-02 22:04:39 +0300
  • d1bd40bcb0 Change behavior of scanDOM in SVG framework when used with custom root node Vjacheslav Trushkin 2020-08-02 21:48:53 +0300
  • bda2668f55
    Bump elliptic from 6.5.2 to 6.5.3 in /packages/vue-demo dependabot[bot] 2020-08-01 22:39:52 +0000
  • 4207fd254a Test changing icon after rendering Vjacheslav Trushkin 2020-08-01 23:12:26 +0300
  • 1bd1a48282 Do not pause observer when scanning custom root node Vjacheslav Trushkin 2020-08-01 11:17:03 +0300
  • b3dfcf0696 Add tests for scanDOM with custom root, without API Vjacheslav Trushkin 2020-08-01 11:12:55 +0300
  • 9079c87e28 Do not scan DOM in SVG framework if DOM is not ready yet Vjacheslav Trushkin 2020-07-29 10:20:40 +0300
  • b927eecf88 Scan DOM on next tick in SVG framework instead of waiting for events Vjacheslav Trushkin 2020-07-23 19:19:37 +0300
  • e65094f583
    Bump lodash from 4.17.15 to 4.17.19 in /packages/react dependabot[bot] 2020-07-20 12:24:07 +0000
  • bdbadecb6b
    Bump lodash from 4.17.15 to 4.17.19 in /packages/browser-tests dependabot[bot] 2020-07-20 12:20:08 +0000
  • 9a9a676949
    Bump lodash from 4.17.15 to 4.17.19 in /packages/vue dependabot[bot] 2020-07-20 12:19:09 +0000
  • acd87de92d
    Bump lodash from 4.17.15 to 4.17.19 in /packages/core dependabot[bot] 2020-07-20 12:18:27 +0000
  • bacc67ddb7
    Bump lodash from 4.17.15 to 4.17.19 in /packages/iconify dependabot[bot] 2020-07-20 12:18:02 +0000
  • 47c7d9a532
    Bump lodash from 4.17.15 to 4.17.19 dependabot[bot] 2020-07-20 12:13:14 +0000
  • 268ee113ef
    Bump lodash from 4.17.15 to 4.17.19 in /packages/vue-demo dependabot[bot] 2020-07-20 12:12:42 +0000
  • 0c08b40043 Add 'crop' to alignment keywords for backwards compatibility with Iconify 1 Vjacheslav Trushkin 2020-07-07 10:00:29 +0300
  • cab8737d7b Publish Svelte component 1.0.0 Vjacheslav Trushkin 2020-07-03 10:16:13 +0300
  • 601378b107 Update dependencies in demo packages Vjacheslav Trushkin 2020-07-02 10:59:18 +0300
  • 34cc23c827 Publish vue 1.0.2 with updated dependencies Vjacheslav Trushkin 2020-07-02 10:53:57 +0300
  • eff9eb672c Publish svelte 1.0.0-beta.4 with updated dependencies Vjacheslav Trushkin 2020-07-02 10:52:20 +0300
  • 21fa13ae47 Publish react-with-api 1.0.0-beta.2 with updated dependencies Vjacheslav Trushkin 2020-07-02 10:50:57 +0300
  • 40ff4ade51 Publish react 2.0.0-beta.2 with updated dependencies Vjacheslav Trushkin 2020-07-02 10:49:04 +0300
  • dd5e7060de Update dependencies for browser tests Vjacheslav Trushkin 2020-07-02 10:46:26 +0300
  • 67f948d0a1 Publish iconify 2.0.0-beta.3 with updated dependencies Vjacheslav Trushkin 2020-07-02 10:42:44 +0300
  • 41cffa2182 Publish core 1.0.0-beta.2 with updated dependencies Vjacheslav Trushkin 2020-07-02 10:39:37 +0300
  • 68742d0793 Re-structure SVG framework Vjacheslav Trushkin 2020-07-01 23:29:43 +0300
  • 782c8d3865 Move common types for SVG framework to reusable files Vjacheslav Trushkin 2020-07-01 19:01:07 +0300
  • b38eb3bc74 Add SVG framework bundle without API support Vjacheslav Trushkin 2020-07-01 16:13:34 +0300
  • 1821328267 Version 1.0.7 1.0.7 Vjacheslav Trushkin 2020-06-24 20:19:20 +0300
  • 472362b295 Add bundle without API support Vjacheslav Trushkin 2020-06-24 20:18:07 +0300
  • a088b64b58 Fix tests for SVG framework Vjacheslav Trushkin 2020-06-12 00:46:47 +0300
  • a0aabb9b50 Use Fetch API when it is available, JSONP when not. Remove Axios from default builds Vjacheslav Trushkin 2020-06-11 23:39:32 +0300
  • 1cdd82f981 Add React component with API support Vjacheslav Trushkin 2020-06-11 12:50:24 +0300
  • 135bf723fb Move files to clean up directory structure in SVG framework Vjacheslav Trushkin 2020-06-11 00:13:50 +0300
  • 49b9d09f6f Move API modules from iconify package to core package Vjacheslav Trushkin 2020-06-10 22:26:59 +0300
  • 5ee1765529 Make API modules independent from core, expose functions to set custom API modules, update package depdendencies Vjacheslav Trushkin 2020-06-10 22:15:40 +0300
  • 220190d8fe Do not spam log with errors Vjacheslav Trushkin 2020-06-09 20:07:48 +0300
  • 416e73cb42
    Bump websocket-extensions from 0.1.3 to 0.1.4 in /packages/vue-demo dependabot[bot] 2020-06-08 05:04:02 +0000
  • de037e43e0 Fix cache in JSONP module, add optional axios module (disabled by default because it is much bigger than jsonp) Vjacheslav Trushkin 2020-06-06 12:50:17 +0300
  • 375863d9bb Move calculateSize function to internals in SVG framework Vjacheslav Trushkin 2020-06-06 10:13:56 +0300
  • ce5fade7ae Add API provider types to types package Vjacheslav Trushkin 2020-06-04 17:29:54 +0300
  • 6c461f3b92 Group up exposed internal functions in SVG framework Vjacheslav Trushkin 2020-06-04 16:45:29 +0300
  • 4fc2a3727b In SVG framework expose internal API and fix issues preventing it from running in Node environment Vjacheslav Trushkin 2020-06-03 22:01:45 +0300
  • b87edf3f20 Add provider to IconifyJSON type Vjacheslav Trushkin 2020-06-02 00:54:37 +0300
  • cf3d9394ee Add provider to SVG class names list, update unit tests Vjacheslav Trushkin 2020-06-02 00:31:57 +0300
  • eb758c4fde Automatically update version in readme Vjacheslav Trushkin 2020-06-02 00:20:11 +0300
  • ff7552abda Add demo files for SVG framework, preload icons from IconifyPreload Vjacheslav Trushkin 2020-05-31 20:03:13 +0300
  • a67010f6b7 Update copyright Vjacheslav Trushkin 2020-05-31 09:46:47 +0300
  • eea235f97d Slightly change API providers behavior, import providers from IconifyProviders global Vjacheslav Trushkin 2020-05-31 09:44:24 +0300
  • 22d832a7e2 Update dependencies Vjacheslav Trushkin 2020-05-29 22:14:36 +0300
  • 2aad697264 Implement icon providers (similar to namespaces) Vjacheslav Trushkin 2020-05-29 22:08:45 +0300
  • 0956dc7f9a Update dependencies Vjacheslav Trushkin 2020-05-04 13:29:59 +0300
  • 0230e952ca Automatically build missing dependencies when building packages Vjacheslav Trushkin 2020-05-04 13:20:10 +0300
  • 20ccec0f2e Improve Svelte component readme Vjacheslav Trushkin 2020-05-01 09:52:03 +0300
  • 37130be48a Update Svelte readme and Sapper demo Vjacheslav Trushkin 2020-04-29 16:07:06 +0300
  • 941547e5e5 README improvements Vjacheslav Trushkin 2020-04-29 12:46:24 +0300
  • f9a2384d8e Make Svelte component compatible with Sapper, add Sapper demo Vjacheslav Trushkin 2020-04-29 12:43:00 +0300
  • 3a7b1751b3 Fix rendering icons that have customisations Vjacheslav Trushkin 2020-04-29 11:15:37 +0300
  • 8639d52586 Publish Svelte component, fix few typos in Vue and React documentation and demo Vjacheslav Trushkin 2020-04-28 22:40:05 +0300
  • 1dd49d6455 Iconify 2.0.0 beta 1 Vjacheslav Trushkin 2020-04-28 17:35:35 +0300
  • 4ff070e5e4 Publish React component version 2.0 beta Vjacheslav Trushkin 2020-04-28 14:41:51 +0300
  • 34f8d21ac1 Publish SVG framework beta Vjacheslav Trushkin 2020-04-28 14:32:22 +0300
  • c51a51e556 Publish Iconify Core Vjacheslav Trushkin 2020-04-28 14:27:58 +0300
  • ed0451d8b6 Fix repository link in package.json Vjacheslav Trushkin 2020-04-28 14:00:41 +0300
  • befdf7bcf0 Update README Vjacheslav Trushkin 2020-04-28 13:59:36 +0300
  • 5cd35756fd Update dependencies, package links, add instructions for Lerna Vjacheslav Trushkin 2020-04-28 13:27:23 +0300
  • 177640105c Add types to monorepo Vjacheslav Trushkin 2020-04-28 13:16:14 +0300
  • aaee4666bc Fix Iconify 1.0 link in README Vjacheslav Trushkin 2020-04-28 13:07:00 +0300
  • 709837f190 Mention version 1 in readme Vjacheslav Trushkin 2020-04-28 12:57:30 +0300
  • 85e1f747bb Move version 1 to different branch Vjacheslav Trushkin 2020-04-28 12:53:43 +0300
  • 58d4cf3d49 Move version 2 to a big monorepo Vjacheslav Trushkin 2020-04-28 12:47:35 +0300
  • 478f00d63c Update dependencies, publish 1.0.6 1.0.6 Vjacheslav Trushkin 2020-04-21 17:55:21 +0300
  • 42067e960a Copy inline style from placeholder (regression in 1.0.5) Vjacheslav Trushkin 2020-04-21 17:52:43 +0300
  • 24b07c564f Update readme, publish version 1.0.5 1.0.5 Vjacheslav Trushkin 2020-03-31 12:38:42 +0300
  • 7b66fb3ba7 Handle errors when injecting stylesheet Vjacheslav Trushkin 2020-03-30 23:42:07 +0300
  • 28743b9f5b Do not set inline style to avoid SCP errors Vjacheslav Trushkin 2020-03-30 23:31:37 +0300
  • d4dcff0819 Test custom classes and update getSVG tests Vjacheslav Trushkin 2020-03-30 22:54:11 +0300
  • f38a9d416f Update dependencies Vjacheslav Trushkin 2020-03-30 22:36:05 +0300
  • f9611841bf Add Prettier config Vjacheslav Trushkin 2020-02-22 12:09:27 +0200
  • a107f3c49d Version 1.0.4 1.0.4 Vjacheslav Trushkin 2020-02-01 00:18:09 +0200
  • 33f00ada1a Update dependencies Vjacheslav Trushkin 2020-02-01 00:16:02 +0200
  • 49b80212bf Support TypeScript Vjacheslav Trushkin 2020-02-01 00:15:37 +0200
  • 1b91e8e670 Version 1.0.3 1.0.3 Vjacheslav Trushkin 2019-07-18 09:07:26 +0300
  • c38963464b More secure WebPack export. Account for errors and possibly previously imported global Vjacheslav Trushkin 2019-07-17 19:38:48 +0300
  • 7d3b868ceb Make it possible to import @iconify/iconify in projects and bundle it with WebPack Vjacheslav Trushkin 2019-07-17 19:23:11 +0300
  • d5960879b9 Remove unused secureURL function from tests Vjacheslav Trushkin 2019-07-15 23:41:42 +0300
  • dd2454a8c0 Add getSVGObject function to make it easier to render components Vjacheslav Trushkin 2019-07-15 23:40:42 +0300
  • 8db01e8ce8 Update dependencies Vjacheslav Trushkin 2019-07-04 22:36:30 +0300
  • c2bc8e649a Rename GitHub organization to iconify, update dependencies Vjacheslav Trushkin 2019-05-07 10:51:03 +0300
  • 8ca6090a7b Version 1.0.2 1.0.2 Vjacheslav Trushkin 2019-05-03 12:24:05 +0300