Add support for emscripten screen resize. (#463)

This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/432
This commit is contained in:
Arthur Sonzogni
2022-08-21 23:04:32 +02:00
committed by GitHub
parent 3ec765e1f0
commit ec994a4e65
4 changed files with 46 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ current (development)
requested
- Bugfix: Forward the selected/focused area from the child in gridbox.
- Bugfix: Fix incorrect Canvas computed dimensions.
- Bugfix: Support `vscroll_indicator` with a zero inner size.
### Component:
- Feature: Add the `Modal` component.
@@ -20,6 +21,8 @@ current (development)
### Screen
- Feature: add `Box::Union(a,b) -> Box`
- Bugfix: Fix resetting `dim` clashing with resetting of `bold`.
- Feature: Add emscripten screen resize support.
3.0.0
-----