Skip to content

Releases: lotrekagency/camomilla

v6.0.0-beta.16

09 Nov 16:22
Compare
Choose a tag to compare
v6.0.0-beta.16 Pre-release
Pre-release

v6.0.0-beta.16 (2024-11-09)

Chore

  • chore: update example app (a84bb51)

Feature

  • feat(api): added possibility to filter api fields with fields query param (something like graphql) enjoy ⭐ (5a9b94b)

  • feat(api): added query parser for more complex query with and and or conditions (5f2bd5c)

Fix

  • fix(menu): follow preview link if previewing page (201c22d)

  • fix(model_api): fix router urlpatterns registering on local var" (4726328)

  • fix(openapi): fix openapi schema generation (03cada3)

  • fix(media): update optimization scripts to be compatible with future django versions (a307032)

  • fix(model_api): fix authentication problems on model_api registered endpoints (b2d5049)

Refactor

  • refactor: style πŸ’… (3c99ad8)

Unknown

  • deps: update django deps (9d4a426)

  • tests: fix tests for new django version (8c8adcb)

  • tests: removed some old tests (23cbcaa)

  • tests: more tests for media and model api (6fb5d6e)

  • Merge branch 'next' of github.com:lotrekagency/camomilla into next (5e4182e)

  • tests: more tests (33d67db)

v6.0.0-beta.15

26 Oct 22:57
Compare
Choose a tag to compare
v6.0.0-beta.15 Pre-release
Pre-release

v6.0.0-beta.15 (2024-10-26)

Chore

  • chore: remove unused imports (28aef13)

Feature

  • feat(structured): upgrade features moving to django-structured-fields (1d27f5f)

  • feat: removed slug and autogenerate permalink from title (1cf082f)

  • feat: add permalink direct editing in abstract page (d42b341)

Unknown

  • deps: fix rest framework versioning (c31ef16)

v6.0.0-beta.14

25 Mar 12:10
Compare
Choose a tag to compare
v6.0.0-beta.14 Pre-release
Pre-release

v6.0.0-beta.14 (2024-03-25)

Fix

  • fix: fix page get_or_create manager (6b8be36)

Unknown

  • Merge branch 'next' of github.com:lotrekagency/camomilla into next (3af75ba)

v6.0.0-beta.13

25 Mar 10:22
Compare
Choose a tag to compare
v6.0.0-beta.13 Pre-release
Pre-release

v6.0.0-beta.13 (2024-03-25)

Feature

  • feat: allow composite slugs in page models without a parent (4265a76)

v6.0.0-beta.12

29 Jan 13:01
Compare
Choose a tag to compare
v6.0.0-beta.12 Pre-release
Pre-release

v6.0.0-beta.12 (2024-01-29)

Fix

  • fix(homepage): fix get_or_create_homepage (a3c1095)

  • fix(typing): fixed python 3.8 typing compatibility (df27aa2)

Unknown

  • Merge pull request #17 from lotrekagency/fix/template-parameter

Fixed template update issue. (3e12882)

  • Fixed template update issue. (0b05519)

  • Fixed template update issue. (957ff1f)

v6.0.0-beta.11

09 Nov 17:04
Compare
Choose a tag to compare
v6.0.0-beta.11 Pre-release
Pre-release

v6.0.0-beta.11 (2023-11-09)

Fix

  • fix: get_absolute_url to remove / from home in sitemap (fa42b1b)

Unknown

  • Merge branch 'next' of github.com:lotrekagency/camomilla into next (8abeec6)

v6.0.0-beta.9

08 Nov 15:39
Compare
Choose a tag to compare
v6.0.0-beta.9 Pre-release
Pre-release

v6.0.0-beta.9 (2023-11-08)

Documentation

Fix

  • fix: fix APPEND_SLASH django config (81a43e2)

v6.0.0-beta.10

08 Nov 17:44
Compare
Choose a tag to compare
v6.0.0-beta.10 Pre-release
Pre-release

v6.0.0-beta.10 (2023-11-08)

Fix

  • fix: fix language switch redirect (d87a031)

  • fix: fix reverse url to return url with slash if append_slash (85d50a9)

Unknown

  • Merge branch 'next' of github.com:lotrekagency/camomilla into next (a9f6365)

v6.0.0-beta.8

10 Oct 09:41
Compare
Choose a tag to compare
v6.0.0-beta.8 Pre-release
Pre-release

v6.0.0-beta.8 (2023-10-10)

Chore

  • chore: update test app to use sitemap (d049220)

  • chore: black . πŸ’… (eb78a3b)

  • chore: added some comments on code (0b1849b)

  • chore: code format (53af6b4)

  • chore: added some typechecking to optimized storage (3f8e60a)

Documentation

  • docs: update docs emojis πŸ˜ƒ (53e511c)

  • docs: fix StructuredJSONField documentation (wrong field name in examples) (1962b3b)

  • docs: added use sitemap on docs (5924ade)

  • docs: update changelog (70c92e1)

Feature

  • feat: added camomilla sitemap (0071ce3)

  • feat: added is public annotation to urlnodes (19f6fcb)

  • feat: accept also single lang fields like title_en from serializers (b1244d5)

Fix

  • fix: fix structured cache getting value when not needed (b3f7c2d)

  • fix: fix nest to plain typing (d339a47)

Refactor

  • refactor: better typing for structured cache (eac24b6)

Test

  • test: add rest framework settings to example app (537dee1)

  • test: fix test api (c7a1f97)

v6.0.0-beta.7

30 Sep 15:54
Compare
Choose a tag to compare
v6.0.0-beta.7 Pre-release
Pre-release

v6.0.0-beta.7 (2023-09-30)

Chore

  • chore: update semanti releases branches (e0a4864)

  • chore: update example app (30f604f)

Documentation

Fix

  • fix: fix optimized storage increasing file sizes in some cases (7547c45)