Releases: chatatechnologies/react-autoql
Releases · chatatechnologies/react-autoql
v6.1.6
v6.1.5
v6.1.4
v6.1.3
v6.1.2
6.1.2 (2022-10-21)
Bug Fixes
- add api error handling to data preview section (f497858)
- cancel data preview request if new one is made (32a3bf2)
- change copy from "subjects" to "topics" (ef9a4b8)
- change cursor for data preview column headers (dc89555)
- change subject name to display name formatted from the backend (b8cb936)
- data explorer raw text input not working (6a26123)
- Data Explorer: data preview table height (1632457)
- Data Explorer: title text color in dark mode (55302da)
- Data Explorer: white box in corner of scroll container in dark mode (8a041e4)
- data preview only showing 3 rows (5edff1f)
- error when running blank dashboard with previous config (a1bcf95)
- fix tests after subject list BE response changed (91acfa7)
- process not defined error in currentEventLoopEnd (faf594f)
- remove all subjects that contain "change in" (4d2970d)
- remove subject filters for "change in" (f5eb89a)
- report/more options button not triggering on first click (1bf8199)
- too much margin below table (653f960)
- VLs not rending properly in autocomplete (0011ba9)
v6.1.1
6.1.1 (2022-10-20)
Bug Fixes
- add api error handling to data preview section (ab02ceb)
- cancel data preview request if new one is made (14a4d67)
- change subject name to display name formatted from the backend (ce0119d)
- data explorer raw text input not working (b6d874f)
- Data Explorer: data preview table height (f2f6f98)
- Data Explorer: title text color in dark mode (d642263)
- Data Explorer: white box in corner of scroll container in dark mode (8ccbcf1)
- data preview only showing 3 rows (2716781)
- fix tests after subject list BE response changed (7db0bad)
- remove all subjects that contain "change in" (79ca36d)
- VLs not rending properly in autocomplete (7f27de9)
v6.1.0
6.1.0 (2022-10-18)
Bug Fixes
- clean up chart margins (5d6b3b3)
- Data Explorer: use lowercase for string search in autocomplete (b4a5608)
- DataExplorer: skip query validation if autocomplete suggestion is clicked (25196d0)
- disable spell check to fix glitchy query typing animation (3cd07ba)
- do not aggregate data if only 1 row (5005e0c)
- do not show chart options if only 1 row of data (d3e0556)
- explore queries and data explorer styles for portal (570f03f)
- failing tests from previous commit (d8218be)
- format subject names to be more readable (AC-2409) (28311ef)
- order subjects alphabetically (43dd9ec)
- remove "clear" button and go home when input X is clicked (89b79ea)
- remove ellipsis in data explorer placeholder (7a30e3e)
- stacked area x axis labels overlapping (09ed9d1)
Features
v6.0.2
v6.0.1
v6.0.0
6.0.0 (2022-10-07)
BREAKING CHANGES
- all
themeConfig
props have been removed. Instead, use the newconfigureTheme
function to set the css variables - background-color-primary and background-color-secondary have been switched. Primary is now the dashboard background/DM background, and secondary is the dashboard tiles/message bubbles, modals, etc.
- QueryOutput:
displayType
has been replaced withinitialDisplayType
- QueryOutput:
onRecommendedDisplayType
has been replaced withonDisplayTypeChange
- QueryOutput:
optionsToolbarRef
andvizToolbarRef
props are now used to update QueryOutput's displayType automatically - VizToolbar:
supportedDisplayTypes
anddisplayType
props have been removed. Just pass inqueryOutputRef
and it will handle it for you
Bug Fixes
- add initialColumns prop for dashboard split view tables to be synced (0f02f7e)
- axis labels cutting off if chart is too small (AC-2217) (85c0998)
- bubble chart circle size scale not working properly (02fa10d)
- change all Number.isNaN() to isNaN() (01c6dc0)
- chart axis selection not persisting (3f78dc7)
- charts: use custom "nice" function to avoid label overlap (d7a18d5)
- column header filter tag disappearing when switching to chart and back (d2c50e4)
- dashboard tile display type not persisting (a632ed5)
- do not store lastQuery if it is undefined (ee658f3)
- Filter Locking: tooltips not rendering properly (d9863b9)
- infinite scroll: filter tag disappearing after switching to chart and back (2a258b1)
- memory leak in NotificationFeed (e60b10c)
- percent formatting broken for "0" (9f7eee0)
- refreshLayout function in dashboards not resizing charts (3759355)
- scroll to bottom not working on new DM message (21d8c58)
- security vulnerabilities in d3 functions (2c60443)
- switch background-color-primary and background-color-secondary (58db0db)
- text overlap in axis selector (cd624c9)
Features
- add "no results" message to filter lock autocomplete (7753043)
- add 1 decimal place to percent chart axis labels (183dbe2)
- add arrow to filter lock menu popover (1023412)
- add badge to DM filter lock icon when there are filters locked (bfb98aa)
- add global theme configure function instead of using props (f0d4055)
- Add hover indicator for DM drag-resize (2245dad)
- cancel previous dashboard query if new one starts (36b6fb9)
- Filter Locking: remove "continue" button and add saving indicator (9be18e1)
- handle data sort by season (37bb89e)
- improve chart ticks and opacity styling (5e4e9b3)
- improve filter lock autocomplete speed (4db8d91)
- Move animateInputText into Util function and upgrade react-autosuggest (8505ada)
- move displayType logic into QueryOutput (f81e88f)
- move suggestion prefix to QueryOutput and make optional (404b526)