Explorer Versions Save

Data Explorer by Keen - point-and-click interface for analyzing and visualizing event data.

v6.0.11

4 years ago

Fixes:

  • fix for embed html template params: title and limit

v6.0.10

4 years ago

New features:

  • New filter type: RegEx

v6.0.9

4 years ago

Fixes:

  • All schema properties are now A-Z sorted (case insensitive)

Improvements:

  • Extraction - ability to set a custom limit of events to preview
  • Browse saved queries tab - ability to delete saved queries
  • Better support for the large collection schemas (with more than 1k properties)

v6.0.7

4 years ago

Fixes:

Minor fixes for bugs related in the Filters tab

v6.0.6

4 years ago

Fixes:

Minor CSS fixes and improvements

v6.0.0

4 years ago

Removed dependencies:

  • react 15
  • jquery
  • bootstrap
  • flux
  • lodash

New dependencies:

  • react 16
  • react-redux
  • redux-saga
  • rc-time-picker
  • react-dates
  • react-select
  • prismjs

New features:

  • group_by with order_by and limit
  • custom intervals
  • search/filter in the browse saved queries tab
  • new version of keen-dataviz with:
    • chart types: area-step, area-spline, funnels
    • download charts as PNG
    • sort table rows

Improvements:

  • ability to change date using text input in absolute timeframes
  • state of the UI is base64-encoded and saved in the URL. It improves link-sharing experiences
  • maximum refresh time for cached queries has been changed from 24 to 48 h
  • ability to copy nodes when viewing JSON
  • labels for the steps of the funnel

v4.0.0

5 years ago
  • All of the JS files are now bundled by Webpack 4.8.3 - UMDs!

Fixes:

  • Fixed bug Can't import KeenExplorer from keen-explorer (#228 reported by pixelastic)
  • Minified version is built with NODE_ENV=production (#231 reported by stof). We will update the Explorer on Keen.IO in the following days.

v2.3.0

8 years ago

What's new?

A whole bunch of bug fixes! That's it. 💃

v2.2.0

8 years ago

What's new?

Major new features:

  • Multi-group by: You can now group by an additional property for a multi-group by.
  • Funnel queries can now be saved + cached!

Other updates:

  • Several major performance updates, including:
    • Only rendering the chart when a new query has been run
    • Not cloning the entire query response object for update operations. This was using significant amounts of CPU and dropping frames for larger responses.
    • Moved code that determines a query's data type + chart type options into Explorer directly instead of getting this information from Keen.js. The executing time is significantly reduced with this approach.

Major dependency updates:

  • Explorer now requires Keen.js v3.4.0-rc4 to function correctly. This is because only latest Keen.js knows how to properly visualize multi-group by queries automatically. It also includes many small fixes which help Explorer perform better.
  • lodash has been upgraded to latest version. woop!

v2.0.0

8 years ago

What's new?

The major addition in version 2.0 is funnels! We're finally supporting the funnel analysis type that has been in the Keen IO API for a very long time. When the funnel analysis type is selected, the Explorer will now show funnel steps in the query builder area - you can use these steps to create a funnel query and have it visualized with a bar chart on the right side visualization area.

Other technical changes

  • Major update to the ExplorerStore to handle the new funnels analysis type.
  • Major update to validations architecture to handle conditional validations better.
  • FilterManager is now generic and can be easily reused elsewhere in the application.
  • A bunch of bug fixes.