Skip to content

Stable Release v1.10.2

Compare
Choose a tag to compare
@Sleeckx Sleeckx released this 24 Feb 10:06
· 514 commits to master since this release

New Features

Openaction TypeHint

Developers can now add an openaction typehint to QueryResultItem objects that indicate which action needs to be invoked when clicked in the query grid.
E.g.: openaction=Download will cause the Download action to be called when the user clicks that item.

Sign out across tabs

Users who click sign out and have multiple tabs open for the same application will now be signed out across all tabs.

Meaningful Changes

Native CSS Properties

Vidyano now sets the Polymer useNativeCSSProperties flag to true in order to take advantage of native custom CSS properties available in Chrome, Opera, FireFox, Safari 9+ and soon Microsoft Edge, increasing the overall performance of Vidyano applications on all modern browsers.

Suppress Polymer template and binding notifications by default

This version is shipped with Polymer 1.8, allowing users to suppress notification events in order to increase performance.
Vidyano sets both suppressTemplateNotifications and suppressBindingNotifications to true.

Bugfixes

  • Fixed a refresh from result issue causing inconsistent behavior when attributes trigger refresh or the user presses cancel.
  • Fixed column headers for non filterable columns.
  • Fixed missing AppSetting class.
  • Fixed numeric attribute consistency when input is focused.
  • Fixed anchor handler for friendly route maps.
  • Fixed unmatched route resolved as internal.
  • Fixed issue where notification anchor clicks open the more info dialog.
  • Fixed internal path handling issue for urls starting with hashbang.
  • Fixed loading indicator issue for templated query items presenters.
  • Fixed parsing uri's without hashbang in the notification bar.
  • Fixed open in new tab/window when using external authentication.

Raw Notes

  • Fixed broken service tab lookup after refresh or cancel (10b397b)