User Tools

Site Tools


general:apps:gestaltpnid:releasenotes

This is an old revision of the document!


Gestalt PnID Release Notes

This page describes the release notes for Gestalt PnId.

Upcoming

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.

Current

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

A minor update that contains the following changes:

New Features

  • Added Roboto font family as an option in fonts.
  • Added the olney light font family as an option in fonts

Modifications and Fixes

  • Modified adding of tag names to event manager so that they are properly escaped if they contain any special characters.
  • Modified setting so PnID does not always prompt user to authorise datasources.
  • Modified the console window to be scrollable, so that when many actions are being performed you can see the complete output.
  • Fixed a bug where bounds were not being calculated correctly because a text element's line height property was empty.
  • Fixed a bug where time picker would revert to absolute time when press enter.
  • Fixed a bug where request data when selected start date is after selected End Date
  • Fixed a bug where long folder names occupied two spaces.
  • Fixed a bug where pressing log out would not prompt to save changes.
  • Fixed a bug where PnID crashed if no cookies were found in the browser.
  • Fixed the link to release notes to open in a new window.
  • Fixed a bug where there was a change the request to initialise a user could be called twice if switching between home and pnid quickly, by moving the process to the onauthenticate method.
  • Fixed a bug where certain filepaths caused an issue when saving a new file.
  • Fixed a bug where a file would not be saved at the correct path.
  • Fixed a bug where the loading symbol would display all the time when displayed in a Trend dashboard.
  • Fixed issue where you could not share a file if it was nested in a folder

Past Releases

2021-06-Major

A major update that contains the following changes:

New Features

  • Added getStringValue function to the event manager that allows the user to retrieve the current string value of a tag.

Modifications and Fixes

  • Modified opacity being applied in edit mode to prevent control components being difficult to find.
  • Modified the align to take a restricted set of values.
  • Fixed issue where text's colour would disappear.
  • Fixed issue where tags from one data source would end up in results of another if switched whilst request was still ongoing.
  • Fixed issue where line thickness binding was not being applied.
  • Fixed issue where loading pages with large number of tags on a slower data source would create a race condition that caused the unsubscribing of tags to take place after the subscription of new tags, which meant all tags were unsubscribed.
  • Fixed an issue where, tags that had the same name, but from different data sources, would set the data to what ever tag occurred first.
  • Fixed issue that meant saving a PnID would reassign bindings to point at tags where the tag name was the same, but the data source was different.
  • Fixed bug where, when upon retrieving the requested historical data, it was failing to set it into the correct position.
  • Fixed issue that was causing tags to be deleted when saving PnIDs.
  • Fixed the font used when displaying a new share.

2021-04-Major

A major update that contains the following changes:

New Features

  • Added 3 New design components (Input Boxes, Buttons and Range Bars). These allow controls to be added to PnIDs that users can interact with to perform specific actions.
  • Added Event Manager and Scripting Engine. This allows users to write their own custom Javascript scripts to perform certain actions. These scripts can then be assigned to a specific event on a component, which will be executed when activated.
  • Added “Run Events” property to PnID properties that allows control over whether events should be ran in a page or not.
  • Added Components Explorer Modal that allows users to see all component that are currently in a PnID.
  • Added unauthorised data source modal, which indicates to the user what data sources they have not authorised when opening a PnID.

Modifications and Fixes

  • Changed “Align” property so that it now has a restricted set of values.
  • Fixed issue where folder would not be created when clicking the create folder icon.
  • Fixed issue where user's access token was not being refreshed.
  • Fixed issue where selected pallet colours were not being applied to newly created components.
  • Fixed issue that caused borders to become the wrong colour.

2021-01-Hotfix1

Minor update to fix an issue regarding real-time tag subscriptions not being removed when a PnID window closes.

2020-05-Hotfix1

This release contains the following changes:

New Features

  • Added improved tag manager that better displays current values and historical values of tags present in a PnId.
  • Added control for selecting the data function to be used in the data request for a PnID.
  • Added context menu control to open a linked component in a new window.

Modifications and Fixes

  • Fixed issue where client-side data interpolation would break when requested data contained bad values.
  • Fixed issue where copying a group would not properly copy the bindings.
  • Fixed issue with rotation bindings not working on groups or text components.
  • Fixed issue where PnID shortcuts would not work when the main menu was open.
  • Fixed issue where historical data was not always being requested when adding a binding that used a new tag.
  • Fixed issue where vertical position bindings would break on opening of a PnID.
general/apps/gestaltpnid/releasenotes.1646411970.txt.gz · Last modified: 2022/03/04 16:39 by su