mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
13 lines
475 B
Markdown
13 lines
475 B
Markdown
# TODOs for major versions
|
|
Major versions released typically when API changes are required
|
|
|
|
## Contributing
|
|
Please create an issue to suggest a new feature instead of adding pull request to this file.
|
|
|
|
## v5
|
|
- [ ] rename repository from *lvgl* to *littlevgl*
|
|
- [ ] define renames: e.g. *USE_LV_BTN* to *LV_BTN_USE*
|
|
- [ ] Remove LV_DOWNSCALE (LV_ANTIALIAS will be used instead)
|
|
- [ ] *lv_ta_get_txt* rename to *lv_ta_get_text*
|
|
- [ ] btnm_action pass text instead of text_id
|