Skip to content

Commit bbf3477

Browse files
author
Jenkins
committed
TASK: Add changelog for 8.3.26 [skip ci]
See https://jenkins.neos.io/job/neos-release/472/
1 parent 191b678 commit bbf3477

File tree

1 file changed

+65
-0
lines changed
  • Neos.Neos/Documentation/Appendixes/ChangeLogs

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
`8.3.26 (2025-08-15) <https://github.com/neos/neos-development-collection/releases/tag/8.3.26>`_
2+
================================================================================================
3+
4+
Overview of merged pull requests
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
7+
`BUGFIX: backend module links with no hover color <https://github.com/neos/neos-development-collection/pull/5588>`_
8+
-------------------------------------------------------------------------------------------------------------------
9+
10+
**Upgrade instructions**
11+
12+
_None_
13+
14+
**Review instructions**
15+
16+
Issue: `#5586 <https://github.com/neos/neos-development-collection/issues/5586>`_
17+
18+
This fixes the issue at some places in the neos backend where links dont have a hover color. That where all places i found 🤔:
19+
20+
21+
https://github.com/user-attachments/assets/7c448606-5922-46b1-a0ae-400f724a2fad
22+
23+
24+
25+
26+
* Packages: ``Neos``
27+
28+
`BUGFIX: Reload node if hidden state is updated via inspector <https://github.com/neos/neos-development-collection/pull/5602>`_
29+
-------------------------------------------------------------------------------------------------------------------------------
30+
31+
With this change nodes are updated in the guest frame when the hidden state is updated in the inspector.
32+
33+
* Resolves: `#5601 <https://github.com/neos/neos-development-collection/issues/5601>`_
34+
35+
* Packages: ``Neos``
36+
37+
`BUGFIX: Neos backend login autofocus username <https://github.com/neos/neos-development-collection/pull/5599>`_
38+
----------------------------------------------------------------------------------------------------------------
39+
40+
When loading the backend login screen, one have to either TAB or click in the username field to input the login.
41+
42+
Increase accessibility (and convenience) by autofocusing the field upon loading.
43+
44+
**Note**: The password field already gets autofocus if the username is already filled (i.e. after a failed password attempt), which is why we have the ``@if`` here.
45+
46+
* Packages: ``Neos``
47+
48+
`TASK: New build of neos/neos css assets <https://github.com/neos/neos-development-collection/pull/5613>`_
49+
----------------------------------------------------------------------------------------------------------
50+
51+
* Relates: `#5588 <https://github.com/neos/neos-development-collection/issues/5588>`_
52+
53+
* Packages: ``Neos``
54+
55+
`TASK: Update enshrined/svg-sanitize to ^0.22.0 <https://github.com/neos/neos-development-collection/pull/5609>`_
56+
-----------------------------------------------------------------------------------------------------------------
57+
58+
Upgraded the enshrined/svg-sanitize dependency from ^0.17.0 to ^0.22.0 in composer.json due to CVE-2025-55166
59+
60+
Relates to: #4812
61+
62+
* Packages: ``Media.Browser``
63+
64+
`Detailed log <https://github.com/neos/neos-development-collection/compare/8.3.25...8.3.26>`_
65+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)