-
-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lucide 0.15.0 #272
Merged
ericfennis
merged 57 commits into
lucide-icons:master
from
ericfennis:feature/new-code-base-2
Mar 23, 2021
Merged
Lucide 0.15.0 #272
ericfennis
merged 57 commits into
lucide-icons:master
from
ericfennis:feature/new-code-base-2
Mar 23, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/lucide/lucide/EBJuk69ip5xs7zFCwtKMTVQrtyBo [Deployment for a679dbd canceled] |
…erity into feature/new-code-base-2
realguse
pushed a commit
to realguse/lucide
that referenced
this pull request
Dec 25, 2024
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 0.15.0
Changes made in the codebase:
lucide
package to thepackages
directory.lucide-react
, thanks to @FPDKlucide
, thanks to @SMAH1cheerio
andhtmlparser2
with svgsonbuild
directory step, so code will be kept in thesrc
directory, easier for testing. This is for all the packages.Breaking changes:
lucide
NPM package to reduce package size, we will create a new package calledlucide-static
, for SVGs and font files to replace this.Issues fixed:
closes: #226
closes: #264
closes: #267
closes: #244
closes: #270