User Tools

Site Tools


general:apps:gestaltpnid:releasenotes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
general:apps:gestaltpnid:releasenotes [2022/08/09 14:51] sugeneral:apps:gestaltpnid:releasenotes [2022/11/17 14:56] su
Line 3: Line 3:
  
 ===== Upcoming ===== ===== Upcoming =====
 +
 +==== 2022-11-Major ====
 +
 +=== New Features ===
 +
 +  * **Bar Chart Component** - A new component for displaying aggregate data by interval with the choice to use a sum or average aggregation.
 +  * **Tag Information on Hover** - Added names, values and timestamps of any bound tags when hovering over a component.
 +
 +
 +=== Modifications and Fixes ===
 +  * Added minimum and maximum properties to sparkline to allow custom scaling and prevent rendering of points outside of this range.
 +  * Added search controls to the component explorer.
 +  * Added the option to retrieve only the id of the component in the component explorer.
 +  * Added an option to disable the interaction of an embedded component.
 +  * Added the ability to double click an embedded component to maximise it.
 +  * Added a file system modal that the user can use to select a trend dashboard to embed.
 +  * Added a checkbox option to display groups with no files saved to them.
 +  * Added “m” shortcut for opening the left side menu.
 +  * Added radius property to arc components, so user can manually set it.
 +  * Modified Group Dashboards to only display groups that have files.
 +  * Modified unavailable data source modal to provide more information, present friendlier data source names and allow the user to refresh the data source without having to reload the page. 
 +  * Modified the method in which files are saved to make it more robust and less prone to errors.
 +  * Modified event manager to disable scripting input until an event is selected.
 +  * Modified templating modal to cancel any pending requests if the user closes the dialogue.
 +  * Modified templating modal to prevent the user from being able to kick of the generation process multiple times.
 +  * Fixed an issue where the line-join property was not being correctly applied
 +  * Fixed an issue where the sparkline would always use 0 as its minimum value when scaling.
 +  * Fixed an issue where sparklines could not be hidden using the visible property.
 +  * Fixed an issue where a file whose name contained a comma could not be saved
 +  * Fixed an issue where text components were not loading their properties correctly.
 +  * Fixed an issue where it did not populate the properties of a newly created chart component.
 +  * Fixed an issue where the application would not work in Safari due to the use of a Regex feature not supported by it.
 +  * Fixed an issue where if a time span was used for the interval, it would not be correctly parsed.
 +
 +===== Current =====
 +
 +==== 2022-09-Minor ====
 +
 +=== New Features ===
 +
 +  * **Sparkilne Rework:** Sparkline component has been reworked to allow multiple tags to be added that scale relatively to the overall data range and also now contains a data buffer that will display data prior to the configured PnID start time.
 +
 +=== Modifications and Fixes ===
 +
 +  * Added an error dialogue when the import of a PnID fails.
 +  * Added the data function to the query parameters when loading page via URL.
 +  * Improved handling of session expiry to allow the user to login and continue on their loaded PnID.
 +  * Improved the UI when using PnID on mobile.
 +  * Modified the scaling of lines with position bindings on them so that it now scale the bindings to.
 +  * Modified the embedded component so that it will now receive updates on query changes that the child application can respond to.
 +  * Fixed an issue where right-clicking on a dashboard item to rename, would cause the default browser menu to appear.
 +  * Fixed an issue where the default alignment for text was not being set correctly.
 +  * Fixed an issue where you could no longer group a single component .
 +  * Fixed an issue where you could group another group infinitely.
 +  * Fixed an issue where the URL for the home page was not displayed.
 +  * Fixed an issue where components linked by ID would not navigate correctly.
 +  * Fixed an issue where opening a link in a new window was not working.
 +  * Fixed an issue where the tag manager would go off the screen and the controls would not be visible.
 +  * Fixed an issue where right-clicking a scatter plot component did not provide the option to trend the data.
 +  * Fixed an issue where tags in a scatterplot were not being persisted on page saves.
 +  * Fixed an issue where no error message was displayed when a data request failed.
 +  * Fixed issues that were preventing the files from bundling incorrectly.
 +  * Fixed an issue where the hitbox of a rotated group was not correct.
 +  * Fixed an issue where groups that contained rotated components did not display their bounding box correctly.
 +  * Fixed an issue where scaling a rotated component would cause the bounding box to become misaligned.
 +  * Fixed an issue where scaling a circle would result in an incorrect translation.
 +  * Fixed an issue where genies were not rendering correctly when they contained a rotated group.
 +  * Fixed an issue where you could not undo the grouping of components.
 +  * Fixed an issue where parsing numbers would failed depending on the locale of the user.
 +  * Fixed an issue where you could not open the context menu when viewing a PnID on mobile.  
 +  * Fixed an issue where querying data using PLOT would result in "No Data" being displayed.
 +  * Fixed an issue where querying data using PLOT would result in “No Data” being displayed.
 +  * Fixed an issue where clicking a folder multiple times would prevent the user from saving a file in that folder.
 +  * Fixed an issue where you could rotate & flip a locked component.
 +
 +===== Past Releases =====
  
 ==== 2022-08-Major ==== ==== 2022-08-Major ====
Line 9: Line 85:
  
   * **XY Scatterplot component:** Users can now add a XY scatter plot component that will allow them compare tags against one another.   * **XY Scatterplot component:** Users can now add a XY scatter plot component that will allow them compare tags against one another.
 +
 +{{ :general:apps:gestaltpnid:pnid_create_scatter_plot.gif?400 |}}
 +
   * **Event Manager - Set query scripting action:** Users can now create a "Set Query" action in the Event Manager that will alter the PnID's query settings and apply them.   * **Event Manager - Set query scripting action:** Users can now create a "Set Query" action in the Event Manager that will alter the PnID's query settings and apply them.
   * **Event Manger - Get Tag Data, Sum & Average functions** - Users can now use the //getTagData(datasource, tag)// shortcut to retrieve all available data for a tag. The returned object also provides the //sum()// and //average()// helper methods to make doing these operations simpler.   * **Event Manger - Get Tag Data, Sum & Average functions** - Users can now use the //getTagData(datasource, tag)// shortcut to retrieve all available data for a tag. The returned object also provides the //sum()// and //average()// helper methods to make doing these operations simpler.
Line 40: Line 119:
   * Fixed an issue where bindings would be assigned to the incorrect tag when data for a tag present in the dashboard was not returned.   * Fixed an issue where bindings would be assigned to the incorrect tag when data for a tag present in the dashboard was not returned.
   * Fixed issue where loading icon was not being displayed when applying new data range.   * Fixed issue where loading icon was not being displayed when applying new data range.
- 
-===== Current ===== 
  
 ==== 2022-06-Major ==== ==== 2022-06-Major ====
Line 128: Line 205:
     * Fixed an issue where symbols at the root would not load if user had navigated to a sub folder.     * Fixed an issue where symbols at the root would not load if user had navigated to a sub folder.
     * Fixed an issue where bindings on groups were not being loaded when opening a page.     * Fixed an issue where bindings on groups were not being loaded when opening a page.
- 
- 
-===== Past Releases ===== 
  
 ==== 2021-10-Major ==== ==== 2021-10-Major ====
general/apps/gestaltpnid/releasenotes.txt · Last modified: 2024/04/12 15:30 by su