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
general:apps:gestaltpnid:releasenotes [2021/10/26 17:12] sugeneral:apps:gestaltpnid:releasenotes [2024/02/23 13:50] (current) su
Line 1: Line 1:
 ======Gestalt PnID Release Notes ====== ======Gestalt PnID Release Notes ======
-This page describes the release notes for Gestalt PnId.+This page describes the release notes for [[https://appstore.intelligentplant.com/Home/AppProfile?appId=2a59ca294ce2464cb14694b682294de5|Gestalt PnID]].
  
-===== Upcoming =====+===== Upcoming Release =====
  
-==== 2021-10-Major ====+==== 2024-03-Major====
  
 === New Features === === New Features ===
-* Added share system for groups+ 
-* Added share and permissions controls. +  * **File Recovery -** PnID will now periodically store a backup of the dashboard currently being worked on, so that in the event of a crash, any unsaved changes will not be lost. Backups can be restored via the left hand menu when clicking on a page.  
-* Added invert option to create chart component. +{{ :general:apps:gestaltpnid:restorepnid.gif?400 |}} 
-* Added functionality to rename files and folders. + 
 +=== Modifications and Improvements === 
 +  * Moved from bundling script files on demand to bundling files ahead of time to reduce the file size and improve load times. 
 +  * Fixed an issue where files that were copied via the "copy contents of folder" action would not load correctly until after a refresh. 
 +  * Added a //setPageState(key, value)// command in the Event Manager that allows a value to be stored in the page state.  
 +  * Fixed an issue where the Event Manager component search did not return results for components inside of a group
 +  * Modified the tooltip to show the actual timestamps of each tag.  
 +  * Added footer tooltip that shows the time of last received value on a PnID (ALT+T shortcut to toggle). 
 +  * Fixed the unsaved changes prompt not working correctly on page unload. 
 +  * Fixed an issue with unsubscribing from Data Core subscriptions to prevent spamming the Websocket with stale data values when navigating between PnIDs. 
 +  * Fixed an issue where hyperlinks or linked PnIDs did not work on buttons. 
 +  * Fixed embedded Trends showing a different data if PnID is in real-time mode.  
 +  * Fixed the embedded component constantly trying to reload due to unencoded URLs. 
 +  * Fixed an issue in templating where it would attempt to parse a trend query string on non trend hyperlinks. 
 +  * Prevented the file extension being displayed on PnID files. 
 +  * Prevented PnID from going into edit mode when navigating via a a broken link. 
 +  * Fixed groups displaying underneath symbols and genies in the left-hand menu. 
 +  * Fixed an issue where genies stored within a folder would not load. 
 +  * Fixed an issue where folders could not be created in the group genies or symbols folder. 
 +  * Fixed the radial gradient controls not functioning as expected
 +  * Fixed page load event not running when the same page is requested, but with a different state. 
 +  * Fixed trending tags from PnID using a custom time range.  
 +  * Fixed tooltip showing invalid date when a tag has no data loaded. 
 +  * Fixed having to click the back button twice when attempting to navigate away from a PnID with am embedded Trend. 
 +  * Fixed the Select component not showing selected value.  
 +  * Fixed the Range component not showing max, min, and step properties 
 +  * Added Optima Roman font to the list of selectable fonts. 
 +  * Added the ability for the user to resize the Event Manager modal to their desired size. 
 +  * Fixed an issue where the import modal would not reset for successive imports. 
 +  * Fixed the templating not working properly when using square brackets in the configuration sheet. 
 +  * Modified the position bindings so that they are restricted to the data range defined in the binding. 
 +  * Added a message when trying to open an empty folder from the main menu. 
 +  * Moved the loading Icon to be to the center of the screen and windows. 
 +  * Added "Manage data sources" and "Help" buttons to the left hand menu of  PnID and Trend 
 +  * Fixed Trend not loading data when opening from query string 
 +  * Modified wording to be more specific for file or folder on popups 
 +  * Fixed an issue where the logout button would not actually log the user out. 
 + 
 +===== Current Release ===== 
 + 
 +==== 2023-11-Hotfix ==== 
 + 
 +=== Modifications and Improvements === 
 + 
 +  * Fixed an issue where the select box would not correctly record the previous value, and it would always be the same as the current. 
 +  * Fixed the PnID fill colour property missing from the properties menu. 
 +  * Fixed the modal container not resizing on mobile correctly. 
 +  * Updated modals to use view port values instead of percentages so that they resize correctly on all devices. 
 +  * Fixed an error that would occur when creating a folder while on the "Select File/Folder"
 +  * Fixed Groups menu being visible under files menu if user has too many groups. 
 +  * Adjusted the left panel menu to be more clickable when selecting a group. 
 +  * Fixed an issue where you could not open a shared folder inside of a group. 
 +  * Modified the side menu to automatically close when opening a file on mobile. 
 +  * Fixed missing plus icons in gradient and expression evaluator modals. 
 +===== Past Releases ===== 
 + 
 +==== 2023-10-Major ==== 
 + 
 +=== New Features === 
 +  * **New Drop-Down Component -** Added a new Drop-Down Select component that allows users to add a selectable option to a dashboard and bind scripts to it. 
 +  * **Shareable URLs -** Added an option to generate a URL snapshot of a dashboard that can then be shared with other users. 
 +  * **New Event Manager Actions** - Added //swapTags// and //transformTags// actions to the Event Manager that allow the user to swap out the current set of tags in the dashboard, or apply a transformation to the names of the existing tags. 
 +  * **New File Menu -** Modified the file menu to work as an expandable tree to ease navigation between folders and make it more user-friendly. 
 +  * **New File Context Menu -** Added a context menu to the file menu to make it simpler and easier to perform actions against specific files and folders and make the UI cleaner. You can right-click any file/folder to open it. 
 +   
 +  {{ :general:apps:gestaltpnid:contextmenu.gif?400 |}} 
 +  * **New Manual Tags** - Added the ability to manually add tag names to a dashboard to allow the addition of metatags and to also serve as placeholders. 
 + 
 +=== Modifications and Improvements === 
 +  * Added the ability to create a new folder in the file explorer modal. 
 +  * Added loading indicators when performing various actions on files to inform the user an action is being processed. 
 +  * Added a close button to the colour picker. 
 +  * Made tweaks to the UI when viewing on mobile. 
 +  * Fixed an issue where a component's properties could not be edited on mobile
 +  * Improved the display/transition of the menu icon when opening and closing the menu. 
 +  * Increased the hovering area of the x button on pop-ups. 
 +  * Fixed an issue where text bindings for digital state tags did not use the string version of the state. 
 +  * Fixed an issue where you could not edit the bindings of a child component. 
 +  * Fixed an issue where creating genie for charts and scatterplots did not save the tags. 
 +  * Added automatic retrying of requesting data sources when the initial request fails. 
 +  * Fixed an issue where text bindings' prefix and suffix on user preferences were reversed. 
 +  * Fixed link on session expiry popup not redirecting to the login page. 
 +  * Added an info icon on the bindings pop-up to notify users on how to change a binding's tag data type. 
 +  * Added hyperlink as a property that can be templated and made it so hyperlinks are automatically encoded when generating files. 
 +  * Fixed an issue where you could not view the properties of components filled with a gradient. 
 +  * Fixed Historical PnIDs breaking when tags return no data. 
 +  * Fixed an issue where horizontal flipping did not maintain the component's position. 
 +  * Fixed the select file modal not resizing on mobile. 
 +  * Fixed an issue where functional components could break a page in certain cases. 
 +  * Fixed an issue where copying files with the same file name would not overwrite the existing files and instead duplicate them. 
 + 
 +==== 2023-08-Major ==== 
 + 
 +=== New Features === 
 +  * **Personal and Group Genies -** Added Default, Personal and Group Genies to separate user/organisation created Genies and prevent them from being accessible by other users. 
 +  * **Personal and Group Symbols -** Added Default, Personal and Group Symbols to separate user/organisation created Symbols and prevent them from being accessible by other users. 
 +  * **User Preferences -** Added a preferences menu to configure specific settings on PnID such as the default home page, font size and colours. 
 +  * **New Context Options -** Added Undo, Redo, Add Link, Add Event and open embedded components in a new window as options to the right click context menu.  
 +  * **Unsaved Changes Warning -** Added a warning when a user tries to navigate away from a page with unsaved changes, providing them the option of saving before navigating away. 
 +  * **Double Click to Edit Text -** Added the ability to double click a text element to edit the text. 
 +  * **Copy Properties of a Component - ** Added options to copy and paste properties from one component to another from the context menu. 
 +  * **Recently Added Tags -** Added a recently used tags list to the tag browser modal to reduce the time of creating multiple bindings using the same tag. 
 + 
 +=== Modifications and Improvements === 
 +  * Added new set of default Genies & Symbols accessible by all users. 
 +  * Added a property and shortcut to disable the tooltip (SHIFT + T to toggle tooltip) for a dashboard. 
 +  * Modified default input, button, and range components sizes upon creation to fit the canvas grid. 
 +  * Fixed an error on adding a binding after adding a new data row in bindings table. 
 +  * Fixed the removal of tags on charts creation table to trigger only when clicking directly on the removal icon. 
 +  * Fixed an issue where selecting individual points on a line would not deselect when in a group. 
 +  * Updated Packages that contained Vulnerabilities. 
 +  * Removed line selection points displaying in a group when the group is not selected. 
 +  * Added a border radius property to range components. 
 +  * Fixed linking PnID by ID from not displaying the file name on the properties panel. 
 +  * Removed partition lines from right properties panel. 
 +  * Modified the event names in the event manager to be friendlier to users and added descriptions on how they behave. 
 +  * Fixed an issue where double clicking and dragging on smaller components in a group would not allow the user to select and move the component. 
 +  * Renamed the border radius property to fillet radius. 
 +  * Modified the context menu so only relevant actions are displayed. 
 +  * Fixed an issue where selected points on a line would not reset when performing a drag select. 
 +  * Fixed rename pop up having the application name as part of the file path. 
 +  * Removed the highlight on hover for non clickable text on right properties panel. 
 +  * Removed the "delete for everyone" option on delete modal for files that have not been shared. 
 +  * Fixed an issue where the tag values returned with an empty string and cause text binding to stop working. 
 +  * Fixed the tooltip and context menus from obstructing other UI elements. 
 +  * Added existing files in the file manager to make it easier for the user to see what is currently present. 
 +  * Fixed the selected tool appearing as deselected when it is still actually selected. 
 +  * Fixed an issue where functional components would prevent the user from applying new query settings. 
 +  * Adding dragging for all modals to make it more consistent. 
 +  * Disabled the paste option in the context menu if there is nothing to paste. 
 +  * Fixed an issue where child folders in a folder would not load correctly. 
 +  * Fixed an issue where PnID would try to parse the state of tag when it did not have a state value. 
 +  * Modified text binding property names from pre-text and post-text, to prefix and suffix. 
 +  * Hid the menu icon in embedded PnIDs. 
 +  * Removed the option to duplicate files on copying of a folder's contents to another. 
 +  * Fixed an issue where you could not minimize an maximised embedded component when double clicking. 
 +  * Readded the Save As button at the file/folder level in the left side menu. 
 +  * Fixed typos in the "New Update" notification. 
 +  * Increased the permitted file size when importing PnIDs from 512kb to 2mb. 
 +  * Fixed an issue where following a "save-as" the wrong path would be loaded in the URL. 
 +  * Fixed issue where a group's specific permission level was being checked in validation rather than the user's overall highest permission level. 
 +  * Fixed the contrast of text against the background colour of all colour pickers. 
 +  * Fixed sparklines not rendering when data is flat. 
 +  * Fixed the titles of tool buttons not updating when selected.  
 +  * Improved the styling of the import modal.  
 +  * Fixed tool keyboard shortcuts not highlighting the selected tool. 
 +  * Removed file extensions from the save as modals and defaulted the name of the new file as "Untitled"
 +  * Removed the word "dashboards" from the top menu to declutter it. 
 +  * Added the name of the currently logged in user to the left panel. 
 +  * Fixed an issue where if the case of a tag name differed from the requested tag, it would break the dashboard. 
 +  * Fixed an issue where the search filter was not being applied when searching against organisation groups. 
 +  * Added validation when setting a custom time range when opening Trend from PnID. 
 +  * Modified the session expire modal so that it will now redirect the user to log in. 
 + 
 +==== 2023-04-Major ==== 
 + 
 +=== New Features === 
 +  * **New Enumeration Binding Type -** Added a new enumeration binding type that allows bindings to be created for tags that make use of enumeration states. 
 +  * **New Co-ordinate Display -** Added a new display for the current mouse coordinates in edit mode (shift + m to enable). 
 +  * **New Colour Palette Implementation -** Added a new implementation for the colour palettes.  
 +  * **Group Editing Improvements -** Improvements to the management of groups that allows users to modify child components and also any tags contained with a group without the need to ungroup it first. 
 +  * **Automatic Tag Selection for Bindings -** Modified the creation of new bindings to automatically set the tag of the previous binding if it exists to help speed up the creation of multiple tags.  
 +  * **Tool Selection Improvements -** Modified the component toolbar to group individual tools under common categories.  
 + 
 + 
 +=== Modifications & Fixes === 
 +  * Added an option to fill the area under a sparkline.  
 +  * Added explanation of binding activation conditions when hovering over the data range input area  
 +  * Modified the line width of smaller grid boxes to make them easier to distinguish from the larger grid boxes. 
 +  * Fixed undefined error occurring when selecting the root folder in the file dialogue.  
 +  * Fixed Trend not updating times when embedded into a PnID.  
 +  * Added support for the SRC property when templating PnIDs with embedded components or images.  
 +  * Fixed issue where users would have to escape backslashes in template configuration file. 
 +  * The Select tool will now be set as default when moving to edit mode.  
 +  * Modified the copying of a component to maintain any bound tags. 
 +  * Fixed the bounds calculation not including the border width of embedded components. 
 +  * Refactored the tooltip implementation to improve performance.  
 +  * Fixed an issue where if a genie contained too many tags you were not able to see the ones at the bottom.  
 +  * Fix bounds not being rendered on functional components (input, button, range).  
 +  * Fixed symbols & genies not displaying inputs, buttons or range components. 
 +  * Fixed tooltip not displaying the radius when constructing an arc or circle. 
 +  * Restricted the undo buffer to only allow a maximum of 100 commands to prevent out-of-memory issues. 
 +  * Fixed an issue where the visible property was not being applied correctly for inputs, buttons and range components. 
 +  * Fixed an issue where state tags were being incorrectly identified as numeric tags and displaying as NaN. 
 +  * Fixed session expiring when user is currently using Gestalt. 
 +  * Fixed an issue where a share could not be revoked.  
 +  * Modified embedded components to prevent menu shortcuts being used within them.  
 +  * Added an import dialogue that allows users to select where to import a file to. 
 +  * Fixed the error message when removing an admin from the permissions. 
 +  * Fixed pending shares having the wrong icon for folders. 
 +  * Removed the close button from session expiry dialogue.  
 +  * Modified the display of shares to allow the user to hide them.  
 +  * Fixed keyboard shortcuts invoking the browser defaults when focused on certain elements of the UI.  
 +  * Modified the Save As dialogue to allow the user to select a folder to save the file to.  
 +  * Removed the Save As option at the folder level in main menu.  
 +  * Fixed bounding box padding inconsistencies  
 +  * Fixed highlighting of tools becoming stuck.  
 +  * Removed Status and debug headers in right side menu.  
 +  * Fixed an authentication error occurring when logging in. 
 +  * Fixed an issue where the data request would fail if one of the tags requested did not return. 
 +  * Fixed the data source error dialogue appearing when the request is unauthorised. 
 +  * Updated package versions of vulnerable packages. 
 + 
 +==== 2023-02-Major ==== 
 + 
 +  * **Dashboard Guideline** - Added new dashboard guideline that displays the border of the dashboard's configured dimensions. Can be toggled on and off with Shift + b. 
 === Modifications and Fixes === === Modifications and Fixes ===
-* Fixed an issue where you could not edit a binding because the data source could not be found. 
-* Fixed issue where the chart modal was the width of the entire screen. 
  
 +  * Added tooltip that displays the size of the component the user is currently drawing.
 +  * Added ability to define the area of an embedded component when adding it to a PnID.
 +  * Added border property for embedded components.
 +  * Added auto completion of code to the script editor.
 +  * Added option to override existing files when copying a folder.
 +  * Improved display of properties in the component properties menu.
 +  * Improved display of UI when viewing PnID on a Mobile.
 +  * Modified the text of the dialogue when there is an error after refusing a share.
 +  * Fixed the user, in some occasion, not being authorised on intial load of the applicaiton.
 +  * Fixed the tooltip displaying when in dialogue windows, when it shouldn't.
 +  * Fixed PnID tooltip timestamp not working correctly when embedded in Trend.
 +  * Fixed PnID tooltip values displaying as NaN when embedded in Trend.
 +  * Fixed issues with zooming and panning on mobile.
 +  * Fixed issue where changes made to permissions were not applied.
 +  * Fixed issue where shortcuts were being triggered when typing in input boxes.
 +  * Fixed issue where the Tag Manager would not open.
 +  * Fixed an issue where state bindings were not applying correctly.
 +  * Fixed issue where a stored script was not being loaded correctly.
 +  * Fixed Trend having a border when embedded +  add a border property.
 +  * Fixed PnID opening a tag in Trend not being set to real time.
 +  * Fixed issue where you could not select the current font size of a text component with the mouse.
 +  * Fixed linked PnID property being assigned undefined if no file is selected.
 +  * Fixed issue where copying a line component would result in a malformed line component being created.
 +  * Fixed issue where sparklines were not rendering the last point in the dataset.
 +  * Fixed issue where linking a PnID by Id would cause the file with the link to be overwritten when navigating to the linked page and saving.
 +  * Fixed issue where grouping an arc would result in the incorrect bounds of the group being calculated.
 +  * Fixed issue where bindings were being set to look at the incorrect tag following a save.
 +  * Fixed issue where not all tags contained in a group were being displayed in the tooltip.
 +  * Fixed issue where context menu would not always appear when clicking on a group.
 +  * Fixed issue where session expired dialogue would appear in embedded windows.
 +  * Fixed issue where the zoom would be inverted for Mac users if they have natural scroll enabled. 
 +  * Fixed issue where the zoom would not work as intended on mobile.
  
-===== Current =====+==== 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. 
 + 
 +==== 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. 
 + 
 +==== 2022-08-Major ==== 
 + 
 +=== New Features === 
 + 
 +  * **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 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. 
 + 
 +=== Modifications and Fixes === 
 + 
 +  * Added validation for the Naming of a PnID.  
 +  * Added application icon to the side menu. 
 +  * Added function to retrieve all tag data in an event manager script. 
 +  * Added a copy tag function to the bindings dialogue. 
 +  * Added a check to the scripting message handler to ensure the message received is in the expected format. 
 +  * Added context menu option for opening the bindings dialogue. 
 +  * Added a dialogue that is displayed when the request to retrieve data sources has failed and allows the user to retry the request again. 
 +  * Added a dialogue for when an error occurs when applying a new data range. 
 +  * Modified error messages to be more informative to the user.  
 +  * Modified the loading symbol to use the Intelligent Plant logo. 
 +  * Modified the file size limit to 10mb for importing PnIDs to be consistent with what we allow to be posted to the server. 
 +  * Modified right side panel to separate the dashboard properties from the selected component properties, into its own static menu. 
 +  * Modified Event Manager GetValue function to allow a specific index to be provided. 
 +  * Fixed create folder using path instead of parent Id.  
 +  * Fixed an issue where the real-time subscription would be lost when the connection dropped. 
 +  * Fixed Input, Button, Range and Embedded components disappearing when copying and pasting. 
 +  * Fixed an issue where the interpolation of data was creating an extra point. 
 +  * Fixed an issue where the start and end date were being set incorrectly, and not maintaining the correct time range. 
 +  * Fixed an issue where the time range being interpolated for was way outside of the original query 
 +  * Fixed issues with how PnID was managing the start and end time, which was leading to an ever expanding time range and lead to the incorrect number of points being interpolated. 
 +  * Fixed an issue where historical data was not being correctly set for tags when creating a binding. 
 +  * Fixed an issue where PnID would keep trying to process messages from a trend window that was shut and throw an error. 
 +  * Fixed an issue where creating a binding with a new tag would create a separate real-time subscription rather than adding it to the existing one. 
 +  * Fixed an issue where subscribing a new tag was causing a serialisation error due to it passing an array of tag names and not a dictionary of tags grouped by data source. 
 +  * 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. 
 + 
 +==== 2022-06-Major ==== 
 + 
 +=== New Features === 
 + 
 +  * **Organisation Wide Home PnID:** Users can now create a Home PnID in the "All Users" group, which will set the home page for all members of that organisation. 
 + 
 +=== Modifications and Fixes === 
 + 
 +  * Modified the event manger to now display scripting errors. 
 +  * Fixed an issue where event manger was not highlighting scripting. 
 +  * Fixed an issue where write actions were parsing the values as int instead of as a float. 
 +  * Fixed an issue with templating, where configuration values were replacing values they shouldn't. 
 +  * Fixed an issue where a file would be removed even if there existed another admin on it. 
 +  * Fixed an issue where the paging on the user search was not working if the user was included in the list. 
 +  * Fixed an issue where application would break if the user had no Home PnID. 
 +  * Fixes an issue in templating when selecting a target folder, which result in the wrong path being set. 
 +  * Fixed an issue where renaming a PnID in a group where on reload it would not be found. 
 +  * Fixed an issue where PnID would freeze because it would attemptto interpolate from 0001-01-01 then to now. 
 +  * Fixed an issue where an iframe with a url that did not include a trailing / would repeatedly reload. 
 + 
 +==== 2022-04-Major ==== 
 + 
 +=== New Features === 
 + 
 +  * **Generate files from template:** Users can now generate multiple files from a specified PnID with varying configurations of tags, colours and links. 
 +  * **Copy Folder Contents:** Users can now copy the entirety of a folder's contents to a specified location, allowing files to be moved elsewhere with ease. 
 +  * **Linking directly or relatively:** When linking a component to navigate to a PnID, users will now have the option to either link directly to a given file or use a relative link that will navigate to a file relative to the PnID's location. 
 + 
 +=== Modifications and Fixes === 
 +  * Added text to inform the user there are no permissions when viewing permissions on a file/folder. 
 +  * Modified group dashboards area to now display groups you are a member off and not groups that are simply visible to you. 
 +  * Modified group dashboards area to now display groups by their organisation. 
 +  * Modified groups in the share modal to now display groups by their organisation. 
 +  * Modified queries for retrieving folder contents that significantly improves the load times of the file explorer. 
 +  * Added error message when user attempts to accept a share in a location they are not permitted. 
 +  * Modified method of retrieving real-time updates to improve stability. 
 +  * Modified the method in which data is queried to improve load speeds. 
 +  * Modified binding of state tags to allow the numeric or string value of the state to be used. 
 +  * Modified "Zoom to Fit", "Zoom To Height", "Zoom to Width" properties to be a single property called "Zoom To" where you can select the zoom choice. 
 +  * Fixed an issue where removing permissions from a folder could result in the underlying folder structure being deleted. 
 +  * Fixed an incorrect message being shown when accepting a share 
 +  * Fixed an issue where the embedded component would not always load its content. 
 +  * Fixed an issue where setting sparklines to use auto scale would mean they would not work. 
 +  * Fixed an issue where auto scaled sparklines would drop of the page when a zero existed in the data. 
 +  * Fixed an issue where the application would serve cached content and cause the app to break. 
 +  * Fixed an issue where an error would be thrown when attempt to retrieve data sources that support the asset model. 
 + 
 +==== 2022-03-Major ==== 
 + 
 +=== New Features === 
 + 
 +  * **Embedded page component:** A new component that allows user's to embed content from other sites into there dashboards. 
 +  * **File selector modal:** This allows users to select a specific PnID they want a component to link to, thereby removing the need to manually enter a path. 
 + 
 +=== Modifications and Fixes === 
 + 
 +    * Modified the getValue method in the events dialogue so that it can now take a selected point parameter. This means it will take the value of the tag for the currently selected point and not the latest. 
 +    * Modified OnValueUpdate scripting event to also run when value is changed via the range selector. 
 +    * Added an exception when linking to a home pnid from a group, so it correctly loads the user's home file. 
 +    * Modified linking from files that exist in a group so that, by default, it navigates relative to the groups folder, unless a group id is present in the link. 
 +    * Modified bindings that use state tags to allow choice of whether you use the string or numeric representation. 
 +    * Improvements to the file structure UI to facilitate larger file names 
 +    * Improvements usability on mobile phones. 
 +    * Improvements to the file handling system to make it more robust. 
 +    * Fixed an issue where numeric bindings were being activated like a state binding.  
 +    * Fixed an issue where user's could accept shares in a location they were not permitted to. 
 +    * Fixed an issue where user's could still access files when they had been removed from the appstore group that access was permitted to. 
 +    * Fixed an issue where the share pop up would crash on the initial opening. 
 +    * Fixed an issue where a new folder would not be created when pressing enter. 
 +    * Fixed an issue where saving a file in a folder that had a space in it's name would result in an error. 
 +    * Fixed an issue where the file menu is not reloaded once a file has been deleted. 
 +    * Fixed an issue where removing the last permission from the permissions panel will delete the file without providing a warning. 
 +    * Fixed an issue where permissions changes will persist after an error is thrown. 
 +    * Fixed an issue where user could rename a file as empty. 
 +    * Fixed an issue where files could be left orphaned by removing all administrators. 
 +    * Fixed an issue where PnID was not keeping track of the windows it had opened. 
 +    * Fixed an issue where trend was not adding tags to existing windows or creating new plots for differing time range. 
 +    * Fixed an issue where dropping a genie would load the image and not the genie. 
 +    * Fixed an issue where data function would be empty in the settings menu. 
 +    * Fixed an issue where queries would always use the INTERP data function. 
 +    * Fixed an issue where it was not hiding the time controls when switching to a realtime pnid from a historical one. 
 +    * Fixed an issue where you could not rename a file in a group structure. 
 +    * Fixed an issue where locking/unlocking component was displaying the incorrect icon. 
 +    * 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. 
 + 
 +==== 2021-10-Major ==== 
 + 
 +=== New Features === 
 +  * Added share system for groups. 
 +  * Added share and permissions controls. 
 +  * Added invert option to create chart component. 
 +  * Added functionality to rename files and folders.  
 +=== Modifications and Fixes === 
 +  * Fixed an issue where you could not edit a binding because the data source could not be found. 
 +  * Fixed issue where the chart modal was the width of the entire screen.
  
 ==== 2021-09-Major==== ==== 2021-09-Major====
Line 45: Line 488:
   * Fixed issue  where you could not share a file if it was nested in a folder   * Fixed issue  where you could not share a file if it was nested in a folder
  
-===== Past Releases ===== 
  
 ==== 2021-06-Major ==== ==== 2021-06-Major ====
general/apps/gestaltpnid/releasenotes.1635268375.txt.gz · Last modified: 2021/10/26 17:12 by su