Skip to content

Releases: acrodata/gradient-picker

v0.14.0

Choose a tag to compare

@nzbin nzbin released this 28 Mar 04:13

Features

  • replace the parser with @acrodata/gradient-parser

v0.13.0

Choose a tag to compare

@nzbin nzbin released this 04 Mar 12:58

Features

  • add two-way binding for value prop

Bug Fixes

  • fix color stop misalignment in dynamic containers

v0.12.2

Choose a tag to compare

@nzbin nzbin released this 27 Dec 09:56
  • color-picker: binding value prop for color-picker

v0.12.1

Choose a tag to compare

@nzbin nzbin released this 21 Dec 15:46
  • fix the dependency version of @acrodata/color-picker

v0.12.0

Choose a tag to compare

@nzbin nzbin released this 21 Dec 03:41

Features

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

v0.11.1

Choose a tag to compare

@nzbin nzbin released this 09 Dec 13:02
  • fix length size for the circle shape

v0.11.0

Choose a tag to compare

@nzbin nzbin released this 05 Nov 15:35

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

Choose a tag to compare

@nzbin nzbin released this 01 Nov 09:14
  • gradient-radio: fix css variable for checked state background

v0.10.0

Choose a tag to compare

@nzbin nzbin released this 01 Nov 08:55

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

Choose a tag to compare

@nzbin nzbin released this 27 Oct 13:39

Features

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