Vidyano

Legacy Vidyano Web² - also check Web3 client at https://github.com/Vidyano/vidyano

MIT License

Stars
29
Committers
5

Bot releases are visible (Hide)

Vidyano - Stable Release v1.12.2 Latest Release

Published by Sleeckx over 7 years ago

Meaningful Changes

  • Added support for busy indicator (vi-spinner) on vi-button
  • Various bugfixes

Raw Notes

  • Fixed linting issue (b429265)
  • Fixed declaration racing issue (0ff0d6e8)
  • Added attribute option to force scrollbars (5d45f488)
  • Don't explicitly set disabled when button is busy (c5b27622)
  • Added app-route activated interface (098490ff)
  • Added support for busy indicator using spinner (eead5088)
  • Use single css custom property for spinner size (056af06b)
  • Closes #96 (4b5501d5)
  • Fixes query column filter resizing issue (e0df4207)
Vidyano - Stable Release v1.12.1

Published by Sleeckx over 7 years ago

Raw Notes

  • Disable native css properties on Edge (#95) (cc3ceef)
  • Fixed table column width issue for upcoming chrome build (dec60463)
  • Added interfaces for client-side po and attribute construction (b7c334a0)
  • Don't reset application when getApplication fails (8c167647)
Vidyano - Stable Release v1.12.0

Published by Sleeckx over 7 years ago

Meaningful changes

  • Updated Polymer to 1.9.1

Raw Notes

  • Fixes support for triggers refresh on binary file attributes (4e4986e)
  • Fixes server side change tracking while object is not in edit mode (7d49e7cc)
  • Fixed infinite recursive loop when signin route is not found (340722cb)
  • Fixes sorting on an unknown client column (d3e08096)
  • Fixes #93 (3fac2eea)
  • Fixes input padding (3fac2eea)
  • Updated Polymer to v1.9.1 (249ad453)
  • Fixes #91 (1a1bc172)
  • Fixes #92 (c57057e9)
  • Fixed isDeleted for query as detail attributes (d52428e3)
  • Only reflect hasItems when there are items (ef31127a)
  • Don't update title on inactive app routes (c45efe1d)
  • Added web component media query attributes (e8cd02aa)
  • Show full column labels for AsDetail attribute when overflown (b87bbac6)
  • Keep default filter on custom AddReference action (62c3540f)
  • Keep owner query for open after new persistent objects (727e6f77)
  • Fixed issue when AddReference is used on PO (9820ebcc)
  • Fixes Edge not showing a scrollbar for overflowing options (305a33d8)
  • Merge remote-tracking branch 'origin/master' (d0c14263)
Vidyano - Stable Release v1.11.2

Published by Sleeckx over 7 years ago

Bug Fix

  • Fixed notification shown twice for Vidyano.Notification (2e4786b)
Vidyano - Stable Release v1.11.1

Published by Sleeckx over 7 years ago

Bug Fixes

  • Fixed backspace not working inside numeric attributes on FireFox

Raw Notes

  • Fixed backspace intercept (ce46415)
  • Expose route map property for route lookup (06760d45)
Vidyano - Stable Release v1.11.0

Published by Sleeckx over 7 years ago

New Features

Instant search

This version adds support for the new/upcoming instant search functionality. The back-end will notify the client during application startup whether this feature is enabled/implemented. End users will then be able to instantly search and navigate to application data without having to use the global search.

Raw Notes

  • Pinned Polymer version to 1.8.1 (19b85e9)
  • Add title tooltip to instant search result when breadcrumb is too long (a230ecb6)
  • Added instant search authorization (2daac58f)
  • Refactored input-search to show a reset button when it has a value (10aeec47)
  • Added instant search functionality (f3a2c83b)
Vidyano - Stable Release v1.10.8

Published by Sleeckx over 7 years ago

Raw Notes

  • Fixed an issue where a service attribute was used instead of the wrapper (478809e)
Vidyano - Stable Release v1.10.6

Published by Sleeckx over 7 years ago

Raw Notes

  • Added language override on service via requestedLanguage (a42e5b2)
Vidyano - Stable Release v1.10.7

Published by Sleeckx over 7 years ago

Raw Notes

  • Update translations on reinitialize (7a67de7)
Vidyano - Stable Release v1.10.5

Published by Sleeckx over 7 years ago

Raw Notes

  • Send vidyano client version cookie (9648a00)
Vidyano - Stable Release v1.10.4

Published by Sleeckx over 7 years ago

Raw Notes

  • Fixed version being added to declaration file (67755f6)
  • Expand input-search mixin styles due to Polymer shim bug (4254) (8d3ffb73)
Vidyano - Stable Release v1.10.3

Published by Sleeckx over 7 years ago

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

  • Refactored Vidyano base library (eba5ae6)
  • Use cookiePrefix as default cookie path (def32fa)
  • Fixed duplicate identifiers in build d.t.s (fcc5fd3)
  • Added update available client operation (9e4f570)
Vidyano - Stable Release v1.10.0

Published by Sleeckx over 7 years ago

Raw Notes

  • Added importLib (2233cea)
  • Updated typescript node packages (7453e429)
  • Replaced es6-promise with es6-shim (7453e429)
  • Fixed linting issues (7453e429)
  • Fixed inconsistent notification type (48edad04)
  • Added sign out across tabs (fe88f457)
  • Moved redirects to app service hooks (035c030d)
  • Fixed inlining for all style and script descendants (f6d03b29)
  • Don't vulcanize scripts during debug (4a50d200)
  • Added support for keep selection on query refresh (6d8fa936)
  • Fixed parsing uri's without hashbang (02787580)
  • Fixed issue where minimum column width css property is parsed too early (3bf6df65)
  • Fixed loading indicator issue for templated query items presenters (ff485e15)
  • Fixed internal path handling issue for urls starting with hashbang (9c368af2)
  • Fixed issue where notification anchor clicks open the more info dialog (a22c277a)
  • Sync session storage between tabs (1b83602f)
  • Fixed anchor handler for friendly route maps (9c85447a)
  • Fixed unmatched route resolved as internal (653355b1)
  • Include all links (33462082)
  • Fixed refresh from result after action (fbe02e5a)
  • Suppress Polymer template and binding notifications by default (4c8127e3)
  • Populate attribute group DOM elements asynchronously (087eebb4)
  • Added loading indicator for query items presenter (6b632f77)
  • Removed unused code (f487bded)
  • Fixed numeric attribute consistency when input is focused (57f86e9f)
  • Updated valueChanged callback to include oldValue (702375c2)
  • Fixed old breadcrumb reference (e17ed475)
  • Fixed inconsistent notification set logic (899fd259)
  • Fixed app-route dom-module node (ac7dadc4)
  • Added missing app-setting script (b95194cc)
  • Use native css properties (57aad8d1)
  • Minimize and inline css and js at release build time (f215c23b)
  • Added shadow to sign in side panel (7d4082e1)
  • Menu is only visible for non-barebone applications (54d76cf1)
  • Fixed proxy for non filterable columns (5be50d58)
  • Don't call onOpen hook for query grid openaction (25626127)
  • Fixed duplicate script reference (0d0183a0)
  • Fixed deprecated external stylesheet links (d0f3ab51)
Vidyano - Stable Release v1.9.2

Published by Sleeckx over 7 years ago

Raw Notes

  • Return ALL the nodes (e819ed7)
Vidyano - Stable Release v1.10.1

Published by Sleeckx over 7 years ago

Raw Notes

  • Faster session storage sync for new tabs (842524d)
Vidyano - Stable Release v1.9.0

Published by Sleeckx over 7 years ago

Raw Notes

  • Updated iron-overlay-behavior version (48c7469)
  • Added ability to include configs from an external source (ff2f4639)
  • Added openaction typehint (a1e9d9be)
Vidyano - Stable Release v1.9.1

Published by Sleeckx over 7 years ago

Raw Notes

  • Fixed incorrect constructor call (97f7f0b)
Vidyano - Stable Release v1.8.3

Published by Sleeckx over 7 years ago

Raw Notes

  • Fixed tslint issue (71d6a81)
  • Fixed numeric control not updating correctly (0041928a)
  • Always check backend for queries (316fbbc3)
Vidyano - Stable Release v1.8.4

Published by Sleeckx over 7 years ago

Raw Notes

  • Fixed incorrect static reference with new typescript __extends (38791a8)
Vidyano - Stable Release v1.8.5

Published by Sleeckx over 7 years ago

Raw Notes

  • Fixed marked-element breaks to true by default (ca93e80)
  • Fixed all execution flows with clientoperations (8455c8f6)
  • Fixed previous/next month date pick issue (050c74a8)
  • Fixed linting issue (400664b1)
  • Added custom export to csv action logic (0fb2f2f9)
  • Fixed blocking save during triggers attribute refresh (5e9cdf62)
  • Bind groupseparator typehint to vi-select group separator (cd6560de)
  • Added group separator functionality (c4d4e3bc)
  • Declared map (0f98295c)
  • Fixed linting error (933cdc7d)
  • Always fire item-tap on query-grid (02987591)
  • Fixed next/previous month buttons when value selectedDate is null (0e523d32)
  • Allow query selectAll via vi-query-config (fd62cd98)
  • Fixed numeric attribute zero value (02ee4119)
  • Use typed route activation parameters (577b137f)
  • Fixed linting issue (577b137f)
  • Allow app-route to preserve its content when reactivated (8aad3f7c)
  • Fixed triggers refresh on User attribute (4c06499b)
  • Added previous/next buttons in month mode (6ab33d9c)
  • Allow refresh when month mode is active (bc18aa53)
  • Fixed linting error for #83 (a294b007)
  • Fixed default query filtering values not visible (daf16202)
  • Handle triggersRefresh for AsDetail attribute (#83) (031ba4b2)
  • Check if operations will open a new persistent object anyway (51e85b1e)
  • Don't handle anchors with external attribute (f072aaeb)
  • Fixed staySignedIn not remembered correctly (f6244512)
  • Fixed BigNumber exception with empty string value (a2523f62)
  • Remove footer overlay (9b13945e)
  • Fixed more static function calls (33e9d58f)
  • Improved date/time input caret position on focus (b6de1112)
  • Added closeAll for new tslib behavior (60887898)
  • Fixed incorrect decimal separator parsing (18d9b996)
Package Rankings
Top 18.12% on Bower.io
Badges
Extracted from project README
Build status Gitter BrowserStack
Related Projects