New features and enhancements
- Add `request` object to the `client` (1695, 2399, 3286 by DoPaminexL, rodja, falkoschindler)
- Introduce [`ui.skeleton`](https://nicegui.io/documentation/skeleton) (#3082, 3202 by patrickwasp, frankvp11, falkoschindler)
- Added support for [3D graphing](https://nicegui.io/documentation/echart#3d_graphing) for `ui.echart` (3184, 3195 by natankeddem, falkoschindler)
- Add `min`, `max` and `step` properties to [`ui.range`](https://nicegui.io/documentation/range) (#3167, 3191, 3242, 3260 by bojh, falkoschindler, Ezbaze)
- Allow [changing grid parameters](https://nicegui.io/documentation/scene#custom_grid) of `ui.scene` (3254, 3257 by v479038280, python-and-fiction, falkoschindler)
Bugfixes
- Fix SVG of [`ui.pyplot`](https://nicegui.io/documentation/pyplot) not filling its container (#3277, 3289 by Guilhermwn, python-and-fiction, falkoschindler)
- Fix change event value of [`ui.number`](https://nicegui.io/documentation/number) differing from `value` property (#3110, 3142, 3281 by CrystalWindSnake, Lucas-lyh, frankvp11, falkoschindler)
Documentation
- Add demos for using `ui.refreshable` with [local scope](https://nicegui.io/documentation/refreshable#local_scope_(variant_a)) (2535, 3219, 3233, 3279 by Ezbaze, ruisilvestre-snapp, arunmp25, falkoschindler, rodja)
- Add demo for `ui.upload` [with large files](https://nicegui.io/documentation/upload#uploading_large_files) (3220, 3235 by Rjdrenth)
- Add demo on how to use `ui.teleport` for [fancy radio options](https://nicegui.io/documentation/teleport#radio_element_with_arbitrary_content) (3224, 3230 by pierrecdn, rodja)
- Improve [date picker demo with input element](https://nicegui.io/documentation/date#date_input) and add [similar demo for time picker](https://nicegui.io/documentation/time#time_input) (3155, 3226 by tmlmt)
- Add details and [examples](https://github.com/zauberzeug/nicegui/tree/main/examples/nginx_https/) in [docs for running apps with https](https://nicegui.io/documentation/section_configuration_deployment#server_hosting) (3155, 3213 by tmlmt, rodja)