Skip to content

Commit

Permalink
Bump to v0.3.0 (#31)
Browse files Browse the repository at this point in the history
* Bump to v0.3.0

* Add some forgotten bugs squashed
  • Loading branch information
kyle-sammons authored Jul 24, 2023
1 parent 224066b commit 1e17a4d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1e17a4d

Please sign in to comment.