Skip to content

1.2.0 breaks existing application code with icons #74

@BenjaminLindberg

Description

@BenjaminLindberg

The new version 1.2.0 completly changes the naming of tabler icons.

This is not expected from a minor update. I therefore suppose it's something that's coming from the solid-icons package.

A reasonable fix to the problem would in that case be to mark the 1.1.0 namings for tabler icons as deprecated, and point them to the new namings.

Either that, or simply make 1.2.0 a major update. 2.0.0 for ex.

1.1.0

import {
   TbChevronDown,
   TbFileInvoice,
   TbUserCog
} from 'solid-icons/tb';

1.2.0

import {
   TbOutlineChevronDown,
   TbOutlineFileInvoice,
   TbOutlineUserCog
} from 'solid-icons/tb';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions