1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/docs/ROADMAP.md

39 lines
1.8 KiB
Markdown
Raw Normal View History

2020-07-24 21:49:44 +02:00
# Roadmap
This is a summary for thenew fatures of the major releases and a collection of ideas.
This list indicates only the current intention and can be changed.
## v8
Planned to September/October 2020
- New scrolling:
2020-08-03 13:39:51 +02:00
- See [feat/new-scroll](https://github.com/lvgl/lvgl/tree/feat/new-scroll) branch and [#1614](https://github.com/lvgl/lvgl/issues/1614)) issue.
2020-07-24 21:49:44 +02:00
- Remove `lv_page` and support scrolling on `lv_obj`
- Support "elastic" scrolling when scrolled in
- Support scroll chaining among any objects types (not only `lv_pages`s)
- Remove `lv_drag`. Similar effect can be achieved by setting the position in `LV_EVENT_PRESSING`
2020-09-06 12:50:08 +02:00
- Add snapping
- Add snap stop to scroll max 1 snap point
2020-07-24 21:49:44 +02:00
- Already working
- New layouts:
- See [#1615](https://github.com/lvgl/lvgl/issues/1615) issue
2020-09-06 12:50:08 +02:00
- [CSS Grid](https://css-tricks.com/snippets/css/a-guide-to-grid/)-like layout support
2020-07-24 21:49:44 +02:00
- Work in progress
- Simplified File system interface ([feat/new_fs_api](https://github.com/lvgl/lvgl/tree/feat/new-fs-api) branch) to make porting easier
- Work in progress
2020-08-09 12:41:25 +02:00
- Remove the align parameter from `lv_canvas_draw_text`
## v9
2020-09-06 12:50:08 +02:00
- Simplify `group`s. Discussion is [here](https://forum.lvgl.io/t/lv-group-tabindex/2927/3).7
2020-08-03 13:37:11 +02:00
- Unit testing (gtest?). See [#1658](https://github.com/lvgl/lvgl/issues/1658)
- Benchmarking (gem5?). See [#1660](https://github.com/lvgl/lvgl/issues/1660)
2020-09-06 12:50:08 +02:00
## Ideas
2020-08-03 13:37:11 +02:00
- CPP binding. See [Forum](https://forum.lvgl.io/t/is-it-possible-to-officially-support-optional-cpp-api/2736)
- Optmize font decompression
- Switch to RGBA colors in styles
- Need coverage report for tests
2020-08-05 10:04:16 +02:00
- Need static analize (via coverity.io or somehing else)
- Support dot_begin and dot_middle long modes for labels
2020-08-31 11:06:04 +02:00
- Add new label alignment modes. [#1656](https://github.com/lvgl/lvgl/issues/1656)