Skip to content

Releases: chatatechnologies/react-autoql

v8.8.17

11 Oct 15:31
Compare
Choose a tag to compare

** BUG FIXES**

Fix: Sorting pivot view type table was not working as expected due to the selected column index to sort on
Fix: Additional columns were disappearing from the additional columns list after being added to and then removed form the table
Fix: Add copy to onHover summary stats for a column indicating "Summary stats unavailable - dataset is too large. Please try refining your query" when the query returned 50,000+ rows.

v8.8.12

27 Sep 02:31
525a8ae
Compare
Choose a tag to compare

Feature

  • Allow users to name their Custom Columns through the create and edit Custom Column Modals
  • Enable drilldowns on query responses which do not contain any columns that are groubable

Full Changelog: v8.8.7...v8.8.12

v8.8.7

18 Sep 00:22
Compare
Choose a tag to compare

v8.8.7

Feature: Data Alert's Create and Edit modals now allow for Category, Description, and Subscription Units to be inputed by the user.

v8.8.5

12 Sep 02:46
d8302da
Compare
Choose a tag to compare

Feature: Persist Custom Columns in QueryOutput component through /query endpoint and columns response
Feature: Create Custom Columns from other Custom Columns
Feature: Dashboards now support Custom Columns
Feature: Data Alerts now support Custom Columns

v8.6.3

07 Aug 21:36
12c4553
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.6.2...v8.6.3

8.6.2

01 Aug 18:40
e2f2c42
Compare
Choose a tag to compare

New Features

  • Delete all notifications

Bug Fixes

  • create data alerts small screen cutoff issue

8.5.0

12 Jul 00:04
f809ccb
Compare
Choose a tag to compare

New Features

  • Custom column feature (numerical column calcs)
  • New Data Alert multiplication factor

Bug Fixes

  • Notifications: If parsed_interpretation is empty, fallback on text field in query result data (empty quote bug in notification summary)

v8.4.38

11 Jun 22:36
Compare
Choose a tag to compare

New Features

  • Feature: Copy updates in Data Alert Modals
  • Feature: "Additional Settings" sections which includes "description" input was added to Data Alert Modals

Bug Fixes

  • fix: Set custom columns feature to disabled as default

v8.4.35

04 Jun 23:30
Compare
Choose a tag to compare

New Features

  • Ability to add a custom check frequency when creating a Data Alert (anywhere between 1 and 60 mins)

Bug Fixes

  • fix: When switching Data Alert type in DA settings modal, schedule settings dropdowns don't update according to the type selected
  • fix: Remove tooltip delay inside notification visualizations

8.4.29

29 Apr 23:18
3266bba
Compare
Choose a tag to compare

New Features

  • Ability to delete a column via right click on header
  • Do not allow Data Alert compare conditions for aggs with no numerical columns
  • Allow "exists" data alerts for aggregation lists
  • Allow condition (single value only) for Data Alerts made from list queries
  • Increase character limit for Data Alert name to 75
  • Add conditions step to schedule alert creation flow
  • Use client-side filtering/sorting functions for all notification data
  • Add "is not equal to" to Data Alert condition options list

Bug Fixes

  • fix: column labels getting aggregated in some cases (numerical categories)
  • fix: sliver of "Clear filter" button shows in notification results when user is not filtering
  • fix: Chart tooltips missing on notification results
  • fix(Data Explorer): VL persists in data explorer query suggestion userSelection, even after unselecting column