Skip to content

v.2.0.0

Compare
Choose a tag to compare
@aroc aroc released this 03 Dec 18:30
· 2155 commits to master since this release

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.