Lektor v3.3.1 Release Notes
Release Date: 2022-01-09 // over 3 years ago-
๐ Bugs Fixed
- ๐ Fixed an import cycle which caused in
ImportError
iflektor.types
was imported beforelektor.environemnt
. #974
๐ Deprecations
- ๐ Disuse deprecated
Thread.setDaemon()
. #979
๐ป Admin UI
- ๐ Fix spastic scroll behavior when editing flow elements. #640
- ๐ Fix admin GUI when page contains an unknown flowblock type. #968
- ๐ Fix admin GUI layout on mobile devices. #981
โ Tests
- โ
Increased timeout in
test_watcher.IterateInThread
to prevent random spurious failures during CI testing. - Fix
tests/test_prev_next_sibling.py
so as to allow running multiple test runs in parallel. - โ
Use per-testenv coverage files to prevent contention when running
tox --parallel
. - โ
Mark tests that require a working internet connections with pytest mark
requiresinternet
. #983
๐จ Refactors
๐ป Admin UI
- ๐ Fixed an import cycle which caused in