1.2 KiB
1.2 KiB
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:
- See [feat/new-scroll]((https://github.com/lvgl/lvgl/tree/feat/new-scroll) branch and #1614) issue.
- Remove
lv_pageand support scrolling onlv_obj - Support "elastic" scrolling when scrolled in
- Support scroll chaining among any objects types (not only
lv_pagess) - Remove
lv_drag. Similar effect can be achieved by setting the position inLV_EVENT_PRESSING - Add snapping?
- Already working
- New layouts:
- See #1615 issue
- CSS Flexbox-like layout support
- Besides setting width/height in
pxadd support topartent percentageandscreen percentage. - Work in progress
- Simplified File system interface (feat/new_fs_api branch) to make porting easier
- Work in progress
- Add new label alignment modes
- See #1656
Ideas
- ...