@@ -12,10 +12,18 @@ and this project adheres to
1212
1313## [ v4.8.2] - 2026-03-19
1414
15+ ### Added
16+
17+ - ✨(backend) add resource server api #1923
18+ - ✨(frontend) activate Find search #1834
19+ - ✨ handle searching on subdocuments #1834
20+ - ✨(backend) add search feature flags #1897
21+
1522### Changed
1623
1724- ♿️(frontend) ensure doc title is h1 for accessibility #2006
1825- ♿️(frontend) add nb accesses in share button aria-label #2017
26+ - ✨(backend) improve fallback logic on search endpoint #1834
1927
2028### Fixed
2129
@@ -29,6 +37,11 @@ and this project adheres to
2937- 🐛(backend) stop using add_sibling method to create sandbox document #2084
3038- 🐛(backend) duplicate a document as last-sibling #2084
3139
40+ ### Removed
41+
42+ - 🔥(api) remove ` documents/<document_id>/descendants/ ` endpoint #1834
43+ - 🔥(api) remove pagination on ` documents/search/ ` endpoint #1834
44+
3245## [ v4.8.1] - 2026-03-17
3346
3447### Added
@@ -45,7 +58,6 @@ and this project adheres to
4558
4659- ✨(backend) add a is_first_connection flag to the User model #1938
4760- ✨(frontend) add onboarding modal with help menu button #1868
48- - ✨(backend) add resource server api #1923
4961
5062### Changed
5163
@@ -131,16 +143,12 @@ and this project adheres to
131143- ✨(frontend) Add stat for Crisp #1824
132144- ✨(auth) add silent login #1690
133145- 🔧(project) add DJANGO_EMAIL_URL_APP environment variable #1825
134- - ✨(frontend) activate Find search #1834
135- - ✨ handle searching on subdocuments #1834
136- - ✨(backend) add search feature flags #1897
137146
138147### Changed
139148
140149- ♿(frontend) improve accessibility:
141150 - ♿️(frontend) fix subdoc opening and emoji pick focus #1745
142151- ✨(backend) add field for button label in email template #1817
143- - ✨(backend) improve fallback logic on search endpoint #1834
144152
145153### Fixed
146154
0 commit comments