Skip to content

Releases: acrodata/gradient-picker

v0.12.2

27 Dec 09:56

Choose a tag to compare

  • color-picker: binding value prop for color-picker

v0.12.1

21 Dec 15:46

Choose a tag to compare

  • fix the dependency version of @acrodata/color-picker

v0.12.0

21 Dec 03:41

Choose a tag to compare

Features

  • remove ngx-color and use color-picker instead
image

v0.11.1

09 Dec 13:02

Choose a tag to compare

  • fix length size for the circle shape

v0.11.0

05 Nov 15:35

Choose a tag to compare

Features

  • gradient-radio: add new CSS variables
    • --gp-radio-button-selected-outline-color
    • --gp-radio-button-focus-outline-color

Bug Fixes

  • gradient-radio: fix checked state issue

v0.10.1

01 Nov 09:14

Choose a tag to compare

  • gradient-radio: fix css variable for checked state background

v0.10.0

01 Nov 08:55

Choose a tag to compare

Features

  • add gradient-radio-group directive and gradient-radio-button component

    <gradient-radio-group [(ngModel)]="value" (change)="onValueChange()">
      <gradient-radio-button value="boo">Boo</gradient-radio-button>
      <gradient-radio-button value="foo">Foo</gradient-radio-button>
    </gradient-radio-group>
  • replace the gradient type select with radio button

Before After
508534546-a3b1f301-589c-47c6-b338-ebbb65549857 508534605-25e4c012-1afa-424e-9fef-3a231cf43034

v0.9.0

27 Oct 13:39

Choose a tag to compare

Features

  • add switch type button for angle, size and position
506032076-c22ebb95-8871-47ce-ace0-1828ce0b62ac

v0.8.0

19 Sep 15:16

Choose a tag to compare

Features

  • preserve the props value when switching types

v0.7.2

09 Sep 12:32

Choose a tag to compare

Bug Fixes

  • fix the parsing error when color interpolation method at the beginning