mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update the release notes for new RCs
This commit is contained in:
parent
38a19d498c
commit
6763f041f3
1 changed files with 24 additions and 1 deletions
|
@ -28,7 +28,7 @@ Visualization::
|
|||
=== New features
|
||||
Discover::
|
||||
* Implement new Kibana query language {pull}12624[#12624]
|
||||
- This PR adds a new experimental query language to Kibana. The new language is turned off by default but can be enabled in the Management > Advanced Settings via the search:queryLanguage:switcher:enable option. Changing this setting to true will add a language selector to the query bar that allows users to choose the new language for their query. Details of the new query language can be found in the issue description (https://github.com/elastic/kibana/issues/12282).
|
||||
- This PR adds a new experimental query language to Kibana. The new language is turned off by default but can be enabled in the Management > Advanced Settings via the search:queryLanguage:switcher:enable option. Changing this setting to true will add a language selector to the query bar that allows users to choose the new language for their query. Details of the new query language can be found in the issue description (#12282).
|
||||
Sharing::
|
||||
* Full screen mode implementation for dashboard {pull}12265[#12265]
|
||||
- You can now enter full screen mode when viewing a dashboard. This hides the Chrome and the top nav bar. If you have any filters applied, you'll see the filter bar, otherwise that will be hidden as well. To exit full screen mode, hover over and click the Kibana button on the lower left side of the page, or simple press the ESC key.
|
||||
|
@ -151,14 +151,20 @@ Visualization::
|
|||
=== Bug fixes
|
||||
Design::
|
||||
* [UI Framework] Fix disappearing borders for LocalNav search select. {pull}12803[#12803]
|
||||
* [Accessibilty] Make kbn_accessible_click part of autoload/all {pull}13299[#13299]
|
||||
Discover::
|
||||
* Fix call to suggestions API to correctly use index pattern title {pull}12917[#12917]
|
||||
* Remove simple_query_string hack now that multi_match supports * properly {pull}13285[#13285]
|
||||
* Add documentation link to query bar when Kuery is selected {pull}13300[#13300]
|
||||
Management::
|
||||
* [Fix for #12728] Ensure conflicted fields can be searchable and/or aggregatable {pull}13070[#13070]
|
||||
* [Fix for #13186] [Management] Update saved objects client usage to `attributes` instead of `_source` {pull}13223[#13223]
|
||||
* [Fix for #12249] Fixes issue #12249 {pull}12254[#12254]
|
||||
* Refine getIndices() to return an empty array if there are no matching indices. {pull}12659[#12659]
|
||||
* Remove translations from management section {pull}13049[#13049]
|
||||
* [Fix for #9352] Change mapping of index-pattern fields to text {pull}9353[#9353]
|
||||
Operations::
|
||||
* Remove `@elastic` folder from `packages/` {pull}13089[#13089]
|
||||
* Fix jsonify license check (#12615) {pull}12619[#12619]
|
||||
* Use es6 exports, replace module.exports {pull}12084[#12084]
|
||||
* [es archiver] fix error causes when requesting multiple index feature… {pull}12473[#12473]
|
||||
|
@ -172,6 +178,7 @@ Platform::
|
|||
* [Fix for #12047] [uiSettings] make service request based {pull}12243[#12243]
|
||||
- - removes server.uiSettings() (throws error with instructions) - Adds request.getUiSettingsService() which returns a unique instance of UiSettingsService per request - Methods on UiSettingsService no longer require a request object - Adds server.uiSettingsServiceFactory(options) which can be used to create an instance of UiSettingsService with a custom callCluster() function
|
||||
* [Fix for #12436] Fix stats permissions and use underscore instead of dash {pull}12478[#12478]
|
||||
* [server/indexPatterns] expose indexPatternService getter/factory {pull}13012[#13012]
|
||||
Sharing::
|
||||
* Restoring the dashboard-grid padding to appease Gridster {pull}12613[#12613]
|
||||
* [Fix for #11857] Accessibility: Sharing UI - associate labels with controls {pull}12143[#12143]
|
||||
|
@ -219,3 +226,19 @@ Visualization::
|
|||
* [Fix for #12220] Should only fit on shapes that are part of the result {pull}12881[#12881]
|
||||
* [Fix for #12172] Save layer setting in the region map UI {pull}12956[#12956]
|
||||
* [Fix for #12189] Region map should respect saved center and zoom {pull}12883[#12883]
|
||||
* [Fix for #13181, elastic/beats#4777] Add Checks to Dashboard Context {pull}13182[#13182]
|
||||
* [Fix for #13244] [visualize spy] Pull index title instead of id {pull}13254[#13254]
|
||||
* [Fix for #11586] Use ui-select for agg selector {pull}13292[#13292]
|
||||
* [Fix for #13227] Send map filters through $newFilters so they get picked up by both kuery and lucene {pull}13251[#13251]
|
||||
* [Fix for #12827] removes :filters from label {pull}12962[#12962]
|
||||
* [Fix for #12983] resize was not detected correctly {pull}13239[#13239]
|
||||
* [Fix for #13011] Should respect pinned filters {pull}13019[#13019]
|
||||
* [Fix for #13255] Ensure we are working with data-series to avoid tooltip errors {pull}13266[#13266]
|
||||
* [Fix for #12724] by default metric should not define color {pull}12993[#12993]
|
||||
* [Fix for #12391] in percentage mode tooltip should also show percentages {pull}13217[#13217]
|
||||
- Tooltips now correctly display the percentage-value in area charts where the Y-Axis is formatted in percentage mode.
|
||||
* [Fix for #12963] Exclude stacktrace from error response of Timelion backend {pull}12973[#12973]
|
||||
- the Timelion backend no longer includes the stacktrace as part of the server response. This stacktrace is now logged to the server console.
|
||||
* Visualization accessibility issues {pull}13226[#13226]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue