Lucide-py

Latest version: v0.1.1

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

Scan your dependencies

Page 35 of 76

0.174.0

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

New icons 🎨

- `arrow-down-0-1` (1028) by karsa-mistmere
- `arrow-down-1-0` (1028) by karsa-mistmere
- `arrow-down-a-z` (1028) by karsa-mistmere
- `arrow-down-wide-narrow` (1028) by karsa-mistmere
- `arrow-down-z-a` (1028) by karsa-mistmere
- `arrow-right-left` (1028) by karsa-mistmere
- `arrow-up-0-1` (1028) by karsa-mistmere
- `arrow-up-1-0` (1028) by karsa-mistmere
- `arrow-up-a-z` (1028) by karsa-mistmere
- `arrow-up-narrow-wide` (1028) by karsa-mistmere
- `arrow-up-wide-narrow` (1028) by karsa-mistmere
- `arrow-up-z-a` (1028) by karsa-mistmere

Modified Icons 🔨

- `arrow-left-right` (1028) by karsa-mistmere
- `arrow-up-down` (1028) by karsa-mistmere

0.173.0

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

New icons 🎨

- `moon-star` (1115) by karsa-mistmere
- `repeat-2` (1135) by danielbayley
- `stars` (1115) by karsa-mistmere

0.172.0

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

New icons 🎨

- `save-all` (1125) by danielbayley

0.171.0

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

New icons 🎨

- `shield-question` (1112) by danielbayley

0.170.0

New feature: `absoluteStrokeWidth` option

Available for:

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

Introducing `absoluteStrokeWidth`, an option to control the behavior of scaling `strokeWidth` in icons. A new option to control the look of Lucide icons.

By default, scaling up SVG icons will cause the `strokeWidth` to scale with the `viewBox` set on the SVG icon.
Setting `absoluteStrokeWidth` to `true`, the `strokeWidth` will remain the same size visually.

Visualised example

**Disabled** (Default, Current behavior, SVG default behavior)
`absoluteStrokeWidth: false`

![image](https://user-images.githubusercontent.com/11825403/217630671-264a1447-b23a-44d0-a8ff-4f10932efeb8.png)

**Enabled** (keeping the set strokeWidth in pixels)
`absoluteStrokeWidth: true`

![image](https://user-images.githubusercontent.com/11825403/217630577-fac08426-4aba-4d09-a2f7-ae961f07abf7.png)

React Code Example

js
import { Camera } from 'lucide-react';

const Compo = () => {
return <Camera color="red" size={48} absoluteStrokeWidth />;
};

export default App;


Update on `lucide-angular`

The package for angular got a similar API as the other packages. This means it got the same options to customize the look of Lucide Icons as the other packages.

Fixed SSR issues

The package now supports SSR, so you can use Lucide icons in your Angular application when using SSR.

Deprecations

The exported types `IconData`, `IconNode`, and `Icons` have been deprecated in favor of the less generic `LucideIconData`, `LucideIconNode`, and `LucideIcons`. They will still work for now, but be sure to update your code, as they will be removed in v1.0.

Breaking changes

The `createElement` helper method has been removed since its usage broke SSR and the TrustedHTML support.

Bugs

If you experienced any bugs related to this update, please open an issue.

0.169.0

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

New icons 🎨

- `message-square-dashed` (1030) by danielbayley
- `message-square-plus` (1030) by danielbayley
- `messages-square` (1030) by danielbayley

Page 35 of 76

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.