Skip to content

Commit 0a63610

Browse files
committed
5.4.0 release notes
1 parent e0e064a commit 0a63610

File tree

2 files changed

+102
-0
lines changed

2 files changed

+102
-0
lines changed

docs/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--
66
This section summarizes the changes in each release.
77

8+
* <<release-notes-5.4.0>>
89
* <<release-notes-5.3.2>>
910
* <<release-notes-5.3.1>>
1011
* <<release-notes-5.3.0>>
@@ -19,6 +20,7 @@ This section summarizes the changes in each release.
1920
* <<release-notes-5.0.0>>
2021

2122
--
23+
include::release-notes/5.4.0.asciidoc[]
2224
include::release-notes/5.3.2.asciidoc[]
2325
include::release-notes/5.3.1.asciidoc[]
2426
include::release-notes/5.3.0.asciidoc[]

docs/release-notes/5.4.0.asciidoc

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
[[release-notes-5.4.0]]
2+
== 5.4.0 Release Notes
3+
4+
Also see <<breaking-changes-5.0>>.
5+
6+
[float]
7+
[[enhancement-5.4.0]]
8+
=== Enhancements
9+
Core::
10+
* Kibana Globalization - Phase 1 {pull}7545[#7545] - community contribution by @hickeyma
11+
* Kibana Globalization - Phase 2 {pull}8766[#8766] - community contribution by @hickeyma
12+
* Navbarextensions improvements {pull}9871[#9871] - community contribution by @scampi
13+
CLI::
14+
* Replaces zip library and additional performance improvements {pull}11145[#11145]
15+
* Make dirs in correct location {pull}11188[#11188]
16+
Dev Tools::
17+
* Replace zeroclipboard with native copy {pull}10639[#10639]
18+
* Console support for HEAD requests {pull}10611[#10611]
19+
Dashboard::
20+
* Warn if the title is a duplicate {pull}10321[#10321]
21+
* Introducing view and edit modes {pull}10585[#10585]
22+
Discover::
23+
* Introduce autocompleting input as index pattern selector {pull}10144[#10144]
24+
* Do not expand index patterns by default {pull}11155[#11155]
25+
* When a date is selected in absolute mode, set to start/end of day {pull}10433[#10433]
26+
* Add link to switch to a view of an entrys surrounding documents {pull}9198[#9198]
27+
Management::
28+
* Indexed fields type filter {pull}10708[#10708] - community contribution by @coverslide
29+
* Update Index Pattern header to use UI Framework components. {pull}10390[#10390]
30+
Timepicker::
31+
* Add Set To Now button to from field in absolute mode {pull}10985[#10985]
32+
* Allow setting a custom to interval in relative mode {pull}10990[#10990]
33+
Visualize::
34+
* Re-implement Visualize Wizard using Gallery component for selecting visualization type {pull}10972[#10972]
35+
* Highlight area chart when hovered {pull}10460[#10460] - community contribution by @coverslide
36+
* Add percent tick formatter to Timelion {pull}10917[#10917]
37+
* Add advanced display options for Line, Bar, and Area Charts, such as overlaying multiple chart types, supporting horizontal layouts, and styling of axes and gridlines {pull}9642[#9642]
38+
* Add geocentroid support to Kibana. {pull}10871[#10871]
39+
* Add support for parent and sibling pipeline aggregations {pull}10070[#10070], {pull}10020[#10020], {pull}10033[#10033]
40+
* Add the Time Series Visual Builder UI {pull}9725[#9725]
41+
* Use unit formatters for y-axis labels in Timelion {pull}9065[#9065]
42+
* You can now zoom out to level 0 for WMS services {pull}11399[#11399]
43+
Miscellaneous::
44+
* Add shard allocation plugin {pull}10482[#10482]
45+
* adds missing editor param to vis-options {pull}10564[#10564]
46+
* Apply kui framework styles to single doc view {pull}10200[#10200]
47+
* babel 6 upgrade {pull}9702[#9702] - community contribution by @coverslide
48+
* Bump jquery from 2.1.4 -> 2.2.4 (latest in 2.x line) {pull}10950[#10950]
49+
* Bump makelogs to 3.2.3 {pull}10510[#10510]
50+
* do not use the jquery submit method since it makes a page reload and {pull}11100[#11100] - community contribution by @scampi
51+
* Don't add $$hashKey to filter objects {pull}11064[#11064]
52+
53+
[float]
54+
[[bug-5.4.0]]
55+
=== Bug fixes
56+
Core::
57+
* [Fix for #10129] only check for url overflows when not hashing states {pull}10878[#10878]
58+
* [Fix for #10558 and #10255] Improve the design of the Tab components focused and selected states. {pull}10560[#10560]
59+
* [Fix for #10656] Rename Side Nav Link title and href attributes to label and url. Now hovering over a navigation item in the Side Nav wont display a browser tooltip. {pull}10660[#10660]
60+
* [Fix for #3430, #7505] Update document table when auto refresh contains document updates {pull}10385[#10385]
61+
* [Fix for #8449] ensure that multi.allow_explicit_index=true {pull}10855[#10855]
62+
* Fix focus states of Buttons inside of the ToolBar. Now these buttons display the correct focus state. {pull}11129[#11129]
63+
* Fix incorrect background-color when Basic Button in ToolBar was in a hover state. {pull}10772[#10772]
64+
* Force kuiLink to have cursor: pointer, even if there's no href. Now the cursor will behave correctly when hovering over a link. {pull}10625[#10625]
65+
* Fix visual bugs with SavedObjectFinder UI. Replaces visually broken search input with the SearchInput component from the UI Framework. {pull}11029[#11029]
66+
Dashboard::
67+
* [Fix for #10121] Absolute time selection is now preserved when opening a dashboard {pull}10152[#10152]
68+
* [Fix part of #8633] Add info notifications when adding visualizations or searches to the dashboard {pull}10310[#10310]
69+
* [Fix for #4161] where the pager in a saved search would indicate the wrong number of total items {pull}10827[#10827]
70+
Dev Tools::
71+
* [Fix for #10241] Add _open and _close autosuggestions for indices in console {pull}10614[#10614] - community contribution by @coverslide
72+
Discover::
73+
* [Fix for #10233] Fix issue where selected columns would persist when creating a new search {pull}10357[#10357]
74+
* [Fix for #6295, #10351] Fix interval drop-down for date histogram in discover {pull}10384[#10384]
75+
* [Fix for #5684] Allow sorting and filtering on _type field {pull}10254[#10254]
76+
Management::
77+
* [Fix for #4040] Use better logic for detecting non-default values {pull}11036[#11036]
78+
* [Fix for #5694, #6789, #7404, #7667, #8682, #9116, #9624 in Saved Object Importing] Fix the myriad problems with saved object importing related to order, errors, and formatting {pull}10521[#10521] {pull}10663[#10663] {pull}10666[#10666] {pull}10740[#10740] {pull}10788[#10788] {pull}11059[#11059]
79+
* [Fix for #5826] where an error is displayed when saving a new scripted field {pull}10820[#10820]
80+
* [Fix for #8682] Prompt about overwriting existing saved objects {pull}10663[#10663]
81+
* [Fix for #9678] Breadcrumb urls in management flow {pull}10084[#10084] - community contribution by @coverslide
82+
Visualize::
83+
* [Fix for #10202] Format the totals row correctly {pull}10414[#10414] - community contribution by @trevan
84+
* [Fix for #10294] fixing heatmap rotate checkbox {pull}10333[#10333]
85+
* [Fix for #10296] fixing heatmap labels to use field formatters {pull}10334[#10334]
86+
* [Fix for #10419] Tooltip no longer flickers on heatmaps 10467[#10467] - community contribution by @coverslide
87+
* [Fix for #10423] Correctly clean up the tooltip when removing a filter {pull}11146[#11146] - community contribution by @scampi
88+
* [Fix for #10476] Ensure Timelion charts do not go blank or continually flash {pull}10486[#10486]
89+
* [Fix for #10508] Use field formatters for heatmap legend {pull}10529[#10529]
90+
* [Fix for #6605] fixing pie chart tooltip custom label bug {pull}10219[#10219]
91+
* [Fix for #9156] fixes error with saving hidden metrics {pull}10220[#10220]
92+
* [Fix for #9492] Do not generate unnecessary requests to Elasticsearch {pull}9658[#9658] - community contribution by @nreese
93+
Miscellaneous::
94+
* Fixes URL image formatters when using a basePath {pull}11082[#11082]
95+
* Indicate if index is time-based or not {pull}10790[#10790]
96+
97+
[float]
98+
[[deprecation-5.4.0]]
99+
=== Deprecations
100+
* Nothing is deprecated in Kibana 5.4.0

0 commit comments

Comments
 (0)