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: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
1.3.4 / 2020-03-11
2
+
==================
3
+
4
+
BC Break:
5
+
6
+
* Changed the return value for `getValue` on a select without any options to an empty string rather than `null` to respect the common contract between Mink drivers
7
+
8
+
Bug fixes:
9
+
10
+
* Changed phpdoc types from `Boolean` to `boolean` to be compatible with psalm type checking
11
+
* Improved compatibility with the HTML5 parsing of the symfony/dom-crawler component in 4.4+
12
+
* Removed usages of APIs deprecated in symfony/dom-crawler 4.4
13
+
* Send the configured headers when submitting forms
14
+
15
+
Testsuite:
16
+
17
+
* Removed HHVM from CI as they dropped support for PHP compatibility
0 commit comments