You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,10 @@ Finder
226
226
Form
227
227
----
228
228
229
+
* The values of the `FormEvents::*` constants have been updated to match the
230
+
constant names. You should only update your application if you relied on the
231
+
constant values instead of their names.
232
+
229
233
* The `choices_as_values` option of the `ChoiceType` has been removed.
230
234
231
235
* Support for data objects that implements both `Traversable` and
@@ -326,6 +330,8 @@ Form
326
330
}
327
331
```
328
332
333
+
* `FormRendererInterface::setTheme` and `FormRendererEngineInterface::setTheme` have a new optional argument `$useDefaultThemes` with a default value set to `true`.
334
+
329
335
FrameworkBundle
330
336
---------------
331
337
@@ -662,7 +668,7 @@ Process
662
668
663
669
* Extending `Process::run()`, `Process::mustRun()` and `Process::restart()` is
664
670
not supported anymore.
665
-
671
+
666
672
* The `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of the `Process` class have been removed.
0 commit comments