Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: acrodata/gui

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

v2.5.2

04 Jul 11:47

Choose a tag to compare

  • update rnd-dialog to 0.4

v2.5.1

10 May 15:56

Choose a tag to compare

Bug Fixes

  • fix the value of dynamic array can't be set with empty array

v2.5.0

30 Apr 11:01

Choose a tag to compare

Features

  • codearea: add extensions to codearea config
  • codearea: add wrap button to code editor in the dialog
  • use white-space pre-wrap for field-label tooltip
image