Skip to content

Commit

Permalink
v2.1.24
Browse files Browse the repository at this point in the history
- `UIComponent`:
  - Added `requestRefresh`.
- `UIButton` and `UIButtonLoader`:
  - Changed `text` to `buttonContent`
  - `text` getter/setter now is an `String` alias to `buttonContent`.
- `UICalendar`, `UIColorPicker`, `UIMasonry`, `UIMultiSelection`:
  - Call `requestRefresh` when possible
- `UIMultiSelection`:
  - Constructor: added parameter `selections` for initial selections.
  - Added field `autoInputFontShrink`.
- intl_messages: ^2.1.6
- dom_tools: ^2.1.16
  • Loading branch information
gmpassos committed May 9, 2023
1 parent 7bcce6a commit becabb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- `UICalendar`, `UIColorPicker`, `UIMasonry`, `UIMultiSelection`:
- Call `requestRefresh` when possible
- `UIMultiSelection`:
- Constructor: added parameter `selections` for initial selections.
- Added field `autoInputFontShrink`.
- intl_messages: ^2.1.6
- dom_tools: ^2.1.16
Expand Down

0 comments on commit becabb1

Please sign in to comment.