🔖(minor) release 3.1.0

Added:
- 🚩(backend) add feature flag for the footer
- 🔧(backend) add view to manage footer json
- (frontend) add custom css style
- 🚩(frontend) conditionally render AI button only
  when feature is enabled

Changed:
- 🚨(frontend) block button when creating doc

Fixed:
- 🐛(back) validate document content in serializer
- 🐛(frontend) fix selection click
  past end of content
This commit is contained in:
Anthony LC
2025-04-07 15:54:39 +02:00
committed by Anthony LC
parent de8e812f2f
commit 3d5adad227
11 changed files with 16 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
environments:
dev:
values:
- version: 3.0.0
- version: 3.1.0
---
repositories:
- name: bitnami

View File

@@ -1,5 +1,5 @@
apiVersion: v2
type: application
name: docs
version: 3.0.0
version: 3.1.0
appVersion: latest