Skip to content

Releases: chatatechnologies/react-autoql

v6.3.0

03 Nov 15:27
2db3852
Compare
Choose a tag to compare

6.3.0 (2022-11-03)

Bug Fixes

  • always display total rows in charts if infinite scroll is enabled (e8b433b)
  • dashboard drilldowns not in sync with column visibility or display type of original QueryOuput (ea3aa73)
  • Data Alerts: change default condition to "exists" (a195db6)
  • example app crashing if cache is cleared (aa20f8f)
  • fix BE filter drilldowns for date columns (80d9606)
  • info icon color in data alerts modal (5349505)
  • add dashboard tile padding to allow room for toolbars (c9495cd)

Features

  • add box-shadow-color theme css variable (7e75341)
  • export DataExplorer component (17ebf0b)
  • use BE for list query filter drilldowns (8937d00)

v6.2.1

26 Oct 18:00
Compare
Choose a tag to compare

6.2.1 (2022-10-26)

Bug Fixes

  • disable virtual dom for horizontal scrolling (d1e550a)

v6.2.0

26 Oct 02:25
ef10673
Compare
Choose a tag to compare

6.2.0 (2022-10-26)

Bug Fixes

  • data explorer suggestions returning query history queries (7b547c9)

Features

  • 🎸 add row count dropdown to charts (290a78f)

v6.1.6

25 Oct 21:23
Compare
Choose a tag to compare

6.1.6 (2022-10-25)

Bug Fixes

  • send in subject name instead of display_name to suggestions (0104262)
  • use exploreQueries endpoint for raw text in data explorer (e18cc16)

v6.1.5

25 Oct 16:27
Compare
Choose a tag to compare

6.1.5 (2022-10-25)

Bug Fixes

  • toolbars not updating properly after resizing or changing window (eadf0c5)

v6.1.4

24 Oct 23:00
3113b29
Compare
Choose a tag to compare

6.1.4 (2022-10-24)

Bug Fixes

  • change data preview description (74028f8)
  • hook up new context suggestions endpoint (3c9d011)

v6.1.3

23 Oct 21:58
Compare
Choose a tag to compare

6.1.3 (2022-10-23)

Bug Fixes

  • lock react-tiny-popover to 7.1.0 (e2e26fd)
  • show Data Explorer link in query topics if tab is enabled (ed0f0fd)

v6.1.2

21 Oct 18:59
5c3bab5
Compare
Choose a tag to compare

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

20 Oct 19:13
Compare
Choose a tag to compare

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

18 Oct 22:50
102eb54
Compare
Choose a tag to compare

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

  • 🎸 Cancel query when user delete message if it's not done (ee620f0)
  • 🎸 Filter out moving time window seeds in subject list (68c6829)