Skip to content

Releases: chatatechnologies/react-autoql

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

8.3.8

12 Mar 15:25
Compare
Choose a tag to compare

Bug Fixes

  • Fix: Line charts go blank in some edge cases
  • Fix: Dashboard changes not consistently persisting

8.2.47

28 Feb 16:02
Compare
Choose a tag to compare

Features

  • Ability to add new columns to groupby queries (both groupby and numerical columns)
  • Ability to add DM response to a dashboard tile
  • Add column tooltips to pivot tables
  • Add group column header to pivot tables describing the column used for pivot data

Bug Fixes

  • Fix: Aggs in charts are ignoring 0 values
  • Fix: Update RT when filters are run in tables
  • Fix: Scrolling past 50 resets column sort
  • Fix: Both axes of the bubble chart have the same name
  • Fix: Table filtering with operators has weird behaviour if a space isn't included after the operator
  • Fix: For groupby queries, stacked charts are not working as expected
  • Fix: After saving column visibility in DB edit mode, columns reset back to previous state until refreshing the page

8.2.11

06 Feb 23:49
5610a5d
Compare
Choose a tag to compare
  • Add new Data Alert error status
  • Fix: drilldowns not persisting original filters when adding additional filters to table

8.2.0

17 Jan 00:42
a596e9d
Compare
Choose a tag to compare

8.2.0

New features

  • New Data Explorer
  • Pagination removed (new max rows of 50,000)
  • Column header tooltips with total/avg summary
  • Sort pivot table columns alphabetically if string type
  • Limit scatterplot to 300 dots

Bug Fixes

  • Fix: outline showing on chart label click
  • Fix: update pivot table and charts after filtering table
  • Fix: sort aggregated data by groupby column if it is a number column
  • Fix: "try again" link in data explorer preview
  • Fix bar chart y scale for numerical columns

8.1.4

13 Oct 23:41
Compare
Choose a tag to compare

8.1.4

Bug Fixes

  • Fix some cross browser issues with PNG export
  • Fix notification display message for error state

8.1.2

11 Oct 22:29
Compare
Choose a tag to compare

8.1.2

New features

  • Always use API for sorting and filtering tables
  • Allow number type columns for groupbys in pivot table/charts
  • Allow percent sign to be typed into Data Alert condition
  • Handle case where data return is null in a notification

Bug Fixes

  • Fix negative value styles in heatmap chart
  • Fix "check all" in number axis selector when some columns are hidden
  • Fix histogram and scatterplot showing hidden columns in axis selector

Other

  • Update most fn references to use autoql-fe-utils
  • Remove unused dependencies
  • Mock tabulator for tests
  • Remove all references to lodash "get" and uninstall
  • Fix all vulnerabilities

8.1.1

22 Sep 22:30
Compare
Choose a tag to compare

Fix broken series visibility toggling from chart legends

8.1.0

20 Sep 21:21
43e5970
Compare
Choose a tag to compare

8.1.0

New features

  • Enable histogram drilldowns
  • Do not sort data on FE anymore - keep original sort from API
  • Show recent queries in autocomplete and ability to access 5 most recent queries with up arrow
  • Use api for all list drilldowns - no more clientside "drilldowns"

Bug Fixes

  • Add more bucket size checks to ensure validity
  • Fix: aggregated data sometimes has duplicate column indices - this bug caused some numbers to be aggregated with itself (multiplied by 2)
  • Filter lock popover horizontal overflow if VL is too long
  • Error thrown in dashboard tile if agg config column doesnt exist
  • Decade selector blank if data is filtered by time range

Other

  • Use autoql-fe-utils for all agg fns and scales
  • Refactor: remove all references to condition locking params
  • Add format_txt param to filter locks for new VL structure
  • Update react-grid-layout
  • Fix vulnerabilities
  • Capture data object when user change axes