diff --git a/CHANGELOG.md b/CHANGELOG.md index 448057f..4d22206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.3.0 +### New features +* Added a sidebar that displays all the detected fields in the logs returned +* Added a popover on the sidebar that when clicked will show detailed statistics about the values of a given field +* Added buttons to the popover sidebar UI that allows you to filter fields by one of the values shown (either positively +or negatively), added loading indicators, folding, and various other small touchups + +### Breaking changes +N/A + +### Bugs squashed +* Fixed an issue in the explore UI where queries over `250px` wide in the filter query textbox would cause the textbox to +go behind other components +* Fixed an issue in the explore UI where if you cleared out all of the text from the filter query textbox you would be +unable to add more text + ## 0.2.1 ### New features N/A diff --git a/package.json b/package.json index 9cd0847..0bd114e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack-kaldb-app", - "version": "0.2.1", + "version": "0.3.0", "description": "Grafana KalDB App", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",