September 21, 2016
Features:
- Added new chart components, currently supports: bar, line, pie, doughnut & polar visualizations. More information on charts can be found here & here.
- Added support for basic client side validation (disabled by default). More information can be found here
Improvements:
- New items loaded into a paginated select box are now auto scrolled into view
- Added “back to first page” button in paginated Tables
- Flip container height now sizes to the height of the content of the currently visible face
- Removed duplicate styling rules from the loading indicator less file to allow customization outside of the initial indicator
Fixes:
- Every other row being selected in an editable table after moving focus out of at editable cell
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-0.14.6.min.js"></script> <script src="https://assets.manywho.com/js/vendor/react-dom-0.14.6.min.js"></script> <script src="https://assets.manywho.com/js/vendor/socket.io-1.3.7.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 |
<link rel="stylesheet" href="https://assets.manywho.com/css/compiled-106aba922d.css"> <link rel="stylesheet" href="https://assets.manywho.com/css/mw-bootstrap-0ca04c3f51.css"> <script src="https://assets.manywho.com/js/compiled-f5b1d83148.js"></script> |