Releases: chatatechnologies/react-autoql
Releases · chatatechnologies/react-autoql
v4.2.0
v4.1.0
v4.0.1
v4.0.0
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 booleanenableQueryQuickStartTopics
v3.3.1
v3.3.0
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
v3.2.0
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
v3.1.1
v3.1.0
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)