Release notes 6.2.2

This commit is contained in:
jimgoodwin 2018-02-20 08:53:02 -05:00
parent ae0358a17a
commit 384fedec23
2 changed files with 17 additions and 0 deletions

View file

@ -5,6 +5,7 @@
--
This section summarizes the changes in each release.
* <<release-notes-6.2.2>>
* <<release-notes-6.2.1>>
* <<release-notes-6.2.0>>
* <<release-notes-6.1.3>>
@ -21,6 +22,7 @@ This section summarizes the changes in each release.
* <<release-notes-6.0.0-alpha1>>
--
include::release-notes/6.2.2.asciidoc[]
include::release-notes/6.2.1.asciidoc[]
include::release-notes/6.2.0.asciidoc[]
include::release-notes/6.1.3.asciidoc[]

View file

@ -0,0 +1,15 @@
[[release-notes-6.2.2]]
== 6.2.2 Release Notes
Also see <<breaking-changes-6.0>>.
[float]
[[bug-6.2.2]]
=== Bug fixes
Design::
* [Fixes #4475] Removing flex-basis: 0 to make items size properly in IE11 {pull}16557[#16557]
* [Fixes #16608] Service to show confirmation prompt when leaving a dirty form {pull}16688[#16688]
Management::
* [Fixes #16304] [Management] Prevent react warnings in index pattern creation {pull}16520[#16520]
Platform::
* Destroying socket when we get a clientError {pull}16700[#16700]