mirror of
https://github.com/chenasraf/flame_ui.git
synced 2026-05-17 17:38:07 +00:00
48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
## 0.2.0
|
|
|
|
- Add `TimePickerComponent`
|
|
|
|
## 0.1.0
|
|
|
|
- Add `CircleButtonComponent`
|
|
- Add `ToggleComponent`
|
|
- Add `TapOutsideCallbacks` & `TapOutsideHandler`
|
|
- `ModalComponent`: Rename `closeButton` to `trailing`
|
|
- `ModalComponent`: Add `leading` property
|
|
- Rename `RectButtonComponent` to `RectangleButtonComponent`
|
|
- Fix `TextFieldComponent` position and offset
|
|
|
|
## 0.0.4
|
|
|
|
- `TextFieldComponent`: Support generic components for background/backgroundFocused
|
|
- `ModalComponent`: Support for `scrollDamping`
|
|
- `ModalComponent`: Add `onAfterLoadStatic` and `onBeforeUnloadStatic` as lifecycle callbacks across
|
|
all ModalComponent usages
|
|
|
|
## 0.0.3
|
|
|
|
- `ModalComponent`: All configurable properties are now mutable via getters and setters.
|
|
- `ModalComponent`: Automatically calls `rebuild()` when a property is changed at runtime, enabling
|
|
dynamic UI updates.
|
|
- `ModalComponent`: Add customizable background component property
|
|
- `ScrollableAreaComponent`: Added support for fling scrolling
|
|
|
|
## 0.0.2
|
|
|
|
- `RectButtonComponent`: Make color mandatory
|
|
- `ModalComponent`: Support any component as closeButton
|
|
|
|
## 0.0.1
|
|
|
|
Initial release.
|
|
|
|
Components:
|
|
|
|
- `TextFieldComponent`
|
|
- `RectButtonComponent`
|
|
- `ModalComponent`
|
|
- `ScrollableAreaComponent`
|
|
- `GridComponent`
|
|
- `ListComponent`
|
|
- `ListItemComponent`
|