From ad8c6d6f323a0c22bb8f1225ad8fbaed7b1ab2d9 Mon Sep 17 00:00:00 2001 From: Winnie Chen Date: Wed, 16 Oct 2024 19:34:18 +0000 Subject: [PATCH] GITBOOK-583: Added Studio change log --- SUMMARY.md | 6 +- .../README.md} | 0 .../advanced-visualization.md | 0 .../studio-in-depth/query-editor/README.md | 2 +- support/page.md | 2 - support/studio-change-log.md | 110 ++++++++++++++++++ 6 files changed, 114 insertions(+), 6 deletions(-) rename data/data-products/data-studio-sql-analysts/studio-in-depth/{create-a-chart.md => create-a-chart/README.md} (100%) rename data/data-products/data-studio-sql-analysts/studio-in-depth/{query-editor => create-a-chart}/advanced-visualization.md (100%) delete mode 100644 support/page.md create mode 100644 support/studio-change-log.md diff --git a/SUMMARY.md b/SUMMARY.md index 4aa7231..58f06b3 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -53,10 +53,10 @@ * [Studio in Depth](data/data-products/data-studio-sql-analysts/studio-in-depth/README.md) * [Query Editor](data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/README.md) * [Pro Tips for Querying](data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/pro-tips-for-querying.md) - * [Advanced Visualization](data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/advanced-visualization.md) * [Keyboard Shortcuts](data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/keyboard-shortcuts.md) * [Hex-to-Integer Function](data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/hex-to-integer-function.md) - * [Create a Chart](data/data-products/data-studio-sql-analysts/studio-in-depth/create-a-chart.md) + * [Create a Chart](data/data-products/data-studio-sql-analysts/studio-in-depth/create-a-chart/README.md) + * [Advanced Visualization](data/data-products/data-studio-sql-analysts/studio-in-depth/create-a-chart/advanced-visualization.md) * [Build a Dashboard](data/data-products/data-studio-sql-analysts/studio-in-depth/dashboard-editor/README.md) * [Markdown Reference](data/data-products/data-studio-sql-analysts/studio-in-depth/dashboard-editor/markdown-reference.md) * [Dashboard V2 (Beta)](data/data-products/data-studio-sql-analysts/studio-in-depth/dashboard-v2-beta.md) @@ -172,7 +172,7 @@ * [2024-03-05 | Release Notes](release-notes/2024-03-05-data-updates.md) * [2024-02-20 | Release Notes](release-notes/2024-02-20-data-updates.md) * [2024-02-05 | Release Notes](release-notes/2024-02-05-data-updates.md) -* [Page](support/page.md) +* [๐Ÿ“Š Studio Change log](support/studio-change-log.md) ## Flipside Community diff --git a/data/data-products/data-studio-sql-analysts/studio-in-depth/create-a-chart.md b/data/data-products/data-studio-sql-analysts/studio-in-depth/create-a-chart/README.md similarity index 100% rename from data/data-products/data-studio-sql-analysts/studio-in-depth/create-a-chart.md rename to data/data-products/data-studio-sql-analysts/studio-in-depth/create-a-chart/README.md diff --git a/data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/advanced-visualization.md b/data/data-products/data-studio-sql-analysts/studio-in-depth/create-a-chart/advanced-visualization.md similarity index 100% rename from data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/advanced-visualization.md rename to data/data-products/data-studio-sql-analysts/studio-in-depth/create-a-chart/advanced-visualization.md diff --git a/data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/README.md b/data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/README.md index caeb71f..bc99f8e 100644 --- a/data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/README.md +++ b/data/data-products/data-studio-sql-analysts/studio-in-depth/query-editor/README.md @@ -80,4 +80,4 @@ Note: While adding "Table" as a chart type brings exciting customization options #### **Unmatched Customization** -For the ultimate power users, dive into the chart's JSON object for complete control. This [advanced editing](advanced-visualization.md) mode allows granular customization of every visual aspect, from colors and fonts to intricate chart behaviors. +For the ultimate power users, dive into the chart's JSON object for complete control. This [advanced editing](../create-a-chart/advanced-visualization.md) mode allows granular customization of every visual aspect, from colors and fonts to intricate chart behaviors. diff --git a/support/page.md b/support/page.md deleted file mode 100644 index 5c4b4d5..0000000 --- a/support/page.md +++ /dev/null @@ -1,2 +0,0 @@ -# Page - diff --git a/support/studio-change-log.md b/support/studio-change-log.md new file mode 100644 index 0000000..405e3b6 --- /dev/null +++ b/support/studio-change-log.md @@ -0,0 +1,110 @@ +--- +description: >- + This page keeps track of all the updates and changes to Studio. From new + features to bug fixes, youโ€™ll find everything thatโ€™s been added, improved, or + fixed here! +--- + +# ๐Ÿ“Š Studio Change log + +
+ +Date: October 7th, 2024 + + + +**Highlights** + +* Contextual Navigation in the Studio: The side navigation now only displays relevant tabs based on context, reducing the number of panels in v2 dashboards. +* ๐Ÿ“ฑDashboard V2 is now mobile friendly! Any updates after Oct 5th will be mobile responsive. To make your existing v2 dashboard mobile-friendly, make a small edit and hit "Republish.โ€ +* ๐ŸŽน New Keyboard Shortcut (`Cmd+K` / `Ctrl+K`): Easily switch between queries and dashboards with this new shortcut in the Studio. + +*** + +**Notable Changes** + +* ๐Ÿ˜Ž New dark mode palette: A sleek dark mode is now available. +* ๐Ÿ”Ž Search on Teams Page: A search function has been added to the ["Teams" page](https://flipsidecrypto.xyz/insights/teams). + +*** + +**Other Changes** + +_Query Editor_ + +* โฌ†๏ธ Update: Reintroduced the download CSV results button in the results panel. +* ๐Ÿž Bug fix: Resolved issue where some chart options were hidden on smaller screens. +* ๐Ÿž Bug fix: Fixed titles of queries created via [flipside.new](http://flipside.new/) +* ๐Ÿž Bug fix: fixed issue where the โ€œtransposeโ€ button didnโ€™t work + +_Charts_ + +* โฌ†๏ธ Update: Default x-axis sort direction set to "Ascending.โ€ +* โฌ†๏ธ Update: Links in the results table are now clickable. +* ๐Ÿž Bug fix: fixed issue with timestamps on x-axis +* ๐Ÿž Bug fix: Fixed wallet addresses mistakenly rendered as clickable links in the results table + +_Dashboards_ + +* ๐Ÿž Bug fix: Resolved issues affecting the dark mode theme. +* ๐Ÿž Bug fix: Fixed issues with uploading images. + +_Profile_ + +* ๐Ÿž Bug fix: Fixed errors when updating user profiles. +* ๐Ÿž Bug fix: Resolved the issue where the "Manage Team" modal was not scrollable + +
+ +
+ +Date: September 20th, 2024 + + + +**Highlights** + +* ๐Ÿ’ฌ Dashboard comments: allow comments on published dashboards +* ๐Ÿ“Š 2 new chart types: heat map and candlestick. + +*** + +**Notable Changes** + +* ๐Ÿฅณ Improved parameter UX in v2 dashboards: parameters can now be used independent of layouts +* ๐Ÿฅณ Markdown: Reintroduce markdown to text panels +* ๐Ÿฅณ V2 Dashboard: โ€œLayersโ€ tree now supports drag & drop + +*** + +**Other Changes** + +_Query Editor_ + +* ๐Ÿž Bug fix: fixed issue where โ€œRefresh rateโ€ selection was not syncing between the โ€œRefresh rateโ€ setting and โ€œJSON APIโ€ setting +* ๐Ÿž Bug fix: fixed sorting issue with newly created โ€œCollectionsโ€ +* ๐Ÿž Bug fix: fixed issue with renaming files from โ€œMy Workโ€ panel +* ๐Ÿž Bug fix: fixed issue where the bottom of the results panel gets cut off in public query view +* ๐Ÿž Bug fix: fixed issue where the last updated timestamp on a query was not updating + +_Dashboards_ + +* โฌ†๏ธ Update: Table charts are sortable again +* โฌ†๏ธ Update: Team name is now clickable and links to team profile +* ๐Ÿž Bug fix: fixed duplicating parameters on v2 dashboards +* ๐Ÿž Bug fix: fixed issue where โ€œForkingโ€ a v2 dashboard would create a v1 dashboard + +_Charts_ + +* ๐Ÿž Bug fix: fixed issue where X-Axis styles were not respected +* ๐Ÿž Bug fix: fixed issue where new charts ignored sorting declared in the query +* ๐Ÿž Bug fix: fixed issue where line markers canโ€™t be changed/disabled +* ๐Ÿž Bug fix: fixed issue where chart settings tab were persisting across different charts +* ๐Ÿž Bug fix: fixed issue where new table charts donโ€™t render on v1 dashboards +* ๐Ÿž Bug fix: fixed issue where tooltip customizations are not respected +* ๐Ÿž Bug fix: fixed issue where Bar Line with grouping hid the line on the chart +* ๐Ÿž Bug fix: fixed issue where only legacy charts were being cloned when a query is forked +* ๐Ÿž Bug fix: fixed issue where some chart configs are not being saved + +
+