November 22, 2016
Fixed:
- Readonly checkbox still allows user interaction.
- Error rendering a Presentation component with null content.
Features:
Timezones
Added support for specifying the timezone that datetimes should be displayed in, more information here (“i18n” settings).
Clientside Formatting
Added support for formatting numbers & datetimes client side, more information here. (“formatting” settings). This is currently disabled by default as formatting is still be applied server side.
Formatting datetimes supports the standard .net format strings and custom .net format strings.
Formatting numbers supports the following .net format strings:
- c / C: Currency
- e / E: Exponential
- 0, #, “.”, “,”: Custom formatting
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.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 |
<link rel="stylesheet" href="https://assets.manywho.com/css/compiled-dd3c34a1ed.css"> <link rel="stylesheet" href="https://assets.manywho.com/css/mw-bootstrap-31d109140c.css"> <script src="https://assets.manywho.com/js/compiled-62233d8526.js"></script> |