Lucide-py

Latest version: v0.1.1

Safety actively analyzes 641908 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 46 of 76

0.109.0

> generate:changelog /home/runner/work/lucide/lucide
> node ./scripts/generateChangelog.mjs "--old-tag=v0.108.0"


Modified Icons 🔨

- `globe-2` (933) by karsa-mistmere
- `toggle-left` (584) by karsa-mistmere
- `toggle-right` (584) by karsa-mistmere

0.108.0

> generate:changelog /home/runner/work/lucide/lucide
> node ./scripts/generateChangelog.mjs "--old-tag=v0.107.0"

New icons 🎨

- `battery-warning` (927) by Kaladii

0.107.0

> generate:changelog /home/runner/work/lucide/lucide
> node ./scripts/generateChangelog.mjs "--old-tag=v0.106.0"

New icons 🎨

- `database-backup` (918) by ericfennis

0.106.0

> generate:changelog /home/runner/work/lucide/lucide
> node ./scripts/generateChangelog.mjs "--old-tag=v0.105.1"

New icons 🎨

- `beef` (869) by kemie
- `fish` (869) by kemie
- `ice-cream-2` (869) by kemie
- `salad` (869) by kemie
- `sandwich` (869) by kemie
- `soup` (869) by kemie

0.105.1

Fix aliases support by PR 919
Aliases import file was unintentionally removed during build in `lucide-react-native`

0.105.0

We added support for aliases imports for the following package:

- lucide-react
- lucide-react-native
- lucide-preact
- lucide-solid
- lucide-svelte
- lucide-vue
- lucide-vue-next

Using Aliases Imports

It's now possible to import icons as:

_`lucide-react` example :_
jsx
// These all point to the same icon component
import { Home } from 'lucide-react';
import { HomeIcon } from 'lucide-react';
import { LucideHome } from 'lucide-react';

const Component = () => {
return (
<Home />
<HomeIcon />
<LucideHome />
)
}


This only works for ESModules imports to keep tree-shaking possible.
All the other imports are still working the same.

Breaking Changes

Affecting: `lucide-react` and `lucide-react-native`.
If you're only using the icons imports then you're fine.

`createReactComponent` import


import { createReactComponent } from 'lucide-react'


Is changed to


import { createLucideIcon } from 'lucide-react'


Solid Start

`lucide-solid` is now working in [Solid Start](https://github.com/solidjs/solid-start)

Closed Issues:

Closed: https://github.com/lucide-icons/lucide/issues/806
Closed: https://github.com/lucide-icons/lucide/issues/515

Page 46 of 76

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.