Skip to content

Releases: chatatechnologies/react-autoql

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)

v6.0.2

12 Oct 14:56
Compare
Choose a tag to compare

6.0.2 (2022-10-12)

Bug Fixes

  • format subject names to be more readable (AC-2409) (a1eacaa)

v6.0.1

11 Oct 20:31
3c26fea
Compare
Choose a tag to compare

6.0.1 (2022-10-11)

Bug Fixes

  • CI: install react and react-dom as dev dependencies so they don't get packed with semantic release (3c26fea)

v6.0.0

07 Oct 01:49
1fc7a66
Compare
Choose a tag to compare

6.0.0 (2022-10-07)

BREAKING CHANGES

  • all themeConfig props have been removed. Instead, use the new configureTheme 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 with initialDisplayType
  • QueryOutput: onRecommendedDisplayType has been replaced with onDisplayTypeChange
  • QueryOutput: optionsToolbarRef and vizToolbarRef props are now used to update QueryOutput's displayType automatically
  • VizToolbar: supportedDisplayTypes and displayType props have been removed. Just pass in queryOutputRef 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)