Skip to content

Commit d499112

Browse files
author
Jenkins
committed
TASK: Add changelog for 8.3.15 [skip ci]
See https://jenkins.neos.io/job/neos-release/445/
1 parent 4a2d977 commit d499112

File tree

1 file changed

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

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
`8.3.15 (2024-06-14) <https://github.com/neos/neos-development-collection/releases/tag/8.3.15>`_
2+
================================================================================================
3+
4+
Overview of merged pull requests
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
7+
`BUGFIX: Access isNil function from Helper function to apply selected image to property <https://github.com/neos/neos-development-collection/pull/5140>`_
8+
---------------------------------------------------------------------------------------------------------------------------------------------------------
9+
10+
**Upgrade instructions**
11+
12+
_None_
13+
14+
**Review instructions**
15+
16+
Follow-up to: `#5117 <https://github.com/neos/neos-development-collection/issues/5117>`_
17+
18+
With the latest Bugfix release of Neos 8.3.14 currently when selecting an image from the media browser it not will be applyied to the image property as the ``IsNil`` function has to be accessed inside of the ``Helper`` function.
19+
20+
```javascript
21+
NeosCMS.isNil()
22+
```
23+
In this case, leads to an unresolved function or method.
24+
25+
### Before
26+
27+
https://github.com/neos/neos-development-collection/assets/39345336/ed761221-924d-467f-bd9f-6eb6c97dd553
28+
29+
### After
30+
31+
https://github.com/neos/neos-development-collection/assets/39345336/2c78211a-c8a8-4f55-808a-15b495fde586
32+
33+
34+
35+
* Packages: ``Neos`` ``Media.Browser``
36+
37+
`Detailed log <https://github.com/neos/neos-development-collection/compare/8.3.14...8.3.15>`_
38+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)