Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Blasius committed May 15, 2024
1 parent 282f3db commit 77e318e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ All notable changes to this project are documented in this file.
### Widgets

- Added `placeholder-text` property to `TextEdit`.

- Fixed updating model of ComboBox does not change current-value
- Fixed set current-index of ComboBox to -1 does not reset current-value

## [1.6.0] - 2024-05-13

## General
Expand Down Expand Up @@ -38,8 +40,6 @@ All notable changes to this project are documented in this file.
- Fixed compiler panic when a callback aliases itself. (#4938)
- Fixed compiler panic when an init from a repeater is inlined into the parent component (#5146)
- Added `clear-focus()` function to focusable elements, to allow for programmatic focus clearing.
- Fixed updating model of ComboBox does not change current-value
- Fixed set current-index of ComboBox to -1 does not reset current-value

## Widgets

Expand Down

0 comments on commit 77e318e

Please sign in to comment.