2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-09 08:19:50 +00:00

Commit Graph

  • 248b1f9d39 chore: cleanup + fix ts problem on tests Joaquín Sánchez Jiménez 2022-03-17 13:14:35 +0100
  • 78c099669b feat(utils): return used props applied to the svg Joaquín Sánchez Jiménez 2022-03-17 12:48:49 +0100
  • 20596bef1d chore: remove Object.create + fix vitest cjs tests Joaquín Sánchez Jiménez 2022-03-17 10:26:11 +0100
  • e4f2ddd531 chore: add used props Joaquín Sánchez Jiménez 2022-03-17 10:07:29 +0100
  • 1736308a64 Move browser storage mock to source in core Vjacheslav Trushkin 2022-03-16 23:50:53 +0200
  • 3f89dd6cec Fix linting errors in tests in core Vjacheslav Trushkin 2022-03-16 23:30:16 +0200
  • 32819127dd Do not reuse Promise instance in loadIcon in core Vjacheslav Trushkin 2022-03-16 19:32:27 +0200
  • 41afe33976 Fix tsconfig in core, specify config when clearing jest cache Vjacheslav Trushkin 2022-03-16 16:10:14 +0200
  • 96c7486f7c Fix tsconfig in utils Vjacheslav Trushkin 2022-03-16 15:42:17 +0200
  • 71e3aa8597 Fix include in vitest config in core Vjacheslav Trushkin 2022-03-16 12:14:35 +0200
  • 5feccddcb3 WIP: moving core to unbuild and vitest Vjacheslav Trushkin 2022-03-16 12:12:25 +0200
  • 1618e49698 Publish api-redundancy update Vjacheslav Trushkin 2022-03-16 12:11:01 +0200
  • ef8ff7a76a Update ignore files in utils Vjacheslav Trushkin 2022-03-16 11:04:16 +0200
  • d5a7e5724d Fix linting errors in utils Vjacheslav Trushkin 2022-03-16 10:58:02 +0200
  • b985c4e69e Remove Jasmine tests from core Vjacheslav Trushkin 2022-03-16 10:08:49 +0200
  • 16146d553e Remove Jasmine tests from utils Vjacheslav Trushkin 2022-03-16 10:01:55 +0200
  • 6c3284e1c3 Retrieve list of files to build from package.json exports in utils Vjacheslav Trushkin 2022-03-16 09:50:12 +0200
  • 91f5f8a7e4 Remove unnecessary non-null assertion in utils Vjacheslav Trushkin 2022-03-16 09:49:45 +0200
  • 7ba7852d12 Remove duplicate warnOnce in utils Vjacheslav Trushkin 2022-03-15 21:07:35 +0200
  • fbd61e9183 Remove library-builder package, use unbuild instead Vjacheslav Trushkin 2022-03-15 19:19:51 +0200
  • 4ff7bab3ee Publish new version of Ember component archive/library-builder Vjacheslav Trushkin 2022-03-15 16:52:31 +0200
  • efd0038aff Use unbuild to build core package Vjacheslav Trushkin 2022-03-14 17:52:34 +0200
  • aaf3f7d209 Remove ancient browsers support from SVG framework Vjacheslav Trushkin 2022-03-14 17:47:58 +0200
  • 77eb51366f Fix test scripts in utils, publish update Vjacheslav Trushkin 2022-03-14 18:11:15 +0200
  • 37d36b4e09 Merge branch 'userquin/feat-split-modern-loader-next' into next Vjacheslav Trushkin 2022-03-14 17:54:08 +0200
  • 3d771d7572 lint: tabs sizes on package.json file Joaquín Sánchez Jiménez 2022-03-14 16:26:07 +0100
  • ce322feb1d lint: tabs sizes on tsconfig file Joaquín Sánchez Jiménez 2022-03-14 16:24:09 +0100
  • 0d4df1edb9 lint: tabs sizes on tsconfig file Joaquín Sánchez Jiménez 2022-03-14 16:21:27 +0100
  • e20e4d9b36 cleanup: remove old build stuff Joaquín Sánchez Jiménez 2022-03-14 16:17:29 +0100
  • 84e9b9f277 lint: change to prettier on local Joaquín Sánchez Jiménez 2022-03-14 15:39:40 +0100
  • 37dc16248b Release @iconify/ember 1.0.4 Bj Tecu 2022-03-14 10:16:25 -0400
  • 08d35b55f7 chore: megre next + some eslint change + loader package lint Joaquín Sánchez Jiménez 2022-03-14 15:13:13 +0100
  • a3f57cfcf9 Merge branch 'master' into next Vjacheslav Trushkin 2022-03-14 15:52:52 +0200
  • 41db5b5c06 Fix dependencies in Ember component, ignore import from @ember/template Vjacheslav Trushkin 2022-03-14 15:50:58 +0200
  • 8d7043692e Add ember-source package Bj Tecu 2022-03-14 09:28:00 -0400
  • 1b3680647c Merge branch 'next' into userquin/feat-split-modern-loader-next Joaquín Sánchez Jiménez 2022-03-14 14:23:57 +0100
  • 115a99d282
    Merge pull request #120 from ElmoArmy/fix-prettier-rules-conflict Vjacheslav Trushkin 2022-03-14 09:24:19 +0100
  • 3cc866214d Make styles safe Bj Tecu 2022-03-11 11:39:57 -0500
  • 30ab5eba2a refactor(types): refactored away ts errors Ramy Melo 2022-03-04 17:04:30 -0500
  • fa01bbe962 refactor(eslint): refactored away mix type errors Ramy Melo 2022-03-04 16:18:02 -0500
  • e5e4ddf49e chore: eslint --fix after enabling ts typed rules. Ramy Melo 2022-03-04 16:04:14 -0500
  • ff261a0216 chore: enabled extra ts eslint rule Ramy Melo 2022-03-04 15:28:31 -0500
  • bd2d16b8da
    Merge branch 'iconify:master' into fix-prettier-rules-conflict SnakePoison 2022-03-04 15:20:16 -0500
  • 3cf3d34c34
    Merge pull request #119 from ElmoArmy/fix-prettier-eslint-conflict Vjacheslav Trushkin 2022-03-04 22:14:53 +0200
  • 8f739807d5 chore: auto fixed prettier rules in src and tests Ramy Melo 2022-03-04 11:37:21 -0500
  • 30826c33e0 chore: enabled eslint rule - prettier/prettier Ramy Melo 2022-03-04 11:32:32 -0500
  • 7fc23697c8 chore: include test project in configuration. Ramy Melo 2022-03-04 10:47:12 -0500
  • d237726a5c chore: updates deps and adds new deps to utils. Ramy Melo 2022-03-03 19:51:31 -0500
  • 3babd46af8 feat: further integrates eslint, ts , and prettier Ramy Melo 2022-03-03 19:54:44 -0500
  • dea75709e1 chore: run cjs and esm test in the same order Joaquín Sánchez Jiménez 2022-03-04 15:20:23 +0100
  • ad0e490b91 test: add vitest cjs Joaquín Sánchez Jiménez 2022-03-04 14:52:08 +0100
  • 9071d0aeaa test: add vitest Joaquín Sánchez Jiménez 2022-03-04 12:00:20 +0100
  • dec6e45770 chore: add type module again, jest tests working again Joaquín Sánchez Jiménez 2022-03-04 11:27:41 +0100
  • 8651375887 feat: further integrates eslint, ts , and prettier Ramy Melo 2022-03-03 19:54:44 -0500
  • a7b990cd8e chore: simplifies tsconfig / tsconfig base Ramy Melo 2022-03-03 19:53:11 -0500
  • 4322e994e1 chore: updates deps and adds new deps to utils. Ramy Melo 2022-03-03 19:51:31 -0500
  • ae3706cbf8 tests: add dual jest test, esm and cjs working Joaquín Sánchez Jiménez 2022-03-04 00:36:30 +0100
  • 7ba8d5a2be chore: move node stuff + package.json changes Joaquín Sánchez Jiménez 2022-03-03 22:30:16 +0100
  • 0a8a0c9a23 chore: use lib folder + fix customisation modules Joaquín Sánchez Jiménez 2022-03-02 21:33:10 +0100
  • e74f332fb9 chore: move to unbuild Joaquín Sánchez Jiménez 2022-03-02 21:11:50 +0100
  • 79e4530fab Revert "chore: move some modules and update types test: include some tests for writeOnce" Joaquín Sánchez Jiménez 2022-03-02 18:55:03 +0100
  • ff37e410c7 Add dist/offline exports to React component Vjacheslav Trushkin 2022-02-28 12:07:21 +0200
  • b6b31aa00c Use tick() in Svelte component tests Vjacheslav Trushkin 2022-02-28 11:48:59 +0200
  • 6d04b4a7e6 Publish update for Vue components Vjacheslav Trushkin 2022-02-28 10:15:32 +0200
  • b59a49ece4 chore: add modern logic to loadIcon and update types test: add dynamic import for loadIcon test cleanup: remove unused dependencies Joaquín Sánchez Jiménez 2022-02-27 19:55:06 +0100
  • 7dd250ef55 chore: remove node stuff Joaquín Sánchez Jiménez 2022-02-27 17:58:24 +0100
  • 6134d1f62b chore: move some modules and update types test: include some tests for writeOnce Joaquín Sánchez Jiménez 2022-02-27 15:03:40 +0100
  • 062a852a79 feat(next): split modern loader for node and browser support Joaquín Sánchez Jiménez 2022-02-26 20:44:39 +0100
  • 65dfecf963 Merge remote-tracking branch 'origin/userquin/feat-split-modern-loader' into next Vjacheslav Trushkin 2022-02-26 20:32:57 +0200
  • 27890415de Merge branch 'master' into userquin/feat-split-modern-loader Joaquín Sánchez Jiménez 2022-02-26 19:00:22 +0100
  • bf2ed675d5 test: add customize hook for @iconify-json icon Joaquín Sánchez Jiménez 2022-02-26 18:44:03 +0100
  • bcd2529f51 chore: add encode-svg-for-css to package.json test: add loadIcon tests for @iconify-json icons Joaquín Sánchez Jiménez 2022-02-26 18:33:01 +0100
  • b7072a1749 chore: move svg style and class logic to mergeIconProps Joaquín Sánchez Jiménez 2022-02-26 18:31:45 +0100
  • 3fb00b30c8 chore: move isLoader to loader.ts and change the logic Joaquín Sánchez Jiménez 2022-02-26 17:49:13 +0100
  • 6efa9af556 chore: export also isNode from loader.ts Joaquín Sánchez Jiménez 2022-02-26 17:48:30 +0100
  • affaf1bea0 chore: handle scale Joaquín Sánchez Jiménez 2022-02-26 17:47:57 +0100
  • 235c4e8f6c Fix conflicting IDs in Vue 2 demo Vjacheslav Trushkin 2022-02-26 18:38:27 +0200
  • e507252841 chore: svg on css requires svg and xlink namespaces Joaquín Sánchez Jiménez 2022-02-26 17:32:17 +0100
  • 85d9c1e8b7 chore: add missing ; Joaquín Sánchez Jiménez 2022-02-26 17:20:57 +0100
  • 1e854f74ee chore: add option to add svg and xlink xml namespaces Joaquín Sánchez Jiménez 2022-02-26 17:20:16 +0100
  • 7b5ccb13b6 chore: add hint to keep space on <svg > Joaquín Sánchez Jiménez 2022-02-26 17:02:00 +0100
  • bbe56e3199 chore: add await loading collection from fs Joaquín Sánchez Jiménez 2022-02-26 16:58:48 +0100
  • bb285192a2 chore: undo handle scale, should be done from outside Joaquín Sánchez Jiménez 2022-02-26 16:44:24 +0100
  • 308c26c774 chore: add @iconify-json/flat-color-icons for testing Joaquín Sánchez Jiménez 2022-02-26 16:28:20 +0100
  • f5665ede70 chore: handle scale option when merging svg icon props Joaquín Sánchez Jiménez 2022-02-26 16:27:20 +0100
  • a1592498bb chore: handle defaultStyle and defaultClass Joaquín Sánchez Jiménez 2022-02-26 15:57:00 +0100
  • 8b7641839e chore: move encodeCssSvg to its own module Joaquín Sánchez Jiménez 2022-02-26 15:39:56 +0100
  • ef22738574 feat: split modern loader for node and browser support Joaquín Sánchez Jiménez 2022-02-26 15:12:13 +0100
  • dc8357209e Fix bugs in Vue components, causing them to render incorrectly with SSR Vjacheslav Trushkin 2022-02-26 12:13:50 +0200
  • 11ddb1dfe0 Simple Nuxt 3 demo Vjacheslav Trushkin 2022-02-26 10:26:43 +0200
  • 5c6fdd19a3 Fix tests for SVG framework Vjacheslav Trushkin 2022-02-22 10:49:45 +0200
  • c633283369 Merge remote-tracking branch 'origin/master' into next Vjacheslav Trushkin 2022-02-21 18:07:39 +0200
  • 659447ec37
    Merge pull request #113 from nberlette/patch-1 Vjacheslav Trushkin 2022-02-21 18:06:47 +0200
  • a6d90fd7a9 Make second parameter for buildIcon optional Vjacheslav Trushkin 2022-02-21 18:05:24 +0200
  • 1ee0caf216 Do not attempt to load cross-fetch if Fetch API is not available, deprecate JSONP loader Vjacheslav Trushkin 2022-02-21 17:13:27 +0200
  • 7beb46fabd Update package-lock.json for utils Vjacheslav Trushkin 2022-02-21 11:55:50 +0200
  • ea8d4b8777
    Typo fix in packages/svelte/build.js Nicholas Berlette 2022-02-20 20:40:10 -0800
  • 73a2caae2d Publish update for Utils Vjacheslav Trushkin 2022-02-05 21:23:24 +0200
  • 0e4a3790b2 Do not add redundant displayHeight to converted icon set info in Utils Vjacheslav Trushkin 2022-02-05 21:22:42 +0200
  • 94580099d5 Support function colors in color parser in utils Vjacheslav Trushkin 2022-02-05 12:59:44 +0200