2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
Commit Graph

523 Commits

Author SHA1 Message Date
Vjacheslav Trushkin
fb537ef559 Do not use optional chaining in utils and core, some people still use old build tools that cannot parse it 2022-03-31 14:41:37 +03:00
Vjacheslav Trushkin
4540497953 Update dependencies for Vue 2 demo 2022-03-31 11:07:42 +03:00
Vjacheslav Trushkin
19e951cdb7 Replace unnecessary complex icon set validation function with basic function 2022-03-31 11:07:02 +03:00
Vjacheslav Trushkin
0f21f877b8 Update TypeScript in demo packages 2022-03-30 19:58:39 +03:00
Vjacheslav Trushkin
27bbe40845 Publish update for utils 2022-03-24 22:25:01 +02:00
Joaquín Sánchez Jiménez
36af258071 feat: provide collection and icon names to transform customization 2022-03-24 21:16:13 +01:00
Vjacheslav Trushkin
877d84eebc Publish update for utils 2022-03-22 20:24:34 +02:00
Joaquín Sánchez Jiménez
083cb56f53 test: add scale test for modern 2022-03-22 19:08:38 +01:00
Joaquín Sánchez Jiménez
e88ecf8aeb fix(next): modern module ignores scale 2022-03-22 18:55:37 +01:00
Vjacheslav Trushkin
8a5bcb12b6 Update dependencies in demo packages 2022-03-22 12:19:24 +02:00
Vjacheslav Trushkin
05e22762e5 Remove package-lock.json from Vue 2 demo to get rid of Dependabot alerts 2022-03-22 12:18:33 +02:00
Vjacheslav Trushkin
1e4c18eef4 Remove package-lock.json from Ember demo 2022-03-22 12:14:47 +02:00
Vjacheslav Trushkin
a8217e9639 Update dependencies for Ember component 2022-03-22 12:11:20 +02:00
Vjacheslav Trushkin
642976c6c7 Update dependencies for SVG framework 2022-03-22 12:10:04 +02:00
Vjacheslav Trushkin
50dcb9d513 Update dependencies for React component 2022-03-22 12:07:31 +02:00
Vjacheslav Trushkin
d664bef2e9 Update dependencies for Svelte component 2022-03-22 12:04:21 +02:00
Vjacheslav Trushkin
1fc3845ed9 Update dependencies in Vue components 2022-03-22 12:00:47 +02:00
Vjacheslav Trushkin
7d3975d65d Update dependencies for core, publish update 2022-03-22 11:54:56 +02:00
Vjacheslav Trushkin
2f5f425c03 Update dependencies for API redundancy package 2022-03-22 11:51:41 +02:00
Vjacheslav Trushkin
6fcca33a0f Update dependencies for utils, publish update 2022-03-22 11:49:15 +02:00
Vjacheslav Trushkin
6272fadbc3 Update dependencies for types package 2022-03-22 11:44:11 +02:00
Vjacheslav Trushkin
8617560485 Restructure types package: types and blank filenames must match to avoid errors in unbuild 2022-03-22 08:58:43 +02:00
Vjacheslav Trushkin
deacbd9187 Publish update for utils 2022-03-21 20:49:07 +02:00
Joaquín Sánchez Jiménez
6389a39e79 chore: apply trim on custom module 2022-03-21 19:44:59 +01:00
Joaquín Sánchez Jiménez
27e6e42d85 chore: remove breaking change on utils module 2022-03-21 19:34:58 +01:00
Joaquín Sánchez Jiménez
64a74a90b5 chore: revert typesVersions also on core package 2022-03-21 19:08:18 +01:00
Joaquín Sánchez Jiménez
5c3252d148 chore: revert typesVersions, preset icons cannot find type declarations 2022-03-21 19:01:11 +01:00
Joaquín Sánchez Jiménez
544a2d5fb3 test: update import type 2022-03-21 18:39:44 +01:00
Joaquín Sánchez Jiménez
123991c687 test: add trim custom svg + remove unused imports 2022-03-21 18:38:18 +01:00
Joaquín Sánchez Jiménez
e506d76843 feat(next): add trim for custom svg icons 2022-03-21 18:28:10 +01:00
Vjacheslav Trushkin
f0e78f4c8f Publish update for utils 2022-03-21 18:55:20 +02:00
Vjacheslav Trushkin
bd935e4955 Add function to trim SVG to utils 2022-03-21 18:54:25 +02:00
Vjacheslav Trushkin
093aed6c0e Add typesVersions to core 2022-03-21 10:51:47 +02:00
Joaquín Sánchez
fb51565d17
chore: update folder name 2022-03-20 14:58:37 +01:00
Joaquín Sánchez
814e944e27
fix(next): add dts for non node packages
I talk with @antfu (sorry to ping you here ;) ), we need to add the `typedVersions`, we talk about it a few days/weeks ago:
``json
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*"
      ]
    }
  },
```
2022-03-20 14:43:26 +01:00
Vjacheslav Trushkin
34a3d91521 Publish update for SVG framework 2022-03-19 13:52:10 +02:00
Vjacheslav Trushkin
933befe874 Publish update for Vue 2 component 2022-03-19 13:39:02 +02:00
Vjacheslav Trushkin
a0169b225b Use vitest in Vue tests, publish update for Vue component 2022-03-19 13:19:52 +02:00
Vjacheslav Trushkin
ad18afe316 Do not use non-null assertion in test in utils 2022-03-18 15:55:47 +02:00
Vjacheslav Trushkin
a7899d812f Fix double spacing in attributes in mergeIconProps in utils 2022-03-18 15:52:53 +02:00
Vjacheslav Trushkin
29a88a2753 Merge remote-tracking branch 'origin/userquin/fix-loader-utils-add-space' into next 2022-03-18 15:36:28 +02:00
Joaquín Sánchez Jiménez
d5494752c9 fix(loader/utils): add space adding attrs to svg 2022-03-18 10:30:46 +01:00
Vjacheslav Trushkin
57f5a436e0 Publish update for Svelte component 2022-03-18 10:06:28 +02:00
Vjacheslav Trushkin
33b22821d5 Publish update for React component 2022-03-17 22:08:26 +02:00
Vjacheslav Trushkin
19bd1672a1 Publish update for Ember component 2022-03-17 21:13:04 +02:00
Vjacheslav Trushkin
abe4fe45be Prepare to publish update for core 2022-03-17 18:41:31 +02:00
Vjacheslav Trushkin
238104bbfe Publish update for utils 2022-03-17 18:23:48 +02:00
Vjacheslav Trushkin
56d74aab8a Publish update for types 2022-03-17 18:20:43 +02:00
Vjacheslav Trushkin
af2b2227ac Merge branch 'dev/unbuild' into next 2022-03-17 18:04:14 +02:00
Vjacheslav Trushkin
6f569401d7 Remove CommonJS tests with Vitest in core 2022-03-17 18:04:04 +02:00