Skip to content

Latest commit

 

History

History
655 lines (341 loc) · 29.4 KB

CHANGELOG.md

File metadata and controls

655 lines (341 loc) · 29.4 KB

@cypress-design/icon-registry

1.9.0

Minor Changes

1.8.0

Minor Changes

1.7.0

Minor Changes

  • #522 550bdd4 Thanks @tbiethman! - Adding square-minus_x12, square-minus_x16, and square-minus_x24 icons

1.6.0

Minor Changes

1.5.6

Patch Changes

1.5.5

Patch Changes

1.5.4

Patch Changes

1.5.3

Patch Changes

1.5.2

Patch Changes

1.5.1

Patch Changes

1.5.0

Minor Changes

Patch Changes

1.4.9

Patch Changes

1.4.8

Patch Changes

1.4.7

Patch Changes

1.4.6

Patch Changes

1.4.5

Patch Changes

1.4.4

Patch Changes

1.4.3

Patch Changes

1.4.2

Patch Changes

1.4.1

Patch Changes

1.4.0

Minor Changes

1.3.5

Patch Changes

1.3.4

Patch Changes

1.3.3

Patch Changes

1.3.2

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

1.2.3

Patch Changes

  • 68fc5f5 Thanks @elevatebart! - when different colors are available by size, typescript was returning a type error

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

1.1.0

Minor Changes

  • #450 927097f Thanks @elevatebart! - Add the add/plus circle icon, and updated the Test Replay icon to match the Figma DS.

1.0.0

Major Changes

Patch Changes

0.43.0

Minor Changes

0.42.1

Patch Changes

0.42.0

Minor Changes

0.41.0

Minor Changes

0.40.1

Patch Changes

0.40.0

Minor Changes

0.39.0

Minor Changes

0.38.0

Minor Changes

0.37.0

Minor Changes

0.36.0

Minor Changes

Patch Changes

0.35.0

Minor Changes

0.34.0

Minor Changes

0.33.1

Patch Changes

  • #343 2868018 Thanks @ryanjwilke! - Added more IconActionDelete sizes and fixed the colors for the IconCheckmarkSolid

0.33.0

Minor Changes

0.32.0

Minor Changes

0.31.0

Minor Changes

0.30.0

Minor Changes

0.29.0

Minor Changes

0.28.0

Minor Changes

0.27.0

Minor Changes

0.26.0

Minor Changes

  • e0c2e5a Thanks @elevatebart! - publish source of @cypress-design/icon-registry for sourcemap support

0.25.0

Minor Changes

Patch Changes

0.24.1

Patch Changes

0.24.0

Minor Changes

0.23.0

Minor Changes

0.22.2

Patch Changes

0.22.1

Patch Changes

0.22.0

Minor Changes

Patch Changes

0.21.0

Minor Changes

0.20.4

Patch Changes

0.20.3

Patch Changes

0.20.2

Patch Changes

0.20.1

Patch Changes

0.20.0

Minor Changes

Patch Changes

0.19.0

Minor Changes

0.18.0

Minor Changes

0.17.0

Minor Changes

0.16.2

Patch Changes

0.16.1

Patch Changes

0.16.0

Minor Changes

0.15.0

Minor Changes

0.14.0

Minor Changes

0.13.0

Minor Changes

Patch Changes

0.12.1

Patch Changes

0.12.0

Minor Changes

  • #96 40da4a4 Thanks @elevatebart! - Add missing general icons to the list

    General

    • chat-bubble 16px
    • 1X 16px
    • handle vertical 16px

    Shapes

    • Lighting 16 + 24
    • Star 16 + 24
    • Heart 16 + 24

    Security

    • Shield 16 + 24

    Also, remove a FIXME in the testing-type icon

0.11.0

Minor Changes

0.10.0

Minor Changes

0.9.0

Minor Changes

0.8.0

Minor Changes

0.7.0

Minor Changes

0.6.1

Patch Changes

0.6.0

Minor Changes

0.5.0

Minor Changes

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • #41 4259026 Thanks @elevatebart! - ## New syntaxes to add dynamic icon colors

    With a prefix focus/hover

    <IconBook
      size="16"
      strokeColor="blue-600"
      hoverStrokeColor="jade-600"
      focusStrokeColor="jade-900"
    />

    With the same prefix acting on a group

    <button class="group">
      <IconBook
        size="16"
        strokeColor="blue-600"
        hoverStrokeColor="jade-600"
        focusStrokeColor="jade-900"
        interactiveColorsOnGroup
      />Read
    </button>

0.3.0

Minor Changes

Patch Changes

0.2.0

Minor Changes

0.1.1

Patch Changes

0.1.0

Minor Changes