@@ -6,6 +6,8 @@ and this project adheres to
66
77## [ Unreleased]
88
9+ ## [ 4.1.0] - 2025-12-09
10+
911### Added
1012
1113- ⚡️(frontend) export html #1669
@@ -20,7 +22,7 @@ and this project adheres to
2022
2123### Fixed
2224
23- - 🐛(nginx) fix / location to handle new static pages
25+ - 🐛(nginx) fix / location to handle new static pages # 1682
2426- 🐛(frontend) rerendering during resize window #1715
2527
2628## [ 4.0.0] - 2025-12-01
@@ -31,12 +33,6 @@ and this project adheres to
3133- ✨(backend) Comments on text editor #1330
3234- ✨(frontend) link to create new doc #1574
3335
34- ### Fixed
35-
36- - 🐛(frontend) fix toolbar not activated when reader #1640
37- - 🐛(frontend) preserve left panel width on window resize #1588
38- - 🐛(frontend) prevent duplicate as first character in title #1595
39-
4036### Changed
4137
4238- ⚡️(sw) stop to cache external resources likes videos #1655
@@ -46,6 +42,12 @@ and this project adheres to
4642 - ♿(frontend) improve share modal button accessibility #1626
4743 - ♿(frontend) improve screen reader support in DocShare modal #1628
4844
45+ ### Fixed
46+
47+ - 🐛(frontend) fix toolbar not activated when reader #1640
48+ - 🐛(frontend) preserve left panel width on window resize #1588
49+ - 🐛(frontend) prevent duplicate as first character in title #1595
50+
4951## [ 3.10.0] - 2025-11-18
5052
5153### Added
@@ -65,9 +67,6 @@ and this project adheres to
6567 - ♿(frontend) improve ARIA in doc grid and editor for a11y #1519
6668 - ♿(frontend) improve accessibility and styling of summary table #1528
6769 - ♿(frontend) add focus trap and enter key support to remove doc modal #1531
68- - 🐛(frontend) preserve @ character when esc is pressed after typing it #1512
69- - 🐛(frontend) make summary button fixed to remain visible during scroll #1581
70- - 🐛(frontend) fix pdf embed to use full width #1526
7170- 🐛(frontend) fix alignment of side menu #1597
7271- 🐛(frontend) fix fallback translations with Trans #1620
7372- 🐛(export) fix image overflow by limiting width to 600px during export #1525
@@ -920,7 +919,8 @@ and this project adheres to
920919- ✨(frontend) Coming Soon page (#67 )
921920- 🚀 Impress, project to manage your documents easily and collaboratively.
922921
923- [ unreleased ] : https://github.com/suitenumerique/docs/compare/v4.0.0...main
922+ [ unreleased ] : https://github.com/suitenumerique/docs/compare/v4.1.0...main
923+ [ v4.1.0 ] : https://github.com/suitenumerique/docs/releases/v4.1.0
924924[ v4.0.0 ] : https://github.com/suitenumerique/docs/releases/v4.0.0
925925[ v3.10.0 ] : https://github.com/suitenumerique/docs/releases/v3.10.0
926926[ v3.9.0 ] : https://github.com/suitenumerique/docs/releases/v3.9.0
0 commit comments