Eric Fennis
0e54626bdb
ci(icons): Add ChatGPT tags suggestions on icon PRs ( #3372 )
...
* Add gpt tags
* Add github actions flow
* Add link so people can use the chat
* Fix workflow
* Add openai dep
* Add actions core
* Try gh pr review in actions
* Try with octokit
* Remove changed files part
* Try with createReview function
* Try this
* fix broken json file
* Turn on review by gh action
* Try this
* Update icons/trash.json
* Update the runner
* Remove added tags
* Add more checks
2025-06-27 17:11:00 +02:00
Eric Fennis
b46927e510
fix(lucide-react): Revert exports property package.json, fixing edge worker environments. ( #2814 )
...
* Revert exports prop
* Adjust export
* Adjust export path
* Add to gitignore
* Adjust build process
* Update .gitignore and add dynamicIconImports module
* Formatting
2025-02-19 11:33:08 +01:00
Eric Fennis
b1777430b9
feat(lucide-react, lucide-preact, lucide-react-native, lucide-solid, lucide-vue-next): Adjustable icon naming imports ( #2328 )
...
* Add override alias import entry files lucide-react
* Make it work
* Setup files for packages
* Revert icon changes
* Remove solid support and add docs
* Adjust docs
* format files
* Fix lucide-vue-next build
* Fix builds
* Fix lucide-svelte
* Add vscode settings option
2024-11-08 16:47:53 +01:00
Eric Fennis
f32ffcd2a2
fix(docs): Fix data api
2024-05-14 23:31:11 +02:00
Eric Fennis
9463b2e445
Revert .mjs modules in build for Lucide React ( #1471 )
...
* switch to different build strategy for dynamicIconImports
* add remove for dynamicIconImports files
2023-08-06 15:47:07 +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
34155d48e7
Site improvements ( #1366 )
...
* write cions details
* add details
* Add icons details
* update gitignore
* Add node details
* Move tags api to own composable
* remove overridden var
* remopve whitespace
* log directory existence
* Fix path name
* Fix build
* Fix tags fetching
* Move max related icons to prebuild
* Improve tags scroller
* Add categories call
* cleanup
* Add active state
2023-06-15 14:44:43 +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
Karsa
8c4a41035b
Deprecate tags.json ( #896 )
...
* Deprecates tags.json and icons.json
* Removed tags.json dependency from Figma plugin
* Add JSON descriptor information to readme
* Restore packages/index.tsx
* Update packages/lucide-figma/src/api/fetchIcons.ts
Add multiple fetches to `Promise.all`
* Added caching to API endpoints
* Updates pnpm-lock.yaml
* Add tags to static
* Trigger site build
* Added prebuild script to generate api caches at build time
* Migrated NextCache function from arrow to regular to simplify markup
* test if contents are read from cache
* Add cache clear to prebuild
* removes debug object
---------
Co-authored-by: Karsa <karsa@karsa.org >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2023-02-16 08:26:29 +01:00
Eric Fennis
8fd8007c96
Add support for aliases ( #899 )
...
* extract workflow
* Add aliases build
* Setup types building for aliases
* Add types generation for aliases
* Finish React Aliases
* Finish aliases for lucide-react
* setup aliases preact
* Fix aliases in preact
* Add aliases preact
* Add aliases lucide-react-native
* Fix solid js build
* update lock file
* Improve solid for solid start
* update import
* update import
* lucide solid fix types generation
* Fix lucide sold
* Fix svelte aliases
* update lockfile
* Fix imports
* Fix solid js issues
* Add aliases to the vue packages
* Fix lucide react native
* Test alpha versions lucide-vue, lucide-vue-next, lucide-svelte
2023-01-17 08:04:34 +01:00
Eric Fennis
2a1178b8a3
Introduce Docker Image for font building ( #870 )
...
* Add dockerfile
* Make the dockerfile work
* try docker container for font building
* remove workflow dep
* add docker compose file
* test docker image
* update build font flow
* update to v3
* cleanup
* add filter options for installs
* test
* revert filter on install
* optimize font building
* Rename workflow
* test and compare workflows
* test workflow
* test
* try with filter
* test old script github actions
* Fix old script
* this works?
* test script
* finialize font script
* remove workspace packages
* add pnpm-lock.yaml in workflows
2022-11-08 08:07:32 +01:00
Eric Fennis
318c024589
Migrate to PNPM ( #777 )
...
* add pnpm
* make it work
* fix comamnds in package.jsons
* move some scripts to modules
* workflow fixes
* test workflow
* test #2
* minor fix
* update lockflite
* create workflows
* update workflow
* Add copy license command
* Fix build
* update workflows
* update contributions.md
* migrate site directory to pnpm
* Fix peer dependencies when install
* fix types in lucide-angular
* fix testing
2022-08-10 09:10:53 +02:00
Karsa
942b263f5f
Adds various food icons ( #680 )
...
* Added accessibility icon as per https://github.com/feathericons/feather/issues/633
* added newline to end of file
* Updated icon to comply with design guidelines and more closely match accessibleicon.org
* Adds various food icons.
* Added egg-fried
* Fixes dots on icons
* Removed lemon, orange, popsicle & watermelon
Co-authored-by: Karsa <karsa@karsa.org >
2022-07-11 20:17:01 +02:00
Karsa
d45dee8b35
Adds various lamp icons ( #716 )
...
Co-authored-by: @karsa-mistmere
Co-authored-by: @ericfennis
2022-06-16 13:02:09 +02:00
Eric Fennis
5a525f21cc
Extending the Contribution.md description with more topics ( #654 )
...
* improve contribution guide
* Add credits
* Add more info contribution.md
* Fix typos
* Update CONTRIBUTING.md
2022-05-30 17:30:28 +02:00
Eric Fennis
770d5a7557
Format directories
2021-04-11 19:04:24 +02:00
Eric Fennis
b4e4f002f2
Lucide 0.15.0 ( #272 )
...
* add configs
* Add vue components
* Add documentation
* add alpha release version
* improve npm ignore files
* add tests
* Make style and class attrs work
* 📦 bump version
* Add Icon suffix for component names
* bump version
* Add icon component example
* remove space
* add new build strategy
* Write a better intro
* add other node design
* fix
* add new default template
* add tempalte
* improve code
* small improvements
* small improvements
* move files
* Connect lucide with lucide-react
* Add support for vue
* Add licenses to packages
* Fix tests
* refactor build scripts
* Minor code fixes
* update homepage readme
* Update footer text
* Add a better introduction to packages
* Split up in tempaltes
* Add new types build file
* Setup workflow file
* update readme
* update
* Fix build
* remove debug code
* Add check if svgs have duplicated children
* Add check if their are no children
* small fixes
* last fixes in the build
* Move script to packages folder
* Fix tests and add types for lucide
* Add rule to package.json
* add types in build
* add npm ignore
* update package.jsons
2021-03-23 19:26:50 +01:00
SMAH1
9d101a5275
Generate index.d.ts when build ( #269 )
2021-03-22 21:50:14 +01:00
Eric Fennis
77f3f49ce7
Update site ( #87 )
...
* Move the site to the root directory
* Update Site name
Co-authored-by: Eric Fennis <eric.fennis@endurance.com >
2020-10-08 12:44:09 +02:00
Eric Fennis
11c6a2e917
Featherity Npm package, reorganize scripting. ( #52 )
...
* New setup for new NPM package
* Add build scripts for dist
* Add introduction readme
* Refactor names
* update package.json
* remove log
* rename variable
* Factoring
* Improve optimize script
* Add eslint config
* Eslint fixes
* rename import
* Move packeges
* Setup rollup and build progress
* Refactor scripts
* fix lint error
* remove lint disabler
* Bring back old libraries
* add indentation
* reset packages directory
* remove vscode setting files
* 0.1.0-alpha.0
* new version
* 0.1.0-alpha.1
* Fix build process
* Add create element to the entry file
* update version number
* publish new alhpa version
* fixing bugs
* Add jest and tests
* replace with XML createElement
* set new version
* Fix svg generation
* Add tests for main library
* Update docs
* Adjust tests and selectors
* update the spec
* Update README.md
* Update README.md
* Update README.md
* update version
* Update README.md
* Move function to helpers file
* rename license, package and readme
* Fix build files
* rename packages
Co-authored-by: Eric Fennis <eric.fennis@endurance.com >
2020-10-06 20:23:26 +02:00
John Letey
e3e4514dcc
feat: Site ( #1 )
...
* site: pull data from "icons" dir
* site: display icons
* site: remove redundant code
* site: colour mode support
* site: header
* site: order imports
* site: search
* site: add toast when copying icon
* site: styling
* site: hero
* fix: disable theme toggle transitions
* feat: Use Yarn Workspaces
* refactor: Update site deploy scripts
* refactor: Remove dark mode for now
* feat: Add site title
* refactor: Fix warning and format
* feat: Add dark mode back 👀
* feat: Escape key to reset query
* Fix by aelfric
* Add Github link
* Fix #40
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2020-08-29 23:16:38 +02:00
John Letey
433bbae4f1
fork
2020-06-08 16:39:52 +01:00