Skip to content

Releases: chatatechnologies/react-autoql

v4.2.0

03 Jun 22:19
d4e52d6
Compare
Choose a tag to compare

4.2.0 (2022-06-03)

Features

  • add exclude option to filter locks (d4e52d6)

v4.1.0

25 May 15:54
308b4d2
Compare
Choose a tag to compare

4.1.0 (2022-05-25)

Features

  • add CSV download progress callbacks to dashboard widget (308b4d2)

Bug Fixes

  • dayjs locale import warnings
  • filter lock error on session toggle
  • blank table when first cell is null
  • "no data supplied to this chart" message

v4.0.1

10 May 20:54
Compare
Choose a tag to compare

4.0.1 (2022-05-10)

Bug Fixes

  • reverse translation formatting non-iso datestrings as dates (e1b53d9)

v4.0.0

05 May 20:58
Compare
Choose a tag to compare

Bug Fixes

  • tables: add a sort function to sort weekdays, i.e., Monday, Tuesday,... Sunday
  • Data Alerts: disable user edit for Project Alerts feature, delete re-send button for Project Alerts
  • Filer Locking: the settings cell column has too much space, set the width to 110px to solve
  • Bubble Chart: modify circle radius to the half of cell.value
  • Reverse Translation: dates showing up as clickable filters
  • Reverse Translation: add scrollbar to large reverse translations
  • Charts: update correct chart margins when container size changes
  • Dashboards: title missing in dashboard drilldowns

Features

  • Performance: improved performance in Data Messenger and Dashboards. Lots of work in chart rendering as well
  • Filter Locking: 🎸 Make autosuggest in filter locking scrollable
  • Data Messenger: add a maximize/minimize button to expand data messenger to full size
  • Query Output: add a prop isTaskModule to conditionally display Reverse Translation
  • Data Messenger Styles: add a theme config var: text-color-secondary
  • If not provided, then --react-autoql-text-color-secondary will be just white or black based on the contrast of accent color
  • Tables: Download full dataset as CSV from API for regular tables

BREAKING CHANGES

  • Data Messenger: update rc-drawer component to v4.4.3 which no longer requires integrator to control their own visibility state
    isVisible, onMaskClick, onHandleClick props will be deprecated
  • Data Messenger: queryQuickStartTopics are now fetched inside of data messenger on mount. queryQuickStartTopics prop has been changed to a boolean enableQueryQuickStartTopics

v3.3.1

13 Jul 04:36
Compare
Choose a tag to compare

3.3.1 (2021-07-13)

Bug Fixes

  • app: fix theme code prop in demo (1e6df2b)

v3.3.0

07 May 00:11
Compare
Choose a tag to compare

3.3.0 (2021-05-07)

Bug Fixes

  • chatmessage: memory leak and error message fix (6e014b8)
  • dashboard: fix resetting of the isUnexecuted value when entering edit mode (c3b7623)
  • datamessenger: messenger placement bug fixed (8ab156f)
  • switching charts bottom cut off bug (7fde30a)

Features

  • dashboard: add a public function to allow un-executing a dashboard (2ed2625)

v3.2.1

15 Apr 01:14
Compare
Choose a tag to compare

3.2.1 (2021-04-15)

Bug Fixes

v3.2.0

31 Mar 19:31
Compare
Choose a tag to compare

3.2.0 (2021-03-31)

Bug Fixes

  • switching charts bottom cut off bug (#143) (81101f6)
  • charts: AC-717, AC-681 Fix axis series selector bugs (3e32d97)
  • charts: fix legend selection bug (32b20a7)
  • dashboards: AC-746 Update visualization choices when query changes in dashboard tiles (72ca109)
  • dashboardtile.js: only re-render the tile whose props or states has changes (43d266c)
  • dashboardtile.js&queryoutput.js: make sure supportedDisplayTypes update&& hyper link on'report' (322071d)
  • tables: AC716 - fix double filter tag bug (b89ba41)

Features

  • charts: AC-639 Add non-stacked column bar and line charts for double groupby queries (25b56eb)
  • AC-700 add row limit number to limit exceeded warning message (fe190ec)

v3.1.1

10 Feb 23:06
Compare
Choose a tag to compare

3.1.1 (2021-02-10)

Bug Fixes

  • expose ExpressionBuilderSimple (42e8c9e)

v3.1.0

19 Jan 21:26
Compare
Choose a tag to compare

3.1.0 (2021-01-19)

Bug Fixes

  • do not send comma separated list for suggestions endpoint from failed query (f397377)
  • encode search text to URI for related queries (685fd6f)
  • Error ID not showing in some cases (0a04f05)
  • fix chart height for split view tiles in safari (63989e1)
  • put date on x axis for both heatmap and bubble chart (a9e9f95)
  • update tooltip library (dc26a62)
  • notifications: only fetch new notification after delete is finished (97c10ee)
  • update classname for notifications tab (cad34cd)
  • update tooltip library to fix positioning (f7a38bf)
  • data messenger: fix bug in up arrow for last query (34c1ec4)

Features

  • dashboards: add collapse/expand button to chart in dashboard drilldown modal (58e163e)
  • data alerts: update data alert reset_date to new format (4779365)
  • tables: change csv delimiter to tab (037e625)
  • Add error boundary to every component so fatal errors are not propagated (7c571a6)
  • add onValidate prop to DataAlertModal for portal (7d4b63d)
  • add time zone selection to schedule step in Data Alert Modal (ca03d29)
  • add validate button to data alert modal (a2fd4cb)
  • change max row limit to 500 (6f395a3)
  • display reset date and time zone in data alert list (56ecd2b)
  • expose LoadingDots and Icon components (262b317)
  • Improve notification copy (0be6028)
  • charts: Format quantities with commas in chart labels (11dfbbe)
  • notifications: add showCreateAlertBtn prop to DataAlerts component (38ddbbe)
  • notifications: parse currencies into numbers in data alert modal compare query (dce09f3)
  • Improve drilldown modal UI (add draggable splitter, make modal bigger, text smaller) (f03b6d3)
  • Simplify conditions and data return in data alert modal (cd09420)