From ba7dd835fc5e9497f10466ef8b1b436743fb1aeb Mon Sep 17 00:00:00 2001 From: Olena Ahadzhanian Date: Fri, 20 Dec 2024 13:51:20 +0200 Subject: [PATCH 1/6] GROK-17271: Help: Release notes first draft --- help/deploy/releases/release-history.md | 123 ++++++++++++++++++++++-- 1 file changed, 116 insertions(+), 7 deletions(-) diff --git a/help/deploy/releases/release-history.md b/help/deploy/releases/release-history.md index f49afdb676..577e15a81c 100644 --- a/help/deploy/releases/release-history.md +++ b/help/deploy/releases/release-history.md @@ -20,15 +20,124 @@ position: 6 # float position is supported See also: - [Versioning policy](../../develop/dev-process/versioning-policy.md) - [Docker-Compose](../docker-compose/docker-compose.md) -## 2024-11-25 1.22.2 +## 2024-12-20 Datagrok 1.23.0 release + +The Datagrok 1.23.0 release includes stability and data access improvements + +### Main updates +* **Visual Query**: you can join multiple tables, choose which columns to include in your report, and decide how to pivot and group them. You can show one or multiple aggregated values for rows and produce a pivot table that shows an aggregated value for every intersection of rows and columns +* **Improved function execution**: parallel queries and scripts now run 10x faster + +### Platform + +#### Browse + +* Galleries: Enabled keyboard navigation and selection in brief and card mode + + +#### [Scripting](https://datagrok.ai/help/compute/scripting/) + +* Inputs: improved InputForm alignment, including for InputForms with complex options + +#### JS API + +* Added indefinite parameter to `grok.shell.info` +* Ability to specify tooltip position relative to the element (left / right / top / bottom) +* Added support for different types of parameters for calls: + * `grok.functions.call('sin', 0.5);` + * `grok.functions.call('sin', {x: 0.5});` + * `grok.functions.call('sin', [0.5]);` + + +#### Data Access + +* Enhanced Visual Query +* Improve client-server socket dispatch for functions execution: parallel queries and scripts now run 10x faster + + +### Viewers + +* Legend improvements and fixes: + * Automatic positioning for optimal layout + * Automatic hiding when the viewer size is too small + + * Proper rendering when positioned on top +* [Trellis plot](../../../visualize/viewers/trellis-plot.md): Support for mouse-over row group for inner viewers +* [#3184](https://github.com/datagrok-ai/public/issues/3184): [Tile Viewer](../../../visualize/viewers/tile-viewer.md): Scroll reset and rendering issues after adding new viewer +* Fixes: + * [Line Chart](../../../visualize/viewers/line-chart.md): + * [#3033](https://github.com/datagrok-ai/public/issues/3033): Viewer has 'Marker size' option, but it cannot be changed + * [#2776](https://github.com/datagrok-ai/public/issues/2776): Page is frozen if too many categories are used in split + * [#3150](https://github.com/datagrok-ai/public/issues/3150): [Box plot](../../visualize/viewers/box-plot.md): New multi-category box plot is not compatible with older layouts that have only single category + * [#3188](https://github.com/datagrok-ai/public/issues/3188): [Bar chart](../../../visualize/viewers/bar-chart.md): Some categories are missing in the legend when data is filtered -### Addressed Issues -* (Bug) GROK-16997: #3145: Viewers: Scatter plot: label can be dragged out of scatter plot area and completely hidden -* (Bug) GROK-16948: #3120: Viewers: Scatter plot: cannot drag label if Mouse Drag = Select -* (Bug) GROK-16898: PC Plot: Transformation doesn't work -* (Bug) [#3150](https://github.com/datagrok-ai/public/issues/3150): Box plot: New multi-category Box plot is not compatible with older layouts that have only single category -* (Bug) GROK-16965: #3123: Scatter plot: not all formula lines are shown in some cases +#### [Grid](../../visualize/viewers/grid.md) + + +* [#2968](https://github.com/datagrok-ai/public/issues/2968): Implemented the functionality to change the style of multiple columns simultaneously +* Fixed: + * [#3101](https://github.com/datagrok-ai/public/issues/3101): Shift-click selects unexpected rows in some cases + * [#3168](https://github.com/datagrok-ai/public/issues/3168): Horizontal scroll bar in table disappears on double clicking it + +#### [Scatterplot](../../visualize/viewers/scatter-plot.md) +* [#3124](https://github.com/datagrok-ai/public/issues/3124): Ability to resize Structure labels +* [#3142](https://github.com/datagrok-ai/public/issues/3142): Ability to define columns for scatterplot whiskers +* [#2708](https://github.com/datagrok-ai/public/issues/2708): Preserve formula line configuration upon changing columns on the axis +* Fixed: + * [ #3091](https://github.com/datagrok-ai/public/issues/3091): Show a more detailed message for a missing column + * [#3055](https://github.com/datagrok-ai/public/issues/3055): Page is freezing after applying layout with multiple scaffold trees with large number of structures (data-specific) + * [#2965](https://github.com/datagrok-ai/public/issues/2965): Legend color cannot be edited (no color picker icon) if both color and markers use the same column + * [#3145](https://github.com/datagrok-ai/public/issues/3145): Label can be dragged out of scatter plot area and completely hidden + * [#3123](https://github.com/datagrok-ai/public/issues/3123): Not all formula lines are shown in some cases + * [#3175](https://github.com/datagrok-ai/public/issues/3175): Scatterplot with conditionally colored column as color inconsistency: color editor icon is shown, but colors cannot be changed + * [#3176](https://github.com/datagrok-ai/public/issues/3176): Some labels disappear unexpectedly on zoom in / out + * [#3180](https://github.com/datagrok-ai/public/issues/3180): Labels: Context menu disappears when unclicking the mouse + + +### Packages + +* Plugin management improvements: Added package install logs to UI + +#### [Hit Triage:](https://github.com/datagrok-ai/public/tree/master/packages/HitTriage:/CHANGELOG.md) + +* Added the ability to edit campaign stages once the campaign starts + + +### Other fixes + +* [#3122](https://github.com/datagrok-ai/public/issues/3122): Pinned columns: Opening the project with pinned columns hides the pinned columns +* [#3119](https://github.com/datagrok-ai/public/issues/3119): Add new column: formula with multi-argument functions is parsed incorrectly if more than one argument contains a column +* [#3024](https://github.com/datagrok-ai/public/issues/3024): Parsing source maps is loading the platform + + +## 2024-12-20 1.22.3 + +### Improvements and fixes: +* Viewers: + * [#3133](https://github.com/datagrok-ai/public/issues/3133): [Grid](../../visualize/viewers/grid.md): Right arrow on changing column position with drag-and-drop is working if there is not panel/viewer at the right side; + * [#3184](https://github.com/datagrok-ai/public/issues/3184): [Tile viewer](../../visualize/viewers/tile-viewer.md): Scroll reset and rendering issues after adding new viewer; + * [#3188](https://github.com/datagrok-ai/public/issues/3188): [Bar chart](../../visualize/viewers/bar-chart.md): Some categories are missing in the legend when data is filtered; + * [Scatterplot](../../visualize/viewers/scatter-plot.md): + * [#2965](https://github.com/datagrok-ai/public/issues/2965): Legend color can not be edited if both color and markers use the same column; + * [#3176](https://github.com/datagrok-ai/public/issues/3176): Some labels disappear unexpectedly on zoom in / out; + * [#3189](https://github.com/datagrok-ai/public/issues/3189): Scatter plot labels are shown for filtered out points; + * [#3191](https://github.com/datagrok-ai/public/issues/3191): Some dots are not shown on scatter plot when labels are enabled; + * [#3175](https://github.com/datagrok-ai/public/issues/3175): Scatter plot with conditionally colored column as color inconsistency: color editor icon is shown, but colors cannot be changed; +* [#3174](https://github.com/datagrok-ai/public/issues/3176): Table header tooltip overlaps menus; +* [#3168](https://github.com/datagrok-ai/public/issues/3168): Horizontal scroll bar in table disappears on double clicking it. + + +## 2024-11-25 1.22.2 + +### Improvements and fixes: +* Viewers: + * [Scatterplot](../../visualize/viewers/scatter-plot.md): + * [#3145](https://github.com/datagrok-ai/public/issues/3145): Label can be dragged out of scatter plot area and completely hidden; + * [#3120](https://github.com/datagrok-ai/public/issues/3120): Cannot drag label if Mouse Drag = Select; + * [#3123](https://github.com/datagrok-ai/public/issues/3123): Not all formula lines are shown; + * [PC Plot](../../visualize/viewers/pc-plot.md): Transformation doesn't work; + * [#3150](https://github.com/datagrok-ai/public/issues/3150): [Box plot](../../visualize/viewers/box-plot.md): New multi-category Box plot is not compatible with older layouts that have only single category. ## 2024-11-04 1.22.1 From a9d0e6ab6c5d60b1e05bd057b496f71aafd5c700 Mon Sep 17 00:00:00 2001 From: Olena Ahadzhanian Date: Fri, 20 Dec 2024 14:26:11 +0200 Subject: [PATCH 2/6] GROK-17271: Release notes: fixed links --- help/deploy/releases/release-history.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/help/deploy/releases/release-history.md b/help/deploy/releases/release-history.md index 577e15a81c..6330559207 100644 --- a/help/deploy/releases/release-history.md +++ b/help/deploy/releases/release-history.md @@ -62,14 +62,14 @@ The Datagrok 1.23.0 release includes stability and data access improvements * Automatic hiding when the viewer size is too small * Proper rendering when positioned on top -* [Trellis plot](../../../visualize/viewers/trellis-plot.md): Support for mouse-over row group for inner viewers -* [#3184](https://github.com/datagrok-ai/public/issues/3184): [Tile Viewer](../../../visualize/viewers/tile-viewer.md): Scroll reset and rendering issues after adding new viewer +* [Trellis plot](../../visualize/viewers/trellis-plot.md): Support for mouse-over row group for inner viewers +* [#3184](https://github.com/datagrok-ai/public/issues/3184): [Tile Viewer](../../visualize/viewers/tile-viewer.md): Scroll reset and rendering issues after adding new viewer * Fixes: - * [Line Chart](../../../visualize/viewers/line-chart.md): + * [Line Chart](../../visualize/viewers/line-chart.md): * [#3033](https://github.com/datagrok-ai/public/issues/3033): Viewer has 'Marker size' option, but it cannot be changed * [#2776](https://github.com/datagrok-ai/public/issues/2776): Page is frozen if too many categories are used in split * [#3150](https://github.com/datagrok-ai/public/issues/3150): [Box plot](../../visualize/viewers/box-plot.md): New multi-category box plot is not compatible with older layouts that have only single category - * [#3188](https://github.com/datagrok-ai/public/issues/3188): [Bar chart](../../../visualize/viewers/bar-chart.md): Some categories are missing in the legend when data is filtered + * [#3188](https://github.com/datagrok-ai/public/issues/3188): [Bar chart](../../visualize/viewers/bar-chart.md): Some categories are missing in the legend when data is filtered #### [Grid](../../visualize/viewers/grid.md) @@ -99,7 +99,7 @@ The Datagrok 1.23.0 release includes stability and data access improvements * Plugin management improvements: Added package install logs to UI -#### [Hit Triage:](https://github.com/datagrok-ai/public/tree/master/packages/HitTriage:/CHANGELOG.md) +#### [Hit Triage:](https://github.com/datagrok-ai/public/tree/master/packages/HitTriage/CHANGELOG.md) * Added the ability to edit campaign stages once the campaign starts From 396fa85012207796789a0693309d185bfbe5e1eb Mon Sep 17 00:00:00 2001 From: Olena Ahadzhanian Date: Mon, 23 Dec 2024 12:03:01 +0200 Subject: [PATCH 3/6] GROK-17271: Release notes: edits based on comments --- help/deploy/releases/release-history.md | 70 ++++++++++++------------- 1 file changed, 33 insertions(+), 37 deletions(-) diff --git a/help/deploy/releases/release-history.md b/help/deploy/releases/release-history.md index 6330559207..aa696b756f 100644 --- a/help/deploy/releases/release-history.md +++ b/help/deploy/releases/release-history.md @@ -25,7 +25,7 @@ See also: The Datagrok 1.23.0 release includes stability and data access improvements ### Main updates -* **Visual Query**: you can join multiple tables, choose which columns to include in your report, and decide how to pivot and group them. You can show one or multiple aggregated values for rows and produce a pivot table that shows an aggregated value for every intersection of rows and columns +* **Visual Query**: with an enhanced UX, you can seamlessly join multiple tables, select specific columns for your report, and pivot and group data * **Improved function execution**: parallel queries and scripts now run 10x faster ### Platform @@ -35,9 +35,9 @@ The Datagrok 1.23.0 release includes stability and data access improvements * Galleries: Enabled keyboard navigation and selection in brief and card mode -#### [Scripting](https://datagrok.ai/help/compute/scripting/) + #### JS API @@ -48,26 +48,24 @@ The Datagrok 1.23.0 release includes stability and data access improvements * `grok.functions.call('sin', {x: 0.5});` * `grok.functions.call('sin', [0.5]);` - -#### Data Access + ### Viewers * Legend improvements and fixes: * Automatic positioning for optimal layout * Automatic hiding when the viewer size is too small - * Proper rendering when positioned on top -* [Trellis plot](../../visualize/viewers/trellis-plot.md): Support for mouse-over row group for inner viewers -* [#3184](https://github.com/datagrok-ai/public/issues/3184): [Tile Viewer](../../visualize/viewers/tile-viewer.md): Scroll reset and rendering issues after adding new viewer -* Fixes: +* [Trellis plot](../../visualize/viewers/trellis-plot.md): Added support for mouse-over row group for inner viewers +* Fixed: * [Line Chart](../../visualize/viewers/line-chart.md): * [#3033](https://github.com/datagrok-ai/public/issues/3033): Viewer has 'Marker size' option, but it cannot be changed * [#2776](https://github.com/datagrok-ai/public/issues/2776): Page is frozen if too many categories are used in split + * [#3184](https://github.com/datagrok-ai/public/issues/3184): [Tile Viewer](../../visualize/viewers/tile-viewer.md): Scroll reset and rendering issues after adding new viewer * [#3150](https://github.com/datagrok-ai/public/issues/3150): [Box plot](../../visualize/viewers/box-plot.md): New multi-category box plot is not compatible with older layouts that have only single category * [#3188](https://github.com/datagrok-ai/public/issues/3188): [Bar chart](../../visualize/viewers/bar-chart.md): Some categories are missing in the legend when data is filtered @@ -75,14 +73,14 @@ The Datagrok 1.23.0 release includes stability and data access improvements #### [Grid](../../visualize/viewers/grid.md) -* [#2968](https://github.com/datagrok-ai/public/issues/2968): Implemented the functionality to change the style of multiple columns simultaneously +* [#2968](https://github.com/datagrok-ai/public/issues/2968): Added multi-column style editing * Fixed: * [#3101](https://github.com/datagrok-ai/public/issues/3101): Shift-click selects unexpected rows in some cases - * [#3168](https://github.com/datagrok-ai/public/issues/3168): Horizontal scroll bar in table disappears on double clicking it + * [#3168](https://github.com/datagrok-ai/public/issues/3168): Horizontal scroll bar in table disappears on double-click #### [Scatterplot](../../visualize/viewers/scatter-plot.md) -* [#3124](https://github.com/datagrok-ai/public/issues/3124): Ability to resize Structure labels -* [#3142](https://github.com/datagrok-ai/public/issues/3142): Ability to define columns for scatterplot whiskers +* [#3124](https://github.com/datagrok-ai/public/issues/3124): Added support for resizing structure labels +* [#3142](https://github.com/datagrok-ai/public/issues/3142): Added ability to define columns for scatterplot whiskers * [#2708](https://github.com/datagrok-ai/public/issues/2708): Preserve formula line configuration upon changing columns on the axis * Fixed: * [ #3091](https://github.com/datagrok-ai/public/issues/3091): Show a more detailed message for a missing column @@ -94,6 +92,11 @@ The Datagrok 1.23.0 release includes stability and data access improvements * [#3176](https://github.com/datagrok-ai/public/issues/3176): Some labels disappear unexpectedly on zoom in / out * [#3180](https://github.com/datagrok-ai/public/issues/3180): Labels: Context menu disappears when unclicking the mouse +### Other fixes + +* [#3122](https://github.com/datagrok-ai/public/issues/3122): Pinned columns: Opening the project with pinned columns hides the pinned columns +* [#3119](https://github.com/datagrok-ai/public/issues/3119): Add new column: formula with multi-argument functions is parsed incorrectly if more than one argument contains a column +* [#3024](https://github.com/datagrok-ai/public/issues/3024): Parsing source maps is loading the platform ### Packages @@ -101,31 +104,24 @@ The Datagrok 1.23.0 release includes stability and data access improvements #### [Hit Triage:](https://github.com/datagrok-ai/public/tree/master/packages/HitTriage/CHANGELOG.md) -* Added the ability to edit campaign stages once the campaign starts - - -### Other fixes - -* [#3122](https://github.com/datagrok-ai/public/issues/3122): Pinned columns: Opening the project with pinned columns hides the pinned columns -* [#3119](https://github.com/datagrok-ai/public/issues/3119): Add new column: formula with multi-argument functions is parsed incorrectly if more than one argument contains a column -* [#3024](https://github.com/datagrok-ai/public/issues/3024): Parsing source maps is loading the platform +* Added ability to edit campaign stages once the campaign starts ## 2024-12-20 1.22.3 ### Improvements and fixes: * Viewers: - * [#3133](https://github.com/datagrok-ai/public/issues/3133): [Grid](../../visualize/viewers/grid.md): Right arrow on changing column position with drag-and-drop is working if there is not panel/viewer at the right side; - * [#3184](https://github.com/datagrok-ai/public/issues/3184): [Tile viewer](../../visualize/viewers/tile-viewer.md): Scroll reset and rendering issues after adding new viewer; - * [#3188](https://github.com/datagrok-ai/public/issues/3188): [Bar chart](../../visualize/viewers/bar-chart.md): Some categories are missing in the legend when data is filtered; + * [#3133](https://github.com/datagrok-ai/public/issues/3133): [Grid](../../visualize/viewers/grid.md): Right arrow on changing column position with drag-and-drop is working if there is not panel/viewer at the right side + * [#3184](https://github.com/datagrok-ai/public/issues/3184): [Tile viewer](../../visualize/viewers/tile-viewer.md): Scroll reset and rendering issues after adding new viewer + * [#3188](https://github.com/datagrok-ai/public/issues/3188): [Bar chart](../../visualize/viewers/bar-chart.md): Some categories are missing in the legend when data is filtered * [Scatterplot](../../visualize/viewers/scatter-plot.md): - * [#2965](https://github.com/datagrok-ai/public/issues/2965): Legend color can not be edited if both color and markers use the same column; - * [#3176](https://github.com/datagrok-ai/public/issues/3176): Some labels disappear unexpectedly on zoom in / out; - * [#3189](https://github.com/datagrok-ai/public/issues/3189): Scatter plot labels are shown for filtered out points; - * [#3191](https://github.com/datagrok-ai/public/issues/3191): Some dots are not shown on scatter plot when labels are enabled; - * [#3175](https://github.com/datagrok-ai/public/issues/3175): Scatter plot with conditionally colored column as color inconsistency: color editor icon is shown, but colors cannot be changed; -* [#3174](https://github.com/datagrok-ai/public/issues/3176): Table header tooltip overlaps menus; -* [#3168](https://github.com/datagrok-ai/public/issues/3168): Horizontal scroll bar in table disappears on double clicking it. + * [#2965](https://github.com/datagrok-ai/public/issues/2965): Legend color can not be edited if both color and markers use the same column + * [#3176](https://github.com/datagrok-ai/public/issues/3176): Some labels disappear unexpectedly on zoom in / out + * [#3189](https://github.com/datagrok-ai/public/issues/3189): Scatter plot labels are shown for filtered out points + * [#3191](https://github.com/datagrok-ai/public/issues/3191): Some dots are not shown on scatter plot when labels are enabled + * [#3175](https://github.com/datagrok-ai/public/issues/3175): Scatter plot with conditionally colored column as color inconsistency: color editor icon is shown, but colors cannot be changed +* [#3174](https://github.com/datagrok-ai/public/issues/3176): Table header tooltip overlaps menus +* [#3168](https://github.com/datagrok-ai/public/issues/3168): Horizontal scroll bar in table disappears on double clicking it ## 2024-11-25 1.22.2 @@ -133,11 +129,11 @@ The Datagrok 1.23.0 release includes stability and data access improvements ### Improvements and fixes: * Viewers: * [Scatterplot](../../visualize/viewers/scatter-plot.md): - * [#3145](https://github.com/datagrok-ai/public/issues/3145): Label can be dragged out of scatter plot area and completely hidden; - * [#3120](https://github.com/datagrok-ai/public/issues/3120): Cannot drag label if Mouse Drag = Select; - * [#3123](https://github.com/datagrok-ai/public/issues/3123): Not all formula lines are shown; - * [PC Plot](../../visualize/viewers/pc-plot.md): Transformation doesn't work; - * [#3150](https://github.com/datagrok-ai/public/issues/3150): [Box plot](../../visualize/viewers/box-plot.md): New multi-category Box plot is not compatible with older layouts that have only single category. + * [#3145](https://github.com/datagrok-ai/public/issues/3145): Label can be dragged out of scatter plot area and completely hidden + * [#3120](https://github.com/datagrok-ai/public/issues/3120): Cannot drag label if Mouse Drag = Select + * [#3123](https://github.com/datagrok-ai/public/issues/3123): Not all formula lines are shown + * [PC Plot](../../visualize/viewers/pc-plot.md): Transformation doesn't work + * [#3150](https://github.com/datagrok-ai/public/issues/3150): [Box plot](../../visualize/viewers/box-plot.md): New multi-category Box plot is not compatible with older layouts that have only single category ## 2024-11-04 1.22.1 From 16a4bd32a7e1fbd10cc66ab21f94ff12ef226c3d Mon Sep 17 00:00:00 2001 From: Olena Ahadzhanian Date: Wed, 25 Dec 2024 11:46:54 +0200 Subject: [PATCH 4/6] GROK-17271: Release notes: added #3211 --- help/deploy/releases/release-history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/help/deploy/releases/release-history.md b/help/deploy/releases/release-history.md index aa696b756f..7f7f4165e5 100644 --- a/help/deploy/releases/release-history.md +++ b/help/deploy/releases/release-history.md @@ -96,6 +96,7 @@ The Datagrok 1.23.0 release includes stability and data access improvements * [#3122](https://github.com/datagrok-ai/public/issues/3122): Pinned columns: Opening the project with pinned columns hides the pinned columns * [#3119](https://github.com/datagrok-ai/public/issues/3119): Add new column: formula with multi-argument functions is parsed incorrectly if more than one argument contains a column +* [#3211](https://github.com/datagrok-ai/public/issues/3211): Add new column: do not show error message when using ‘IsNotEmpty’ for numerics * [#3024](https://github.com/datagrok-ai/public/issues/3024): Parsing source maps is loading the platform ### Packages From a9888fd823c057ec0800385b5c42d47c0a0c0f84 Mon Sep 17 00:00:00 2001 From: Olena Ahadzhanian Date: Wed, 25 Dec 2024 12:39:11 +0200 Subject: [PATCH 5/6] GROK-17271: Release notes: minor edits --- help/deploy/releases/release-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/deploy/releases/release-history.md b/help/deploy/releases/release-history.md index 7f7f4165e5..8d3e0ce2cd 100644 --- a/help/deploy/releases/release-history.md +++ b/help/deploy/releases/release-history.md @@ -122,7 +122,7 @@ The Datagrok 1.23.0 release includes stability and data access improvements * [#3191](https://github.com/datagrok-ai/public/issues/3191): Some dots are not shown on scatter plot when labels are enabled * [#3175](https://github.com/datagrok-ai/public/issues/3175): Scatter plot with conditionally colored column as color inconsistency: color editor icon is shown, but colors cannot be changed * [#3174](https://github.com/datagrok-ai/public/issues/3176): Table header tooltip overlaps menus -* [#3168](https://github.com/datagrok-ai/public/issues/3168): Horizontal scroll bar in table disappears on double clicking it +* [#3168](https://github.com/datagrok-ai/public/issues/3168): Horizontal scroll bar in table disappears on double-click ## 2024-11-25 1.22.2 From b276c06a64f22acd79b27062ce515ab06e4e3987 Mon Sep 17 00:00:00 2001 From: Olena Ahadzhanian Date: Sat, 28 Dec 2024 09:59:33 +0200 Subject: [PATCH 6/6] GROK-17271: Release notes: added #3111 --- help/deploy/releases/release-history.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/help/deploy/releases/release-history.md b/help/deploy/releases/release-history.md index 8d3e0ce2cd..f9258a0d11 100644 --- a/help/deploy/releases/release-history.md +++ b/help/deploy/releases/release-history.md @@ -62,9 +62,6 @@ The Datagrok 1.23.0 release includes stability and data access improvements * Proper rendering when positioned on top * [Trellis plot](../../visualize/viewers/trellis-plot.md): Added support for mouse-over row group for inner viewers * Fixed: - * [Line Chart](../../visualize/viewers/line-chart.md): - * [#3033](https://github.com/datagrok-ai/public/issues/3033): Viewer has 'Marker size' option, but it cannot be changed - * [#2776](https://github.com/datagrok-ai/public/issues/2776): Page is frozen if too many categories are used in split * [#3184](https://github.com/datagrok-ai/public/issues/3184): [Tile Viewer](../../visualize/viewers/tile-viewer.md): Scroll reset and rendering issues after adding new viewer * [#3150](https://github.com/datagrok-ai/public/issues/3150): [Box plot](../../visualize/viewers/box-plot.md): New multi-category box plot is not compatible with older layouts that have only single category * [#3188](https://github.com/datagrok-ai/public/issues/3188): [Bar chart](../../visualize/viewers/bar-chart.md): Some categories are missing in the legend when data is filtered @@ -79,6 +76,7 @@ The Datagrok 1.23.0 release includes stability and data access improvements * [#3168](https://github.com/datagrok-ai/public/issues/3168): Horizontal scroll bar in table disappears on double-click #### [Scatterplot](../../visualize/viewers/scatter-plot.md) + * [#3124](https://github.com/datagrok-ai/public/issues/3124): Added support for resizing structure labels * [#3142](https://github.com/datagrok-ai/public/issues/3142): Added ability to define columns for scatterplot whiskers * [#2708](https://github.com/datagrok-ai/public/issues/2708): Preserve formula line configuration upon changing columns on the axis @@ -92,6 +90,13 @@ The Datagrok 1.23.0 release includes stability and data access improvements * [#3176](https://github.com/datagrok-ai/public/issues/3176): Some labels disappear unexpectedly on zoom in / out * [#3180](https://github.com/datagrok-ai/public/issues/3180): Labels: Context menu disappears when unclicking the mouse +#### [Line Chart](../../visualize/viewers/line-chart.md) + +* [#3111](https://github.com/datagrok-ai/public/issues/3111): Added color pickers to the legend +* Fixed: + * [#3033](https://github.com/datagrok-ai/public/issues/3033): Viewer has 'Marker size' option, but it cannot be changed + * [#2776](https://github.com/datagrok-ai/public/issues/2776): Page is frozen if too many categories are used in split + ### Other fixes * [#3122](https://github.com/datagrok-ai/public/issues/3122): Pinned columns: Opening the project with pinned columns hides the pinned columns