diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4640b666d..366c143ed 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,55 @@ # Changelog +## v8.0.1 (14.06.2021) +- docs(filesystem) update to v8 7971ade4 +- fix(msgbox) create modals on top layer instead of act screen 5cf6303e +- fix(colowheel) disable LV_OBJ_FLAG_SCROLL_CHAIN by default 48d1c292 +- docs(grid) typo fix (#2310) 69d109d2 +- fix(arduino) fix the prototype of my_touchpad_read in the LVGL_Arduino.ino 1a62f7a6 +- fix(meter) fix needle image invalidation 54d8e817 +- fix(mem) add lv_ prefix to tlsf functions and types 0d52b59c +- fix(calendar) fix the position calculation today ad05e196 +- fix(typo) rename LV_OBJ_FLAG_SNAPABLE to LV_OBJ_FLAG_SNAPPABLE e697807c +- docs(color) language fixes (#2302) 07ecc9f1 +- fix(tick) minor optmization on lv_tick_inc call test b4305df5 +- Spelling and other language fixes to documentation (#2293) d0aaacaf +- fix(theme) show disabled state on buttons of btnmatrix, msgbox and kayboard 0be582b3 +- fix(scroll) keep the scroll position on object deleted 52edbb46 +- fix(msgbox) handle NULL btn map paramter 769c4a30 +- fix(group) allow refocusing obejcts 1520208b +- docs(overview) spelling fixes d2efb8c6 +- Merge branch 'master' of https://github.com/lvgl/lvgl 45960838 +- feat(timer) check if lv_tick_inc is called aa6641a6 +- feat(docs) add view on GitHub link a716ac6e +- fix(theme) fix the switch style in the default theme 0c0dc8ea +- docs fix typo 8ab80645 +- Merge branch 'master' of https://github.com/lvgl/lvgl e796448f +- feat(event) pass the scroll aniamtion to LV_EVENT_SCROLL_BEGIN ca54ecfe +- fix(tabview) fix with left and right tabs 17c57449 +- chore(docs) force docs rebuild 4a0f4139 +- chore(docs) always deploy master to docs/master as well 6d05692d +- fix(template) udpate lv_objx_template to v8 38bb8afc +- docs(extra) add extra/README.md 8cd504d5 +- Update CHANGELOG.md 48fd73d2 +- Update quick-overview.md (#2295) 5616471c +- fix(pxp) change LV_COLOR_TRANSP to LV_COLOR_CHROMA_KEY to v8 compatibility 81f3068d +- adding micropython examples (#2286) c60ed68e +- docs(color) minor fix ac8f4534 +- fix(example) revert test code 77e2c1ff +- fix(draw) with additive blending with 32 bit color depth 786db2af +- docs(color) update colors' docs 9056b5ee +- Merge branch 'master' of https://github.com/lvgl/lvgl a711a1dd +- perf(refresh) optimize where to wait for lv_disp_flush_ready with 2 buffers d0172f14 +- docs(lv_obj_style) update add_style and remove_style function headers (#2287) 60f7bcbf +- fix memory leak of spangroup (#2285) 33e0926a +- fix make lv_img_cache.h public becasue cache invalidation is public 38ebcd81 +- Merge branch 'master' of https://github.com/lvgl/lvgl 2b292495 +- fix(btnmamatrix) fix focus event handling 3b58ef14 +- Merge pull request #2280 from lvgl/dependabot/pip/docs/urllib3-1.26.5 a2f45b26 +- fix(label) calculating the clip area 57e211cc +- chore(deps): bump urllib3 from 1.26.4 to 1.26.5 in /docs b2f77dfc +- fix(docs) add docs about the default group 29bfe604 + ## v8.0.0 (01.06.2021) v8.0 brings many new features like simplified and more powerful scrolling, new layouts inspired by CSS Flexbox and Grid, simplified and improved widgets, more powerful events, hookable drawing, and more.