diff --git a/.editorconfig b/.editorconfig index d4a2c44..033fa97 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,15 @@ insert_final_newline = true charset = utf-8 end_of_line = lf +[*.yaml] +indent_size = 2 + +[*.html*] +indent_size = 2 + +[*.js] +indent_size = 2 + [*.bat] indent_style = tab end_of_line = crlf diff --git a/Makefile b/Makefile index 5d9ad10..16f2720 100644 --- a/Makefile +++ b/Makefile @@ -57,10 +57,10 @@ lint: ## check style with flake8 flake8 esparto tests mypy: ## check type hints - mypy esparto --strict + mypy esparto isort: ## sort imports - isort esparto tests --profile black + isort esparto tests cqa: format isort lint mypy ## run all cqa tools diff --git a/docs/04-about/release-notes.md b/docs/04-about/release-notes.md index 420db8b..2f1cdd5 100644 --- a/docs/04-about/release-notes.md +++ b/docs/04-about/release-notes.md @@ -1,6 +1,18 @@ Release Notes ============= +4.1.0 (2022-06-29) +------------------ + +- Page Style + - Replace footer with icon buttons + - Esparto home + - Share document (for compatible systems) + - Print page + - Add CSS style for icon buttons + - Prefer fully specified fonts to system fonts + - Remove underline from URLs + 4.0.0 (2022-04-19) ------------------ diff --git a/docs/examples/iris-report.html b/docs/examples/iris-report.html index 7a64634..e7eff12 100644 --- a/docs/examples/iris-report.html +++ b/docs/examples/iris-report.html @@ -13,7 +13,11 @@