Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 authored Jan 24, 2024
1 parent b8ee84c commit 7adf88e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Features/Changes
- Change slider widget input to a percent value and add docs for it [#276](https://github.com/lapce/floem/pull/276)
- Add flight booker example from 7gui [#280](https://github.com/lapce/floem/pull/280)
- Add timer example from 7gui [#284](https://github.com/lapce/floem/pull/284)
- Add more grid properties [#285](https://github.com/lapce/floem/pull/285)
- Add `value_container` for provide `on_update` to checkbox [#290](https://github.com/lapce/floem/pull/290)

### Bug Fixes
- Fix a panic when multiple views have context menus [#275](https://github.com/lapce/floem/pull/275)
- Fix slider and add example [#279](https://github.com/lapce/floem/pull/279)

### Internal Changes
- Add `update_state_deferred` and `simplify update_state` [#277](https://github.com/lapce/floem/pull/277)

0 comments on commit 7adf88e

Please sign in to comment.