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
