Skip to content

Releases: acrodata/gui

v2.10.0

23 Dec 16:05

Choose a tag to compare

Features

  • fill: remove ngx-color and use color-picker instead

v3.1.0

21 Dec 16:10

Choose a tag to compare

Features

  • fill: remove ngx-color and use color-picker instead

v3.0.1

06 Nov 15:29

Choose a tag to compare

  • fix gradient-radio styles for gradient-picker 0.11

v3.0.0

25 Sep 14:22

Choose a tag to compare

Features

  • update Angular and Material to v20

v2.9.0

24 Sep 15:43

Choose a tag to compare

Features

  • add fallback tokens to support theme API since v19

v2.8.0

22 Sep 13:11

Choose a tag to compare

Features

  • convert constructor-based injection to inject function

v2.7.0

21 Sep 03:17

Choose a tag to compare

Features

  • fill: preserve the selected value when switching types
  • fill: improve the fill-picker border-radius and color block border opacity

Bug Fixes

  • file-uploader: trim the value

v2.6.2

09 Sep 15:45

Choose a tag to compare

Bug Fixes

  • fill-picker: fix the type could not be obtained from the value

v2.6.1

08 Sep 15:54

Choose a tag to compare

Bug Fixes

  • tabs: fix copying value not working when set default value
  • tabs: fix the conditions not working when set default value on init

v2.6.0

07 Sep 02:18

Choose a tag to compare

BREAKING CHANGES

- export type GuiFillMode = 'flat' | 'gradient' | 'image';
+ export type GuiFillMode = 'all' | 'solid' | 'gradient' | 'image';

Features

  • fill: add fill-picker component and the fill has supported gradient type
  • button-toggle: add support for base64 image
image