We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609a145 commit c5bd098Copy full SHA for c5bd098
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+2.1.0 (2025-03-26)
6
+==================
7
+
8
+* feat: Add template components by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/263
9
+* docs: Add inline-editing how-to by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/261
10
11
12
2.0.0 (2025-03-20)
13
==================
14
* feat: Rename link plugin to text link plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/219
djangocms_frontend/__init__.py
@@ -19,4 +19,4 @@
19
13. Github actions will publish the new package to pypi
20
"""
21
22
-__version__ = "2.0.0"
+__version__ = "2.1.0"
0 commit comments