Rob van Bakel
3a8a349771
fix: Prevent internal router from handling external links ( #2107 )
2024-04-28 11:22:07 +02:00
Eric Fennis
e50582e93e
feat(icon-component): Creating icons with iconNodes ( #1997 )
...
* Add useIconComponent, lucide-react
* Add concept useIconComponent
* add useIconComponents to packages
* Add icon component
* Add icon component
* Add tests for react packages
* Reset changes in icons
* Add types
* Add support for Icon components in Lucide Vue Next
* update tests
* Update tests
* Enable Svelte component
* Fix lucide-react-native tests
* Update Solid package
* update snapshots
* Add docs
* add docs
* Update tests
* Formatting
* Formatting
* Update package lock
* Remove `useIconComponent`
* Update guides
* Update exports preact and solid package
* Formatting
* Format createIcons.ts
* Add lucide lab repo link in docs
2024-04-26 17:59:04 +02:00
Eric Fennis
09420cbca5
docs: Fix dark logo paths
2024-04-25 09:45:07 +02:00
Eric Fennis
45e82a51b8
docs: Update readme files ( #2102 )
...
* Update lucide readme
* Add Readme and update package.jsons
* Update readme
* Update package logos
* Update darkmode logos
* Update title build font readme
2024-04-24 17:43:51 +02:00
Eric Fennis
d1e528fd95
feat(site): Add team section and subtle ads ( #2016 )
...
* Add team member cards
* finish up
* Final improvements
* Add ads
* Fix lint errors
* Update docs/.vitepress/data/teamData.json
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/.vitepress/data/teamData.json
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Jakob Guddas <github@jguddas.de >
Co-authored-by: Karsa <contact@karsa.org >
2024-03-25 16:35:43 +01:00
Eric Fennis
02f8f5a1c1
Update sandpack ( #1968 )
2024-03-11 14:21:03 +01:00
Jakob Guddas
3481f70ad7
feat: added 16x16 sub grid to svg preview component ( #1914 )
...
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2024-02-28 16:52:12 +01:00
Wojciech Maj
28ec03ebc8
Add support for react-native-svg ^15.0.0 ( #1929 )
2024-02-27 10:13:42 +01:00
Eric Fennis
ab3a31367a
feat(site): adds virtual scrolling to icons grid and categories ( #1911 )
...
* Add virtual scrolling icons page
* improve scrolling
* Small fixes in the routing
* Cleanup
* Fix routing issue
* Remove log
* Cleanup
* Cleanup
* Show search results in sidebar
* Improve alphabetical list
* Add whitespace
* Extract logic into a composable and fix icon selection
* Formatting
2024-02-27 10:09:52 +01:00
Karsa
42b494f853
Updated naming guidelines with element order and modifier naming scheme ( #1874 )
...
* Update icon-design-guide.md
* Update docs/guide/design/icon-design-guide.md
---------
Co-authored-by: Karsa <karsa@sztaki.hu >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2024-02-12 19:04:03 +01:00
Han Yeong-woo
eb035fe370
Improve formatting ( #1814 )
...
* Ignore linting for examples in docs
* Formatting JSX single attribute per line
* Separte `format` and `lint:format` in package.json
* Bump prettier version
* Run format
2024-02-01 14:38:21 +01:00
Eric Fennis
3bad7f6ced
fix site, downgrade sandpack-vue3
2024-01-21 18:20:52 +01:00
Han Yeong-woo
675158df16
Cleanup tools ( #1756 )
...
* Use prettier own instead of eslint plugin
* Extend prettier config angular eslint
* Upgrade root prettier to 3
* Fix css syntax errors
* Change eslint ignore to prettier ignore
* Ignore formatting for outputs
* Fix lint-staged error when edited multiple files
* Bump pnpm version
* Remove unnecessary pnpm config
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2024-01-18 12:36:48 +01:00
Gustavo Bonfim
042393a931
docs(react-native): fix generic icon import ( #1813 )
2024-01-18 12:27:02 +01:00
Eric Fennis
e3abcdbcc6
Remove v-memo
2024-01-17 11:17:09 +01:00
Eric Fennis
b0e825cb57
Site improvements and update site dependencies ( #1805 )
...
* try to speed up build times
* Update deps
* Update site deps and fix search issue
* Small improvements
* fix imports
* Remove unused var
2024-01-16 16:22:09 +01:00
Eric Fennis
e56b09d400
Add cache header site assets ( #1801 )
2024-01-13 15:32:18 +01:00
Eric Fennis
fd4308e755
Add nitro prepare command docs site ( #1774 )
...
* Add nitro prepare command docs site
* Add prepare command to other vitepress commands
2024-01-03 11:39:54 +01:00
SHYAKA Davis
59893119b5
docs: Add Lucide-Svelte icon import instructions and type definitions ( #1766 )
...
* docs: Add Lucide-Svelte icon import instructions and type definitions
* Add Svelte docs link.
* apply feedback + recommended import manner
* Refactor menuItems type definition
---------
Co-authored-by: Davis SHYAKA <87414827+davis-shyaka@users.noreply.github.com >
2024-01-03 11:39:42 +01:00
Jakob Guddas
46a4041cc7
improved SvgPreview radii highlighting ( #1747 )
...
* improved SvgPreview radii highlighting
* Update index.tsx
* Update index.tsx
* Update index.tsx
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2023-12-28 14:29:46 +01:00
Karsa
e19a9cc43a
Fixes package list item 404 navigation error ( #1751 )
...
Co-authored-by: Rigó József Karsa <karsa@sztaki.hu >
2023-12-26 12:06:09 +01:00
Eric Fennis
5366782da0
Adding documentation about Global Styling ( #1721 )
...
* Add global styling docs
* Add global styling and filled icon docs
* Fix typos global-styling.md
* Update filled-icons.md
2023-12-24 13:29:05 +01:00
Jakob Guddas
262f9e8865
fix: made cp1 in preview absolute for smooth curves ( #1739 )
2023-12-24 13:28:53 +01:00
Wojciech Maj
1123214b13
Add support for react-native-svg ^14.0.0 ( #1732 )
...
Closes #1722
2023-12-19 22:59:59 +01:00
Eric Fennis
9fc7653dc1
Add carbon to site
2023-12-13 20:45:25 +01:00
Eric Fennis
4a1e6bbfa5
Update site dependencies & small fixes ( #1699 )
...
* update styling
* Update vitepress
2023-11-28 21:02:23 +01:00
Zakher Masri
c24bc4d7ef
Fixed Illustrator template link + fixed typo ( #1664 )
...
* Fixed Illustrator template link + fixed typo
* Added `pilcrow-left` icon
* Revert "Added `pilcrow-left` icon"
This reverts commit 6ccdf9c55e .
2023-11-24 11:08:57 +01:00
Daniel Bayley
ffd2a62941
Improve Adobe Illustrator template ( #1689 )
2023-11-24 09:19:02 +01:00
Eric Fennis
e77959e1a6
lucide-vue Deprecation warning (#1663 )
...
* Add Vue deprecation warning
* Add deprecation warning docs page
* Fix typo
* Update warning text
2023-11-24 08:14:47 +01:00
Karsa
88bf60b5d7
Update Angular logo on site ( #1684 )
2023-11-17 11:11:26 +01:00
Jakob Guddas
1e5df716a4
feat: added curve handles to svg preview ( #1661 )
2023-11-13 21:18:51 +01:00
Karsa
fc0ea760e5
Fixes #1665 ( #1674 )
...
Replace Do with Don't in Pixel perfection bad example.
2023-11-09 16:27:59 +01:00
Jakob Guddas
c72fb4a28b
feat: changed backdrop color for new icons in group to gray ( #1640 )
2023-10-31 21:03:17 +01:00
Jakob Guddas
da5ad547b5
feat: improved backdrop group name resolution ( #1645 )
2023-10-31 21:02:35 +01:00
Eric Fennis
73d5bfc318
Fix icon contributors
2023-10-29 21:09:08 +01:00
Sukomal Dutta
9a9e051343
correct typo in icon size example ( #1634 )
2023-10-23 21:02:05 +02:00
Eric Fennis
49445aad3a
Showcase page for the website ( #1604 )
...
* add showcase items
* Add showcase cards
* Complete showcase list
* Add light/dark mode versions
2023-10-20 13:45:47 +02:00
Sukomal Dutta
930f862547
fix website jumping isuue ( #1612 )
...
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2023-10-20 11:36:53 +02:00
Parikshit Adhikari
e6e90944b9
typo fixed ( #1621 )
2023-10-19 17:17:06 +02:00
Emma Alexia
1dce6a141a
fix/docs: release tags don't work for newly-created/updated icons ( #1589 )
...
As per 3391b5b717 , the format of new GitHub release tags is just the version number without the `v` prefix. As we can see on https://github.com/lucide-icons/lucide/releases?page=2 , versions older than 0.266.0 use a `v` prefix. The current docs assume that all versions contain the `v` prefix; this PR fixes it so that the format of versions both from before and after this change are accounted for.
2023-10-17 21:30:26 +02:00
Jan
c5cfbed28c
add info about dynamic imports to nextjs docs ( #1564 )
...
* add info about dynamic imports to nextjs docs
* remove warning
2023-10-17 21:25:49 +02:00
Eric Fennis
b6f5898aee
Remove lucide flutter form the main repo ( #1593 )
2023-10-13 14:33:45 +02:00
Sukomal Dutta
a9c1dca801
fix #1579 issue added debounced in search ( #1600 )
...
* add debounced in search
* updated iconsCategoryOverview
* fix site loading issue
* apply suggestion
2023-10-13 14:32:34 +02:00
Jakob Guddas
dff42fe326
fix: gh-icon improvements ( #1595 )
2023-10-11 13:21:42 +02:00
Eric Fennis
c9101f0f39
Add Lucide basics guide on site ( #1521 )
...
* add sidebar topics
* Start with styling icons doc
* write some doc text
* add sandpack
* Add custom sandpack theme
* Adjust sandpack
* update sidebar
* Add example
* Add more examples
* updat lockfile
* update vitepress
* Fix sidebar
* Adjust theme with latest vitepress!
* Example updates!
* Finish last examples
* Remove markdown comments
* Update docs/guide/advanced/filled-icons.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/color.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/color.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/stroke-width.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/color.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/sizing.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/stroke-width.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/stroke-width.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/color.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/color.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/sizing.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/sizing.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/sizing.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/sizing.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/sizing.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update docs/guide/basics/stroke-width.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Process feedback
* Add editor width percentage
* process feedback
---------
Co-authored-by: Jakob Guddas <github@jguddas.de >
2023-10-03 08:21:01 +02:00
Eric Fennis
a0a5bc8fc2
update digital ocean link website
2023-09-24 21:53:56 +02:00
Eric Fennis
5736028dfa
Update sponsor logos
2023-09-14 11:11:18 +02:00
Eric Fennis
45d2063340
Add digital ocean logo in readme
2023-09-14 10:42:02 +02:00
Jan
a44328d8be
Adjust name from "data-lucide-name" to "data-lucide" in documentation & vitepress config adjusted ( #1551 )
...
* adjusted name
* adjusted vitepress config and README file
* use glob pattern
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2023-09-04 16:02:34 +02:00
Jackson
92d05b5fca
Improve clarity and readability of packages guides in docs ( #1547 )
2023-09-02 21:48:45 +02:00