Releases: 2sky/Vidyano
Stable Release v1.10.4
Stable Release v1.10.3
New Features
Update Available Notification
The back-end service can now notify the client that a new version of the single page application client code is available. This will prompt the end user to perform a browser page refresh.
Bugfixes
- Fixed returnUrl when using external authentication
- Fixed incorrect cookie path
Raw Notes
Stable Release v1.10.2
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)
Stable Release v1.10.1
Raw Notes
- Faster session storage sync for new tabs (842524d)
Stable Release v1.10.0
Raw Notes
- Added importLib (2233cea)
- Updated typescript node packages (7453e42)
- Replaced es6-promise with es6-shim (7453e42)
- Fixed linting issues (7453e42)
- Fixed inconsistent notification type (48edad0)
- Added sign out across tabs (fe88f45)
- Moved redirects to app service hooks (035c030)
- Fixed inlining for all style and script descendants (f6d03b2)
- Don't vulcanize scripts during debug (4a50d20)
- Added support for keep selection on query refresh (6d8fa93)
- Fixed parsing uri's without hashbang (0278758)
- Fixed issue where minimum column width css property is parsed too early (3bf6df6)
- Fixed loading indicator issue for templated query items presenters (ff485e1)
- Fixed internal path handling issue for urls starting with hashbang (9c368af)
- Fixed issue where notification anchor clicks open the more info dialog (a22c277)
- Sync session storage between tabs (1b83602)
- Fixed anchor handler for friendly route maps (9c85447)
- Fixed unmatched route resolved as internal (653355b)
- Include all links (3346208)
- Fixed refresh from result after action (fbe02e5)
- Suppress Polymer template and binding notifications by default (4c8127e)
- Populate attribute group DOM elements asynchronously (087eebb)
- Added loading indicator for query items presenter (6b632f7)
- Removed unused code (f487bde)
- Fixed numeric attribute consistency when input is focused (57f86e9)
- Updated valueChanged callback to include oldValue (702375c)
- Fixed old breadcrumb reference (e17ed47)
- Fixed inconsistent notification set logic (899fd25)
- Fixed app-route dom-module node (ac7dadc)
- Added missing app-setting script (b95194c)
- Use native css properties (57aad8d)
- Minimize and inline css and js at release build time (f215c23)
- Added shadow to sign in side panel (7d4082e)
- Menu is only visible for non-barebone applications (54d76cf)
- Fixed proxy for non filterable columns (5be50d5)
- Don't call onOpen hook for query grid openaction (2562612)
- Fixed duplicate script reference (0d0183a)
- Fixed deprecated external stylesheet links (d0f3ab5)
Stable Release v1.9.2
Raw Notes
- Return ALL the nodes (e819ed7)
Stable Release v1.9.1
Raw Notes
- Fixed incorrect constructor call (97f7f0b)
Stable Release v1.9.0
Stable Release v1.8.5
Raw Notes
- Fixed marked-element breaks to true by default (ca93e80)
- Fixed all execution flows with clientoperations (8455c8f)
- Fixed previous/next month date pick issue (050c74a)
- Fixed linting issue (400664b)
- Added custom export to csv action logic (0fb2f2f)
- Fixed blocking save during triggers attribute refresh (5e9cdf6)
- Bind groupseparator typehint to vi-select group separator (cd6560d)
- Added group separator functionality (c4d4e3b)
- Declared map (0f98295)
- Fixed linting error (933cdc7)
- Always fire item-tap on query-grid (0298759)
- Fixed next/previous month buttons when value selectedDate is null (0e523d3)
- Allow query selectAll via vi-query-config (fd62cd9)
- Fixed numeric attribute zero value (02ee411)
- Use typed route activation parameters (577b137)
- Fixed linting issue (577b137)
- Allow app-route to preserve its content when reactivated (8aad3f7)
- Fixed triggers refresh on User attribute (4c06499)
- Added previous/next buttons in month mode (6ab33d9)
- Allow refresh when month mode is active (bc18aa5)
- Fixed linting error for #83 (a294b00)
- Fixed default query filtering values not visible (daf1620)
- Handle triggersRefresh for AsDetail attribute (#83) (031ba4b)
- Check if operations will open a new persistent object anyway (51e85b1)
- Don't handle anchors with external attribute (f072aae)
- Fixed staySignedIn not remembered correctly (f624451)
- Fixed BigNumber exception with empty string value (a2523f6)
- Remove footer overlay (9b13945)
- Fixed more static function calls (33e9d58)
- Improved date/time input caret position on focus (b6de111)
- Added closeAll for new tslib behavior (6088789)
- Fixed incorrect decimal separator parsing (18d9b99)
Stable Release v1.8.4
Raw Notes
- Fixed incorrect static reference with new typescript __extends (38791a8)