Releases: engineervix/cookiecutter-wagtail-vix
Releases · engineervix/cookiecutter-wagtail-vix
v2024.07.19 (2024-07-19)
What's changed in this release
🚀 Features
- upgrade wagtail to version 6.1 (#531) (a84005c)
- bump @babel/* packages to 7.24.x (0503453)
- bump autoprefixer from 10.4.17 to 10.4.19 (5d9b1a8)
- bump bootstrap (^5.3.2 → ^5.3.3) (62bbddc)
- bump css-loader (^6.10.0 → ^7.1.2) (9d4d94a)
- bump cssnano (^6.0.3 → ^7.0.4) (2293979)
- bump eslint-plugin-prettier (^5.1.3 → ^5.2.1) & eslint-webpack-plugin (^4.0.1 → ^4.2.0) (8f0b12d)
- bump mini-css-extract-plugin (^2.8.0 → ^2.9.0) & sass-loader (^14.0.0 → ^14.2.1) (80e0e81)
- bump Node.js from 20 to 22 (ab3f9e2)
- bump prettier and stylelint (& friends) to latest versions (c477b4e)
- bump webpack-dev-server (^4.15.1 → ^5.0.4) (7d8da94)
- bump whitenoise (6.6.0 -> 6.7.0) (7cb917a)
- update copy-webpack-plugin, postcss-custom-properties, postcss-loader & webpack to latest versions (9d67de2)
- update crispy-bootstrap5 (2023.10 -> 2024.2) (a8672e8)
- update Node Engine spec and use .nvmrc to specify Node version (f9bf437)
- update several outdated python dependencies (8f7d782)
🐛 Bug Fixes
- address https://avd.aquasec.com/nvd/cve-2024-6345 by updating setuptools (5ea3fc9)
- ensure sass is not updated, for now (6b65631), closes #499
- pin Node 22 to 22.4, because 22.5 has issues (2ee825f)
💄 Styling
- fix formatting with prettier (bb9fd5f)
♻️ Code Refactoring
- update .editorconfig by ensuring that html indentation is 4 spaces (a78b732)
⚙️ Build System
- deps: update dependency boto3 to v1.34.145 (#485) (5ec18df)
- deps: update dependency commitizen to v3.27.0 (#517) (43b792d)
- deps: update dependency django-anymail to v10.3 (fb67e80)
- deps: update dependency django-crispy-forms to v2.2 (#521) (4e1b11a)
- deps: update dependency mkdocs-glightbox to ^0.4.0 (#522) (13fb29a)
- deps: update dependency mkdocs-material to v9.5.29 (#529) (e0b4158)
- deps: update dependency pydantic to v2.8.2 (#523) (bc809a5)
- deps: update dependency pytest-django to v4.8.0 (#502) (35ff3e2)
- deps: update dependency pytest-factoryboy to v2.7.0 (#524) (f309b59)
- deps: update dependency pytest-mock to v3.14.0 (#525) (dc65704)
- deps: update dependency pytest-xdist to v3.6.1 (#526) (fc98fc4)
- deps: update dependency ruff to v0.5.2 (#530) (575c3de)
- deps: update dependency sentry-sdk to v1.45.0 (#528) (7814070)
- deps: update dependency wagtail-factories to v4.2.1 (#532) (1953428)
👷 CI/CD
- ensure that @renovate-bot doesn't automerge wagtail minor releases (619b746)
v2024.07.14 (2024-07-14)
What's changed in this release
🚀 Features
- bump bootstrap from 5.3.2 to 5.3.3 (849a88d)
- bump gunicorn from v21 to v22 (6cb85bd)
- bump Node.js from 18 to 20 (4fd67ee)
- bump poetry version from 1.6.1 to 1.8.3 (b48e6d1)
- bump wagtail from 5.2 to 6.0 (238cca3)
- speed up CI/CD (2e0fb3a)
- use latest versions of black & ruff (7d33907)
🐛 Bug Fixes
- ensure black doesn't fail on tasks.py (73f8b3b)
- ensure djLint is happy with all templates (9a30799)
- ruff config (67a17e3), closes #513
- webpack dev server proxy config (01ba0a0), closes #512
💄 Styling
- ensure prettier is happy (06d3f16)
♻️ Code Refactoring
- remove
version: "3.8"
from docker-compose config (3814b65) - update ruff and black pre-commit hooks (57baa28)
⚙️ Build System
- update dev dependencies for the cookiecutter-wagtail-vix project (803179b)
👷 CI/CD
- switch cookicutter-wagtail-vix from coveralls.io to codecov.io (094dd8f)
v2024.02.10 (2024-02-10)
What's changed in this release
📝 Docs
- make it immediately clear what django-rq is about (0bd591c)
🐛 Bug Fixes
- use latest NodeSource installation script (5ddfaf7), see nodesource/distributions/issues/1770#issuecomment-1906566381 nodesource/distributions/issues/1601#issuecomment-1906829295
- fix author formatting in
tool.poetry
section of pyproject.toml (923acdb)
✅ Tests
- use
assertQuerySetEqual()
instead ofassertQuerysetEqual()
(9d54735)
👷 CI/CD
- update Node.js instalation for GitHub Actions & Gitlab CI (a34f917)
⚙️ Build System
- deps-dev: bump @babel/core, @babel/eslint-parser & @babel/preset-env (4adcc48)
- deps-dev: bump attrs (23.1.0 -> 23.2.0) (fae7229)
- deps-dev: bump autoprefixer, cssnano, eslint-plugin-prettier & postcss-custom-properties (1f69c9c)
- deps-dev: bump black from 23.12.1 to 24.1.1 (0045298)
- deps-dev: bump certifi (2023.11.17 -> 2024.2.2) (8147312)
- deps-dev: bump commitizen (3.13.0 -> 3.14.1) (5c206a2)
- deps-dev: bump cryptography (41.0.7 -> 42.0.2) (53a6e73)
- deps-dev: bump css-loader & mini-css-extract-plugin (e23837a)
- deps-dev: bump flake8 to 7.0.0 & pytest to 7.4.4 (2cb7d43)
- deps-dev: bump prettier (3.1.1 ❯ 3.2.5) (076ba7f)
- deps-dev: bump ruff from 0.1.9 to 0.1.15 (1a6aba3)
- deps-dev: bump types-python-dateutil (2.8.19.14 -> 2.8.19.20240106) (88195e8)
- deps-dev: bump webpack (5.89.0 ❯ 5.90.1) (c46c585)
- deps-docs: bump mkdocs-glightbox (0.3.5 -> 0.3.7) (e3a0e40)
- deps-docs: bump mkdocs-material (9.5.3 -> 9.5.9) (912e931)
- deps: bump boto3 & botocore (1.34.7 -> 1.34.39) (76e9919)
- deps: bump Django from 5.0 to 5.0.2 (4df7f82)
- deps: bump django-modelcluster (6.1 -> 6.2.1) (c6fa330)
- deps: bump django-treebeard (4.7 -> 4.7.1) (3d7298d)
- deps: bump mjml (4.14.1 ❯ 4.15.3) (edf5005)
- deps: bump pillow (10.1.0 -> 10.2.0) (5c7af7d)
- deps: bump pillow-heif (0.14.0 -> 0.15.0) (35098c8)
- deps: bump pydantic (2.5.3 -> 2.6.1) (e880ecf)
- deps: bump sentry-sdk from 1.39.1 to 1.40.3 (8feb7b4)
- deps: bump svix (1.15.0 -> 1.17.0) (886c0e9)
- deps: bump wagtail (5.2.2 -> 5.2.3) (0e0161b)
- deps: bump wcwidth (0.2.12 -> 0.2.13) (ac935fa)
- deps: install latest release of django-mjml (c171d38)
- run
npm audit fix
(5724555) - update cookiecutter-wagtail-vix dev dependencies & pre-commit config (aa21967)
v2023.12.28 (2023-12-28)
What's changed in this release
⚠ BREAKING CHANGES
- Complete rewrite of the project template to embrace a more modern stack, delivering improved performance, security, and maintainability. As part of this overhaul, I've carefully removed excess baggage and deprecated features, streamlining the template for a better development experience.
🚀 Features
- completely rewrite the project template (e3d3b9d)
🐛 Bug Fixes
- django secret key substitution (6bd71d4)
♻️ Code Refactoring
- change master to main, and use Github Actions instead of Circle CI (2d8f009)
👷 CI/CD
- add release job (6605cc1)
- update GitHub Actions and use Python 3.12 (d3f8ed5)
- use official coveralls.io Action (e985cc8)
✅ Tests
- refactor imports and remove unnecessary code (637bd94)
- update pytest config (48aee8f), closes /github.com/pytest-dev/pytest-cov/issues/243#issuecomment-441005875
📝 Docs
- rewrite the README and associated docs (a15e624)
⚙️ Build System
v0.2.2 (2021-12-09)
What's changed in this release
⚙️ Build System
- deps: update dependency popper.js to v1.16.1 (#351) (a377b65)
- deps: update dependency pygments to v2.10.0 (#371) (6d0e33d)
🐛 Bug Fixes
- add
FORCE_IMAGE_PATH
to leaflet configuration (219c4b6) - config/settings/production.py: determination of
LIST_OF_EMAIL_RECIPIENTS
(f2cc88d) - config/settings/production.py: remove
OPTIONS
key in "renditions" (fcdc5b4) - correct the fontawesome css reference in 404 template (c705e83)
- deps: update python dependencies with known security vulnerabilities (1de19df)
v0.2.0 (2021-08-15)
What's changed in this release
🚀 Features
🐛 Bug Fixes
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (#352) (29146ca)
- deps: pin dependencies (#267) (ae2410e)
- deps: pin dependency @fortawesome/fontawesome-free to v5.15.3 (#269) (5b25c31)
- update gulpfile to conform to gulp-sass v5 (#365) (ab9e374)
♻️ Code Refactoring
📝 Docs
👷 CI/CD
- deps: update circleci/redis docker tag to v5.0.13 (#294) (205356e)
- deps: update precommit hook commitizen-tools/commitizen to v2.18.0 (#353) (2368c38)
- deps: update precommit hook pre-commit/mirrors-isort to v5.9.3 (#295) (7d40104)
⚙️ Dependency Updates
- deps-dev: bump sqlparse to 0.4.1 (#336) (ace76a6)
- deps-dev: bump typing-extensions to 3.10.0.0 (#339) (bef1f39)
- deps-dev: bump wheel to 0.37.0 (#343) (8348909)
- deps-dev: security upgrade urllib3 from 1.25.11 to 1.26.5 (#289) (e32311a)
- deps: bump cryptography to 3.4.7 (#303) (8a669d2)
- deps: bump doc8 from 0.8.1 to 0.9.0 (#260) (4c3f1ca)
- deps: bump questionary to 1.10.0 (#331) (f9a2aac)
- deps: bump regex to 2020.11.13 (#332) (920f76c)
- deps: update dependency @fortawesome/fontawesome-free to v5.15.4 (#322) (5d348d5)
- deps: update dependency anyascii to v0.2.0 (#297) (ed685fd)
- deps: update dependency attrs to v20.3.0 (#298) (f961fc0)
- deps: update dependency bleach to v3.3.1 (#270) (4137e94)
- deps: update dependency certifi to v2020.12.5 (#299) (dbb4038)
- deps: update dependency cffi to v1.14.6 (#271) (bed94e9)
- deps: update dependency cfgv to v3.3.0 (#300) (619092c)
- deps: update dependency commitizen to v2.17.13 (#301) (b8da34c)
- deps: update dependency commitizen to v2.18.0 (#316) (3126697)
- deps: update dependency coverage to v5.5 (#302) (bc58b51)
- deps: update dependency deprecated to v1.2.12 (#272) (c210adb)
- deps: update dependency distlib to v0.3.2 (#273) (e5a247b)
- deps: update dependency django to v3.2.6 (#290) (6e5a27e)
- deps: update dependency django-debug-toolbar to v3.2.2 (#344) (240bf9f)
- deps: update dependency django-maintenancemode-2 to v1.3.1 (#304) (c3cce70)
- deps: update dependency django-taggit to v1.5.1 (#305) (6e5a741)
- deps: update dependency django-treebeard to v4.5.1 (#306) (732acc3)
- deps: update dependency djangorestframework to v3.12.4 (#274) (737651c)
- deps: update dependency docutils to v0.17.1 (#307) (feed0b9)
- deps: update dependency et-xmlfile to v1.1.0 (#308) (5b60e56)
- deps: update dependency execnet to v1.9.0 (#309) (ca2bdd8)
- deps: update dependency factory-boy to v3.2.0 (#310) (b9aadf8)
...
v0.1.0 (2021-07-21)
What's changed in this release
🚀 Features
- add black config to .vscode/settings.json (030c408)
- add CustomRichTextBlock with customized richtext options (dc0b3e1)
- add example nginx, uwsgi and celery production configs (42465a2)
- add MJML framework for responsive emails (1ee3aad)
- improve the generated README and add CONTRIBUTING.md (b3f9229)
- move stylelint config to package.json (7d52106)
- switch from grunt to gulp and use sass (82dd014)
- task execution and automation using
invoke
(bf8ce94) - upgrade to Django 3.2 (6a5e7cd)
- use setup.cfg and pyproject.toml for all python configs (76aeb0c)
🐛 Bug Fixes
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (2789cdb)
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (d3e153b)
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (601dd58)
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (95aa199)
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (49bb503)
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (f22bcf1)
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (a30fc47)
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (a0ec159)
- {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (3ffc7f4)
- add staticfiles to .gitignore (cdbb8db)
- broken gitlab CI (0d2b4f8)
- circleci: comment out
codecov/upload
task (4ca3595) - circleci: run
npm install --global
as root (0e3db19) - correct context variable in the people template (12ae613)
- correct paths to vendor libs (b50a628)
- package.json: remove trailing comma (23767f6)
- raw print all double braces in
workflows/greetings.yml
(2094539) - remove 'unknown pytest config option' and use {% raw %} in
tasks.py
(83082c1) - remove
.envs
folder from.gitignore
since we have sample env files in there (e6f65e5) - remove
.generate(extra_kwargs={}
which is deprecated (ec4110b) - remove broken test in the blog app (5a5be14)
- remove target "tests" from flake8 command (91a67fa)
- requirements.txt to reduce vulnerabilities (40228fe)
- requirements.txt to reduce vulnerabilities (ee9736c)
- settings: ignore isort F405 on imports from base settings (6aa9d08)
- use
{% raw %}
on{{ secrets.GITHUB_TOKEN }}
(686f38f)
♻️ Code Refactoring
- add correct version info in package.json (14ec5d7)
- add production settings (0267a26)
- add python 3.9 as an option and remove un-necessary if-else statements (434608b)
- completely remove bootswatch from the project (55ab9fb)
- install holder.js as Dependency instead of DevDependecy (2a19712)
- move conftest.py away from the project root (bf4eabd)
- regenerate .gitignore from https://www.gitignore.io (256a698)
- remove IPINFO from the generated project (1c019f2)
- reorganize configuration files (41042f4)
- update ENV files (0045099)
- update the fixtures (b74e807)
- update the settings to make moving to production easier (4d76d43)
⚙️ Build System
- deps-dev: {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (#252) (71430f8)
- deps-dev: bump browser-sync from 2.26.13 to 2.26.14 (0473a02)
- deps-dev: bump browser-sync in /{{cookiecutter.project_slug}} (86cde77)
- deps-dev: bump browser-sync in /{{cookiecutter.project_slug}} (#247) (e79710c)
- deps-dev: bump commitizen in /{{cookiecutter.project_slug}} (f686b45)
- deps-dev: bump cz-emoji in /{{cookiecutter.project_slug}} (71d1b50)
- deps-dev: bump grunt-stylelint in /{{cookiecutter.project_slug}} (0c92a91)
- deps-dev: bump holderjs in /{{cookiecutter.project_slug}} (7ff83e3)
- deps-dev: bump holderjs...