Skip to content

Commit cf83eaf

Browse files
authored
Merge branch 'django-cms:main' into feat/placeholder-order
2 parents c3c0a65 + 7f76592 commit cf83eaf

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
Changelog
33
=========
44

5+
1.0.0
6+
=====
7+
8+
* feat: Add site middleware by @metaforx in https://github.com/django-cms/djangocms-rest/pull/50
9+
* feat: Add menu endpoints by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/49
10+
* feat: add OpenAPI support for "preview" query parameter by @metaforx in https://github.com/django-cms/djangocms-rest/pull/53
11+
* feat: Add `path` field to menu endpoints by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/65
12+
* feat: Add Django 6.0 support to CI by @vinitkumar in https://github.com/django-cms/djangocms-rest/pull/72
13+
* feat: Add readthedocs support by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/75
14+
* feat: Remove PlaceholderRelationSerializer and add Placeholder content instead by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/73
15+
* feat: add package data configuration for static and template files by @metaforx in https://github.com/django-cms/djangocms-rest/pull/81
16+
* feat: Add page search endpoint by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/64
17+
* feat: Preserve placeholder order by @metaforx in https://github.com/django-cms/djangocms-rest/pull/83
18+
* refactor: add distinct operationId in openapi schema for menu endpoint by @metaforx in https://github.com/django-cms/djangocms-rest/pull/80
19+
* fix: OpenAPI schema for nested navigation by @metaforx in https://github.com/django-cms/djangocms-rest/pull/58
20+
* fix: Page serializer returned null for empty meta_description by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/56
21+
* fix: Add menu endpoint with root_id for the root page by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/57
22+
* fix: Respect ?preview for menu views by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/70
23+
* fix: Check for toolbar attribute before setting preview mode on `?preview=1` request by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/71
24+
* fix: try to fix the issue with coverage files not uploading by @vinitkumar in https://github.com/django-cms/djangocms-rest/pull/74
25+
* fix: readthedocs build by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/76
26+
* fix: Add page path to node attributes by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/78
27+
* fix: Add tests to verify caching behavior by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/85
28+
29+
530
0.8.1
631
=====
732
* fix: Package data was missing from wheel

djangocms_rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.1"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)