chore(deps): update dependency lucide-solid to ^0.260.0 #9
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.
This PR contains the following updates:
^0.259.0
->^0.260.0
Release Notes
lucide-icons/lucide (lucide-solid)
v0.260.0
: Lucide React Update and IconsCompare Source
Lucide React Update
Improves Typescript types
Improves Typescript types export by switching to rollup-plugin-dts for types generation.
Closes #1420 and #1373
Added JS Docs
When hovering (in an IDE that supports it) over a Lucide component you get a JSDoc comment with useful information about the Lucide Icons component. It also shows a small preview of the icons you imported with the link to the lucide website.
Dynamic Imports Map (experimental)
Addition to #1373 (closed).
Lucide react now exposes a dynamic import map
dynamicIconImports
. Useful for applications that want to show icons dynamically by icon name. For example when using a content management system with where icon names are stored in a database.More info in docs
Example component with NextJS:
Using the Icon Component
These features will be added later to other packages.
New icons 🎨
gauge-circle
(#1256) by @danielbayleyModified Icons 🔨
minus-circle
(#1381) by @danielbayleyminus-square
(#1381) by @danielbayleyminus
(#1381) by @danielbayleyplus-circle
(#1381) by @danielbayleyplus-square
(#1381) by @danielbayleyplus
(#1381) by @danielbayleysquare
(#1381) by @danielbayleyConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.