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

Update CHANGELOG.md

This commit is contained in:
Gabor Kiss-Vamosi 2021-05-25 16:07:06 +02:00 committed by GitHub
parent fdf33e1190
commit a6fc90ccc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
- `lv_meter` added as the unioin of `lv_linemeter` and `lv_gauge`
- `lv_span` new widget mimicing HTML `<span>`
- `lv_animing` new widget for simple slideshow animations
- \+ many minor changes ad improvements
- \+ many minor changes and improvements
### New scrolling
- Support "elastic" scrolling when scrolled in
@ -74,7 +74,7 @@
- Use `lv_obj` instead of `lv_page`
- The other parts are mainly minor renames and refactoring. See the functions' documentation for descriptions.
## v7.11.0
## v7.11.0 (16.03.2021)
### New features
- Add better screen orientation management with software rotation support
@ -84,7 +84,7 @@
- fix(gauge) fix needle invalidation
- fix(bar) correct symmetric handling for vertical sliders
## v7.10.1 (Planned for 16.02.2021)
## v7.10.1 (16.02.2021)
### Bugfixes
- fix(draw) overlap outline with background to prevent aliasing artifacts
@ -95,7 +95,7 @@
- fix(delete) delete animation after the children are deleted
- fix(gauge) consider paddings for needle images
## v7.10.0
## v7.10.0 (02.02.2021)
### New features
- feat(indev) allow input events to be passed to disabled objects
@ -104,7 +104,7 @@
### Bugfixes
- fix(btnmatrix) fix lv_btnmatrix_get_active_btn_text() when used in a group
## v7.9.1
## v7.9.1 (19.01.2021)
### Bugfixes
- fix(cpicker) fix division by zero
@ -115,7 +115,7 @@
- fix(draw_rect) fix draw pattern stack-use-after-scope error
## v7.9.0
## v7.9.0 (05.01.2021)
### New features
- feat(chart) add lv_chart_remove_series and lv_chart_hide_series
@ -135,7 +135,7 @@
- fix(layout) stop layout after recursion threshold is reached
- fix(gauge) fix redraw with image needle
## v7.8.1
## v7.8.1 (15.12.2020)
### Bugfixes
- fix(lv_scr_load_anim) fix when multiple screen are loaded at tsame time with delay