Epifânio Francisco
358c9c1e80
fix(docs): update prop name from absolute-stroke-width to absoluteStrokeWidth in vue-next guide ( #3322 )
...
- Changed kebab-case to camelCase for consistency with Vue prop naming conventions
- Updated props table in lucide-vue-next documentation
2025-07-30 15:56:48 +02:00
Zlendy
d3bafc2848
fix(docs): Icon Component Example for Svelte 5 does not compile ( #3416 )
2025-07-28 15:58:31 +02:00
Itrulia
3e7d748827
docs(site): small changes for DynamicIcon ( #3355 )
...
* docs(lucide-react): small changes for DynamicIcon
Changed the sentence structure slightly for DynamicIcon to be easier to understand.
* Update lucide-react.md
2025-06-27 17:13:44 +02:00
Karsa
a87ac013f7
docs(packages/lucide-static): update docs for better clarity ( #3225 )
...
* docs(packages/lucide-static): update docs for better clarity
* docs(packages/lucide-static): fix node.js heading level
2025-06-24 13:18:07 +02:00
Eric Fennis
771cb0bbd6
Update names in docs ( #3184 )
2025-05-03 09:28:29 +02:00
shamaamahh
2fde138c46
fix(lucide-svelte): Resolve Svelte 5 deprecation of svelte:component ( #3112 )
...
* removed flutter package link
* created drumsticks.svg and json
* Update to Svelte 5 syntax (removed svelte:component)
* Remove drumsticks icons
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2025-05-02 09:39:05 +02:00
Happydev
9fa525e8c6
feat(@lucide/astro): add lucide package for Astro ( #2665 )
...
* feat(lucide-astro): initial commit
* test: add test suite
* fix module resolution issue
* chore: update lock file
* chore: update lock file
* chore: fix precommit hook failing
* sync icons generated by precommit hook
* remove useless tab in template
* style: add space for readability
* docs: add bun installation instructions
* fix `clean` script
* fix testing setup
* remove unnecessary `key` props in Astro icons
* fix jest matchers types and undefined behavior
* chore: update lock file
* setup prettier for formatting Astro files
* remove mistakenly added prop from the `Icon` component
* docs: add documentation for new Astro package
* fix incorrect types in `Icon` component
* refactor: use `stroke-width` over `strokeWidth`
* fix unexpected module resolution behavior
* remove hack in test types
* remove review marker
* docs: progress on documentation of lucide-astro
* chore: remove unnecessary .gitignore
* docs: add sidebar entry
* edit package description
* fix uneven icon heights in homepage packages list
* docs: add package to readme table
* add workflows for lucide-astro package
* docs: add package-logos
* use the appropriate Astro logo in light and dark mode
* Remove inadvertently added class
* Update snapshots to reflect removed class `lucide-icon`
* remove dependency on internal `@lucide/shared` package
* fix: revert changes
* revert grid-2x2-x.json
* revert grid-2x2-check.json
* revert picture-in-picture svg
* add package in labeler workflow
* add previously uncommited utils.ts file
* fix dom type errors
* up one major from legacy package
* add package to issue and feature request templates
* docs: add acknowledgement of Aviortheking as original creator of the package
* format
* optimization: more lightweight component footprint
* refactor: simplify removal of `data-astro-source` debugging attributes
* format
* style: fix linting error once again 😠
* wip: rename package to `@lucide/astro`
* remove acknowledgment of `lucide-astro`
* fix error caused by change in build tooling
* chore: upgrade dependencies
* chore: rename lucide-astro folder
* further renaming
* use correct package name in key
* more renaming
* chore: update lock file
* apply review suggestions (#1 )
set correct path for package in actions
* apply suggestions from code review (#2 )
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
* apply @dotspencer's review
resolve correct link to package docs page and github source
* Format files
---------
Co-authored-by: realguse <realguse@icloud.com >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2025-03-31 16:20:33 +02:00
Eric Fennis
aefb710e5c
feat(@lucide/svelte): Lucide svelte 5 package ( #2753 )
...
* Lucide svelte (#1 )
* Update peerDependencies to support Svelte 5
* Bump svelte version
* Bump @testing-library/svelte version
* Remove alias in vitest.config.ts that causes tests to fail due to deprecated svelte/internal API
* Convert to svelte 5 syntax
* Bump vite & @sveltejs/vite-plugin-svelte version
* Fix error during render when children prop is missing & fix components being mounted on the server during tests
* Update test snapshots to reflect the differences in the html generated by svelte 5
* Convert class attribute to new array syntax with built-in clsx
* Convert export template to svelte 5 syntax
* Move svelte 5 to separate directory
* Update snapshots
* Update docs
* fix(icon): change variable declaration from let to const in Icon.svelte
* Lucide svelte (#1 ) (#2727 )
* Update peerDependencies to support Svelte 5
* Bump svelte version
* Bump @testing-library/svelte version
* Remove alias in vitest.config.ts that causes tests to fail due to deprecated svelte/internal API
* Convert to svelte 5 syntax
* Bump vite & @sveltejs/vite-plugin-svelte version
* Fix error during render when children prop is missing & fix components being mounted on the server during tests
* Update test snapshots to reflect the differences in the html generated by svelte 5
* Convert class attribute to new array syntax with built-in clsx
* Convert export template to svelte 5 syntax
* Revert changes in lucide-svelte library
* Update package lock
* Update test files
* Formatting
* Update clean command
* Fix build
* Update packages
* update deps
* Fix export script
* Format code
* Revert version number change in package json
* Update workflows
---------
Co-authored-by: Aurélien Richard <56389380+aurelienrichard@users.noreply.github.com >
2025-03-07 13:44:09 +01:00
Eric Fennis
3f2ad5b2a6
fix(lucide): Lucide create element function returning SVG Element ( #2816 )
...
* Fix create element function
* Formatting
* Adjust documentation
2025-02-24 10:10:28 +01:00
Eric Fennis
58c2e108c3
feat(lucide-react): Add DynamicIcon component ( #2686 )
...
* Adding the DynamicIcon component
* Fix imports
* Add docs
* Formatting
* Fix use client in output rollup
* revert changes
* Fix formatting
* Revert changes in icons directory
* Revert time command
* update exports
2025-01-10 14:35:28 +01:00
nuclearcodecat
7773135308
Update lucide-static.md ( #2651 )
2024-12-04 09:48:15 +01:00
Sunshio
4f038d5fe8
feat(docs): add Bun.sh support to documentation ( #2642 )
2024-11-29 09:11:30 +01:00
Eric Fennis
c6c645ca7f
docs(readme): Update readme files ( #2634 )
...
* Update readme files
* Update readme files
* Fix typos react native readme
* Add back headings
2024-11-25 12:01:13 +01:00
Nicolas Boyer
ae43473aa6
Added documentation about Svelte 5 ( #2621 )
...
Svelte 5 specifics including removing the "ComponentType" typescript type as components are now static.
Also merged some imports into one-liners as we don't need to import each icon in a single line.
2024-11-22 10:07:48 +01:00
Arthur Green
30077f913f
docs: update lucide-svelte.md ( #2609 )
2024-11-15 11:31:15 +01:00
Jan
c253cb821b
update code example for lucide-svelte direct import ( #2589 )
...
* update code example for lucide-svelte direct import
* use single quotes
2024-11-08 08:45:19 +01:00
Mofiro Jean
3ca465ee11
(docs) update lucide angular guide for standalone components ( #2569 )
2024-10-30 09:32:47 +01:00
Eric Fennis
aa4b1f06b4
fix(lucide-solid): compilation issues when starting up Vite Dev server ( #2375 )
...
* Adjust build for lucide solid
* Adjust documentation
* Revert package manager update
* Fix lint errors
2024-08-23 11:08:47 +02:00
hiepxanh
e391973a70
feat(docs): add standalone example for angular ( #2383 )
2024-08-21 09:23:33 +02:00
Eric Fennis
e11fa135a0
docs(icons): External Lucide icons like from lab on lucide.dev ( #2194 )
...
* Add section title
* Add external libs list in sidebar
* Make external lib work
* Adds external lib to detail view
* fix lint issues
* Update to https
2024-06-25 09:56:55 +02:00
Karsa
747446fc76
fix(docs): fix uppercase import in lucide-static docs ( #2118 )
2024-05-03 08:34:04 +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
Wojciech Maj
28ec03ebc8
Add support for react-native-svg ^15.0.0 ( #1929 )
2024-02-27 10:13:42 +01:00
Gustavo Bonfim
042393a931
docs(react-native): fix generic icon import ( #1813 )
2024-01-18 12:27:02 +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
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
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
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
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
Jackson
92d05b5fca
Improve clarity and readability of packages guides in docs ( #1547 )
2023-09-02 21:48:45 +02:00
Eric Fennis
fb79059fca
Move dynamicImportFile to dedicated file ( #1440 )
...
* test this
* Fixes dynamicImportsMap and types
2023-07-19 19:32:34 +02:00
Eric Fennis
c97c6ed9e4
Improve types export for lucide-react ( #1424 )
...
* Add types plugin
* Add js doc comment
* Only enable dynamic imports for CJS and ESM builds
* Add documentation
* Adjust docs
* Add test for dynamic import
* Adjust note
* Adjustment in docs
2023-07-13 16:39:02 +02:00
Eric Fennis
c844bc668f
Small fixes site ( #1408 )
2023-06-28 21:04:37 +02:00
Eric Fennis
82db590192
General improvements in documentation ( #1348 )
...
* General improvements in documentation
* fix typo
* Update lucide-angular.md
* Fix build
* remove duplicated key
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-06-12 22:10:15 +02:00
Eric Fennis
5bfc736b61
New site! 🚀 ( #1275 )
...
* add new docs
* Add styling
* Move files
* Add active selection
* improve grid overview
* improve grid
* Add icon detail page
* Minor changes
* Fix icon preview
* optimize home card
* Add code examples
* Add gitignore
* correct temp directory
* Add first cusotmizer
* Add customizer
* fix images paths
* Add reset function
* Adjust category rendering
* Add packages section
* Some fixes
* Fix vercel build icon
* Small code adjustment
* move file
* Try this
* Add code groups with syntax highlighting
* Add search icon
* Cleanup
* update lockfile
* turnoff 404
* remove docs/iconMetaData.ts
* fix build
* Fix build 2
* cleanup
* Add icon customizer
* Fix build
* Add steps
* Add Button menu
* A lot off fixes!
* cleanup
* Fix build
* Css fixes
* Override menu icon
* try this to improve preformance
* minor improvements
* add comment
* add readme
* Add title
* minor fixes
* Fixes sliders + removes random backticks from index
* Added package list base, still WIP
* Added Guide+Source buttons to package list items
* Responsive support for XS screens
* Map categories count
* Adjust tooltip hover position
* Add see in action icon
* Add download options
* Aligns category list items to baseline and decreases category count weight
* Fixes event target error for categorylistitems
* Added icon release metadata builder
* Adds version badges to hero + icon detail overlay
* Added contributors.
Added Copy Angular.
Added release info to icon page.
* Centres contributor tooltip
* Fixed stroke step + added reset button
* Extracted reset button as a separate component for reusability
* Makes HomeIconCustomizerIcons less dense
* Fixes Button menu
* adjust versions and contributors styling on detail page
* Fix build?
* Fix build 2?
* Fix build 3
* Fix build 4
* Fix build 5?
* Add latest gh-icon changes
* Add comment
* Try fetch tags to retrieve release data
* try fetch all tags
* Add related icons
* Add stikcy search bar
* Add no results components
* Try to fix animation
* Try optimizing for categories
* Hide buggy animated icon
* minor fixes
* Add footer
* Add contributute link in footer
* Add copy name
* Add 100% preview icons
* remove site directory
* clean up
* Add redirects
* Fix build?
* fix redirect?
* minor improvements
* Fix icons preview on mobile
* Small preformance improvement
* Dark mode fixes for package icons
* Sort related icons by similarity + somewhat better name similarity matching
* Replace icon design guide images with uniform SVGs
* update lockfile
* Adds git clone to manually fetch the main repository for creating release metadata
* Remove initial v0.0.0 from release metadata
* Add extra CTA to no results behaviour
* Remove tags, as they are too overused
* Revert "Remove tags, as they are too overused"
This reverts commit 909b7563c0 .
* Checkout icons from main
* Add absoluteStrokeWidth switch
* Add absolute strokewidth to home customizer
* Add absolute strokewidth to copy code button
* remove unused import
* compare build time
* improve build speed
* Try new release meta data script
* add fetch tags
* try with branch and remote
* try with url
* try without ssh
* Fix fetch tags in build file
* Cleanup
* Fix fallback
* improve release data
* delete relatedIcons.json, because it should be gitignored
* Add icon details
* Fix import
* minor fixes
* Try running script parallel
* Revert icon details
* include aliases in release meta data
* Final fixes
* Final fixes 2
* minor code adjustment
* Fix build
* test
* Revert concurrent build flow
* switch back to concurrent build strategy
* revert icon changes
* update package.json
* update package.json
* dedube packages
---------
Co-authored-by: Karsa <karsa@karsa.org >
2023-06-04 16:59:38 +02:00