You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
Changelog
3
3
=========
4
4
5
+
2.1.3 (2025-07-20)
6
+
==================
7
+
8
+
* feat: simpler component configuration by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/279
9
+
* feat: Add support for ``choices`` in template components. by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/282
10
+
* feat: Make template component folder configurable by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/285
11
+
* fix: AttributeError CMSPlugin (EditorNotePlugin) object has no attribute config by @zbohm in https://github.com/django-cms/djangocms-frontend/pull/280
12
+
* chore: Add test for editor note plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/281
13
+
* chore: Fix some style issues by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/283
14
+
* chore: Introduce dynamic badges from shields.io by @mrbazzan in https://github.com/django-cms/djangocms-frontend/pull/287
15
+
* chore: Move setup info to pyproject.toml exclude docs and tests from wheel by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/290
16
+
* chore: fix column per row not been saved and added tests by @mrbazzan in https://github.com/django-cms/djangocms-frontend/pull/291
17
+
* chore: Increase specificity for admin urls (django 5.2) by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/278
18
+
19
+
**New Contributors**
20
+
21
+
* @zbohm made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/280
22
+
* @mrbazzan made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/287
0 commit comments