Skip to content

Releases: chatatechnologies/react-autoql

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

8.0.3

28 Aug 20:42
Compare
Choose a tag to compare

8.0.3

New features

  • Histogram visualization
  • Scatterplot visualization
  • Change default decimals for quantity types to 2
  • Increase table live filter delay to 300ms
  • Use compact notation for numbers in chart labels (ie. 10K, 8M, etc.)
  • Add custom clear button to table header inputs
  • Add PWA feature

Bug Fixes

  • fix: notifications not updating if list is empty and new notification comes in
  • fix: axis selector tooltip behind container in notification feed
  • fix: query cancelled message shows if all messages are deleted in DM
  • fix: csv download alert snackbar from dashboard drilldown
  • fix: tooltips disappear after chart is scaled
  • fix: charts go blank after switching axes columns in some cases

7.3.2

04 May 01:21
6eb4f9e
Compare
Choose a tag to compare

7.3.2

Bug Fixes

  • Remove data alert option from drilldown modal
  • fix: Delete button missing on suggestion message
  • fix: Cubic bezier curve for line charts can make line go past maxima/minima
  • fix: undo/redo feature for dashboards - Ability to undo more than once
  • fix: png download has extra white space
  • fix: Show 0 for empty single value responses
  • fix: Safetynet suggestions show up in the wrong spot if not ordered by start index

New Features

  • Infrastructure for dashboard caching
  • Add info tooltip message to charts saying that drilldowns will be executed on the full dataset, not just the data visible in the chart
  • New UI for DataMessenger under mobile device
  • Set max column width to 300px