Eric Fennis
dc1d17181f
Fix createdRelease in writeReleaseMetadata
2023-07-17 21:58:10 +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
2ebf99f591
Restores removed aliases ( #1324 )
...
* Restores removed aliases.
* Makes sure not to remove aliases next time.
2023-06-01 17:58:36 +02:00
Jakob Guddas
7a17a2f343
feat: update contributors on release ( #1218 )
...
* feat: add contributors on release
* fix: added contributors to icon schema
* fix: added missing dependencies
* feat: changed lost contributor handling
* fix: improved git log arguments
* Add all previous contributors
* Reordered icon JSON attributes
* Merged main and updated contributors
* fix: resolved contributor resolution issue
* chore: added previous contributors
* Added commits with odd e-mails manually
* Added latest icons + removed github workflow
---------
Co-authored-by: Karsa <karsa@karsa.org >
2023-06-01 12:17:23 +02:00
Karsa
e85dffa9b4
Adds gi = generate icons script ( #975 )
2023-03-02 08:51:56 +01:00
Karsa
1479a9dbd8
Fixes pre-commit git hook to ensure the optimisation of staged icons ( #958 )
...
* testing
* Fixes pre-commit hook
* Removing checkIcons from pre commit hook because it might result in false positives and negatives on an unclean local repository
* Added checkIcons Github action
---------
Co-authored-by: Karsa <karsa@karsa.org >
2023-02-28 17:24:17 +01: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
fa6ed02297
Implement: Typescript, Esbuild and vitest ( #877 )
...
* init modernization
* implement esbuild
* Make first build work
* Fix esbuild for lucide-react
* Add vitest for lucide-react
* add esbuild lucide and lucide-react
* update package lock
* implement preact
* Add typescript and vitest
* adjust workflows
* Fix mocking react-native package
* update lock file
* Add esbuild in svelte
* make svelte test work in vitest
* Refactor lucide svelte
* Transform lucide vue to typescript
* Finish lucide-vue-next typescript
* 0.104.0-beta.0
* remove version in main package.json
* cleanup
* Fix svelte tests snapshots
* clean up
* add rollup lucide-vue-next
* Fix lucide svelte package
* change to workspace link
* revert filter position
* revert preact workflow change
* cleanup
* Fix some types
* add semi
2022-12-04 22:38:56 +01:00
Karsa
6552a4cca1
Moved from a single icons.json file to separate JSON files per icon
2022-11-16 18:16:50 +01:00
Karsa
dace5a9f9c
Merge remote-tracking branch 'upstream/main' into categories
2022-11-16 18:03:06 +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
Louis Bailleau
55ae908018
Update all packages dependencies in project root ( #863 )
...
* Update `svgo` and `svgson` version and fix some tests
* Update eslint-related packages and fix all linter errors
* Update all rollup-related packages version
* Update all rollup-related packages (part 2)
* Update the rest of package which need to be updated
* Fix unwanted comment
* Fix unwanted comment (again)
2022-11-07 22:29:19 +01:00
Karsa
04ada85c0f
Updated categories with new icons + upgraded scripts to use pnpm and mjs scripts
2022-11-07 11:34:40 +01:00
Karsa
17ccaeea75
Merge branch 'master' into categories
2022-11-07 10:39:01 +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
18a0cfa452
Replaces all occurences of master with main in site code, scripts, documentation and readmes ( #730 )
...
Co-authored-by: Karsa <karsa@karsa.org >
2022-06-16 13:41:53 +02:00
Karsa
c3056b9ce6
Added a base category system.
2022-06-02 14:17:17 +02:00
Karsa
b924c0a70b
Added git pre commit hook for checking the contents of icons.json
2022-05-30 18:40:10 +02:00
Karsa
6ecf908ded
Added migration from tags to icons and vice versa
2022-05-30 17:52:11 +02:00
Eric Fennis
4cf5970841
Fix broken icons illustrator, sketch and figma ( #547 )
...
* generate supersprite
* add optimizer
* optimize svgs
* update snapshots
2022-04-06 11:10:10 +02:00
Eric Fennis
f964dff64d
Lucide Svelte Package! ( #476 )
...
* init svelte project
* Add export script for lucide-svelte
* make lucide-svelte wokring
* make ready for first release
* update lock file
* bump version
* some fixes in the build
* Add tests
* Finish tests
* Update Readme
* update lock file
* Add svelte to gh actions
* Add svetle to website docs
* Add test ci script
* adjust action
* add on PR trigger
* remove dep
* fix tests
* Add svelte entry in package.json
* update snapshots
2022-02-17 17:46:55 +01:00
Wojciech Maj
5d35573d89
fix: fix generateChangelog crashing on commits with no authors ( #452 )
...
Sample commit crashing: 3756ab98ef
2021-12-06 17:32:13 +01:00
Eric Fennis
6b79185cc6
Fix ChangeLog Generator
2021-12-06 17:28:49 +01:00
Eric Fennis
38b14425a0
try to speed up the font build
2021-09-27 20:52:21 +02:00
Eric Fennis
23259c9e3f
revert temp code
2021-09-26 12:48:31 +02:00
Eric Fennis
5770517a71
revert commented code
2021-09-26 12:46:47 +02:00
Eric Fennis
893dc9e0e8
try to fix flutter workflow
2021-09-26 11:13:38 +02:00
Eric Fennis
049c4cd61e
Fix directory names
2021-09-17 16:58:47 +02:00
Eric Fennis
da7c09f66e
add paralel jobs
2021-09-17 15:51:18 +02:00
Eric Fennis
9a04665ad2
refactor workflows
2021-08-26 13:22:20 +02:00
Eric Fennis
641bf8a933
Fix #370
2021-08-24 23:05:18 +02:00
Billiam
41f8ce9660
Build multiple font weights in action ( #355 )
...
* Build multiple font thicknesses
* Fontcustom empties directory during compilation
2021-07-26 20:12:13 +02:00
Eric Fennis
770d5a7557
Format directories
2021-04-11 19:04:24 +02:00
Eric Fennis
74a1ef8d9b
Fix changelog in workflow
2021-04-11 01:35:28 +02:00
Eric Fennis
3357de226b
test workflow
2021-04-11 01:29:34 +02:00
Eric Fennis
d58db71163
Adjust changelog generation
2021-04-07 09:04:17 +02:00
Eric Fennis
46975e4b77
Merge branch 'feature/add-changelog-generator' into feature/fix-workflows
2021-04-03 18:10:26 +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
87ab0bfb62
Figma plugin! ( #227 )
...
* initialize figma plugin
* Add icons to view
* Make the plugin work
* Fix search hook
* Finialize figma plugin
* Finish up icons
* remove unused code
* Add cover and icon
2021-02-26 16:35:18 +01:00
Eric Fennis
c2427cea6b
Merge branch 'master' of github.com:lucide-icons/lucide into feature/add-changelog-generator
2021-02-22 20:37:37 +01:00
Eric Fennis
4024911219
Lucide Vue Package ( #174 )
...
* 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
* improvements package.json
* update tests
* update workflow
2021-02-22 20:26:38 +01:00
Eric Fennis
7f1dc27ee3
Add Changelog generator
2021-02-21 18:57:11 +01:00
Eric Fennis
431a7b834a
init changelog script
2021-02-21 13:48:23 +01:00
Eric Fennis
c4dfe6b8cb
Update tags ( #224 )
...
* Add script to add more tags
* add tags
* update tags
* Fix tags
2021-02-12 16:07:57 +01:00
Eric Fennis
32ba19d591
Add script to add more tags
2021-02-08 21:18:43 +01:00
Christopher Sandvik
3bedf3ba36
Add hook to optimize staged SVGs before commit ( #166 )
2021-01-14 22:33:17 +01:00
Christopher Sandvik
fc2fac9ca4
Fix optimizeSvgs script ( #160 )
2020-12-30 20:23:46 +01:00