September 24, 2019
Fixed
- Fixed the tile component ignoring when a label has been set
- Fixed date times in the datepicker component moving back a day when in BST timezone is set
- Fixed items getting duplicated in a combo box when they have been selected
- Fixed being unable to upload files in IE11
- Fixed the file upload component from not being marked as a required field despite it validation being enabled for it
- Fixed selected table rows not persisting when a Flow performs a sync request (i.e. when a page condition is executed) or when the browser tab is refreshed
- Fixed object data being duplicated whilst running a Flow offline. This occurred when object data was being cached by the Flow periodically
- Fixed combo box component showing an asterisk indicating that the field is required even if it is not
Improvements
- Runtime UI files will now be appended with the current version number instead of a random hash. This will make it easier for Flow builders to pick and use previous versions of the runtime UI in their custom players
- The table component is now able to perform client-side sorting on data that has not been retrieved from a service. For example, a table populated with data derived from a list value can now be sorted, whereas previously, the ability to sort data depended entirely on if a service supported it
Vendor Assets
1 2 3 4 5 6 7 8 |
<script src="https://assets.manywho.com/js/vendor/jquery-2.1.4.min.js"></script> <script src="https://assets.manywho.com/js/vendor/bootstrap-3.3.6.min.js"></script> <script src="https://assets.manywho.com/js/vendor/react-16.8.6.min.js"></script> <script src="https://assets.manywho.com/js/vendor/react-dom-16.8.6.min.js"></script> <script src="https://assets.manywho.com/js/vendor/socket.io-1.4.5.js"></script> <script src="https://assets.manywho.com/js/vendor/chosen.jquery-1.4.2.min.js"></script> <script src="https://assets.manywho.com/js/vendor/moment-with-locales-2.10.6.min.js"></script> <script src="https://assets.manywho.com/js/vendor/loglevel-1.4.0.min.js"></script> |
Versioned Assets
1 2 3 4 5 |
<link rel="stylesheet" href="https://assets.manywho.com/css/flow-ui-bootstrap-components-3.10.0.css"/> <link rel="stylesheet" href="https://assets.manywho.com/css/flow-ui-bootstrap-3.10.0.css"/> <script src="https://assets.manywho.com/js/flow-core-3.10.0.js"></script> <script src="https://assets.manywho.com/js/flow-ui-bootstrap-3.10.0.js"></script> <script src="https://assets.manywho.com/js/flow-offline-3.10.0.js"></script> |