Releases: chatatechnologies/react-autoql
v8.8.17
** BUG FIXES**
Fix: Sorting pivot view type table was not working as expected due to the selected column index to sort on
Fix: Additional columns were disappearing from the additional columns list after being added to and then removed form the table
Fix: Add copy to onHover summary stats for a column indicating "Summary stats unavailable - dataset is too large. Please try refining your query" when the query returned 50,000+ rows.
v8.8.12
Feature
- Allow users to name their Custom Columns through the create and edit Custom Column Modals
- Enable drilldowns on query responses which do not contain any columns that are groubable
Full Changelog: v8.8.7...v8.8.12
v8.8.7
v8.8.7
Feature: Data Alert's Create and Edit modals now allow for Category, Description, and Subscription Units to be inputed by the user.
v8.8.5
Feature: Persist Custom Columns in QueryOutput component through /query endpoint and columns response
Feature: Create Custom Columns from other Custom Columns
Feature: Dashboards now support Custom Columns
Feature: Data Alerts now support Custom Columns
v8.6.3
What's Changed
- modify css and add a successful callback by @alexzhou-chata in #865
Full Changelog: v8.6.2...v8.6.3
8.6.2
New Features
- Delete all notifications
Bug Fixes
- create data alerts small screen cutoff issue
8.5.0
New Features
- Custom column feature (numerical column calcs)
- New Data Alert multiplication factor
Bug Fixes
- Notifications: If parsed_interpretation is empty, fallback on text field in query result data (empty quote bug in notification summary)
v8.4.38
New Features
- Feature: Copy updates in Data Alert Modals
- Feature: "Additional Settings" sections which includes "description" input was added to Data Alert Modals
Bug Fixes
- fix: Set custom columns feature to disabled as default
v8.4.35
New Features
- Ability to add a custom check frequency when creating a Data Alert (anywhere between 1 and 60 mins)
Bug Fixes
- fix: When switching Data Alert type in DA settings modal, schedule settings dropdowns don't update according to the type selected
- fix: Remove tooltip delay inside notification visualizations
8.4.29
New Features
- Ability to delete a column via right click on header
- Do not allow Data Alert compare conditions for aggs with no numerical columns
- Allow "exists" data alerts for aggregation lists
- Allow condition (single value only) for Data Alerts made from list queries
- Increase character limit for Data Alert name to 75
- Add conditions step to schedule alert creation flow
- Use client-side filtering/sorting functions for all notification data
- Add "is not equal to" to Data Alert condition options list
Bug Fixes
- fix: column labels getting aggregated in some cases (numerical categories)
- fix: sliver of "Clear filter" button shows in notification results when user is not filtering
- fix: Chart tooltips missing on notification results
- fix(Data Explorer): VL persists in data explorer query suggestion userSelection, even after unselecting column