File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1010Changes
1111=======
1212
13+ Version v14.0.0b1.dev10 (released 2025-12-12)
14+
15+ - fix(deposit-ui): add explicit `data-label ` for files section
16+ * This is a fix for allowing for the `FormFeedbackSummary ` to be able to
17+ pick-up the correct "Files" label when reporting the error summary.
18+ Getting the text from the original `label ` attribute didn't work
19+ because it has more than a single element/node, which caused the
20+ section to show up as `[object Object] ` on the error banner.
21+ - fix(tombstone): use consistent casing for labels
22+ - fix(deposit-ui): better display of expired file modification period
23+
1324Version v14.0.0b1.dev9 (released 2025-11-24)
1425
1526- details: fix: do not sanitize additional description in template
Original file line number Diff line number Diff line change 1717#
1818# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
1919
20- __version__ = "14.0.0b1.dev9 "
20+ __version__ = "14.0.0b1.dev10 "
2121
2222__all__ = ("__version__" ,)
You can’t perform that action at this time.
0 commit comments