diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4c560f..6a8b0667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,57 @@ All notable changes to this project will be documented in this file. -Since version unreleased the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +Since version v2407.1 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## unreleased +## v2407.1 + +### Added + +- add a CHANGELOG.md and changelog/ folder +- add pyproject.toml +- add black for autoformatting +- added matomo integration +- add django-debug-toolbar and enable for development +- add templatetag 'clean_html_all' which strips all css and html tags using + Bleach + +### Changed + +- update and pin liquid-logo to v2407.1 +- add requirements folder to allow more fine grained dependencies +- move isort config to pyproject.toml +- moved academy page date from the list tile to the detail page (#374) +- Django from 3.2.18 to 4.0 + - remove app label from `__init__.py` inside academy app + - replace `re_path` with `path` for included urls. + - remove `USE_L10N` in settings as it is now True by default + - replace `postgresql_psycopg2` with `postgresql` in ci settings + - replace blocktransl with blocktranslate +- Django from 4.0 to 4.2 + - settings STATICFILES_STORAGE to STORAGES + - add the update_fields keyword argument in customised model's save() methods +`_home-logo-scss` fix issues with logo container z-index- update wagtail to 4.2x +- fix deprecated wagtail imports +- update wagtail to 5.0.2 +- adjust to new slug field behavior in wagtail 5.0.x +- update wagtail to 5.1.3 +- update to wagtail 5.2.5 +- use new clean_html_all templatetag to replace django-bleach +- update Bleach to 6.x +- apps/core: use inset shorthand to satisfy linter +- update stylelint to 16.x and styleint-scss to 13.x + +### Removed + +- Event option from the topic items in academy +- Headline from basic text paragraph +- removed the custom django-compressor classes in contrib/sass as we don't use + django-compressor anymore +- removed outdated django-bleach dependency +- remove unneded eslint-plugin-n + +### Fixed + +- fixed contrast checker trying to read potentially empty array + diff --git a/changelog/#378.md b/changelog/#378.md deleted file mode 100644 index ac06e04d..00000000 --- a/changelog/#378.md +++ /dev/null @@ -1,3 +0,0 @@ -### Removed - -- Event option from the topic items in academy diff --git a/changelog/374.md b/changelog/374.md deleted file mode 100644 index ae599994..00000000 --- a/changelog/374.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- moved academy page date from the list tile to the detail page (#374) diff --git a/changelog/376.md b/changelog/376.md deleted file mode 100644 index 790000e0..00000000 --- a/changelog/376.md +++ /dev/null @@ -1,3 +0,0 @@ -### Removed - -- Headline from basic text paragraph diff --git a/changelog/8014.md b/changelog/8014.md deleted file mode 100644 index dd40a333..00000000 --- a/changelog/8014.md +++ /dev/null @@ -1,19 +0,0 @@ -### Added - -- add templatetag 'clean_html_all' which strips all css and html tags using - Bleach - -### Changed - -- update wagtail to 4.2x -- fix deprecated wagtail imports -- update wagtail to 5.0.2 -- adjust to new slug field behavior in wagtail 5.0.x -- update wagtail to 5.1.3 -- update to wagtail 5.2.5 -- use new clean_html_all templatetag to replace django-bleach -- update Bleach to 6.x - -### Removed - -- removed outdated django-bleach dependency diff --git a/changelog/8236.md b/changelog/8236.md deleted file mode 100644 index d604537a..00000000 --- a/changelog/8236.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- added matomo integration diff --git a/changelog/8254.md b/changelog/8254.md deleted file mode 100644 index 764d44c1..00000000 --- a/changelog/8254.md +++ /dev/null @@ -1,13 +0,0 @@ -### Changed - -- Django from 3.2.18 to 4.0 - - remove app label from `__init__.py` inside academy app - - replace `re_path` with `path` for included urls. - - remove `USE_L10N` in settings as it is now True by default - - replace `postgresql_psycopg2` with `postgresql` in ci settings - - replace blocktransl with blocktranslate - -- Django from 4.0 to 4.2 - - settings STATICFILES_STORAGE to STORAGES - - add the update_fields keyword argument in customised model's save() methods - diff --git a/changelog/8267.md b/changelog/8267.md deleted file mode 100644 index aa982846..00000000 --- a/changelog/8267.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -`_home-logo-scss` fix issues with logo container z-index \ No newline at end of file diff --git a/changelog/_0001.md b/changelog/_0001.md deleted file mode 100644 index 0dd15915..00000000 --- a/changelog/_0001.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- add a CHANGELOG.md and changelog/ folder diff --git a/changelog/_0002.md b/changelog/_0002.md deleted file mode 100644 index b741fd37..00000000 --- a/changelog/_0002.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- update and pin liquid-logo to v2407.1 diff --git a/changelog/_0003.md b/changelog/_0003.md deleted file mode 100644 index 2f51c3c2..00000000 --- a/changelog/_0003.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- add requirements folder to allow more fine grained dependencies diff --git a/changelog/_0004.md b/changelog/_0004.md deleted file mode 100644 index b350a47f..00000000 --- a/changelog/_0004.md +++ /dev/null @@ -1,8 +0,0 @@ -### Added - -- add pyproject.toml -- add black for autoformatting - -### Changed - -- move isort config to pyproject.toml diff --git a/changelog/_0005.md b/changelog/_0005.md deleted file mode 100644 index 5fe32599..00000000 --- a/changelog/_0005.md +++ /dev/null @@ -1,4 +0,0 @@ -### Removed - -- removed the custom django-compressor classes in contrib/sass as we don't use - django-compressor anymore diff --git a/changelog/_0006.md b/changelog/_0006.md deleted file mode 100644 index d679ef12..00000000 --- a/changelog/_0006.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- add django-debug-toolbar and enable for development diff --git a/changelog/_0008.md b/changelog/_0008.md deleted file mode 100644 index 25895d17..00000000 --- a/changelog/_0008.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixed - -- fixed contrast checker trying to read potentially empty array diff --git a/changelog/_0009.md b/changelog/_0009.md deleted file mode 100644 index 133a751e..00000000 --- a/changelog/_0009.md +++ /dev/null @@ -1,4 +0,0 @@ -### Changed - -- apps/core: use inset shorthand to satisfy linter -- update stylelint to 16.x and styleint-scss to 13.x diff --git a/changelog/_1111.md b/changelog/_1111.md deleted file mode 100644 index 619284ec..00000000 --- a/changelog/_1111.md +++ /dev/null @@ -1,3 +0,0 @@ -### Removed - -- remove unneded eslint-plugin-n