vue-dashing-js
Version:
A fork of nuvo-dashing-js that replaces Batman.js with Vue.js
162 lines (100 loc) • 3.81 kB
Markdown
0.1.11 / 2015.06.03
-------------------
* Refreshed dependencies
0.1.10 / 2015.05.03
-------------------
* Removed unused .js and .css files
0.1.9 / 2015.05.03
------------------
* Fix damage from dashing merge
* Re-update fontawesome to 4 series.
0.1.8 / 2015.05.02
------------------
* Close event socket after each message
* fixing: throwing error while loading file
* feat: import matching settings json file data into dashboard if it exists
* Re-pull changes from dashing
0.1.7 / 2015.05.02
------------------
* Fixed broken version 0.1.6
0.1.6 / 2015.05.02
------------------
* Updated dependecy versions
0.1.5 / 2013.12.27
-------------------
* Updated libraries versions
- request (~2.29.0 -> ~2.30.0)
* Added IE9+ compatibility. Thanks to @arabold [PR #15]
0.1.4 / 2013.12.12
-------------------
* Fixed indentation in jade template to properly show up default widget. Thanks to @arabold [PR #13]
0.1.3 / 2013.12.09
-------------------
* Updated libraries versions
- request (~2.27.0 -> ~2.29.0)
* Use different tags when scaffolding with ejs. Fixes #12
* Include custom stylesheets in ejs layout only if defined
0.1.2 / 2013.12.04
-------------------
* Handle widgets with multiple capital letters (original [PR #181](https://github.com/Shopify/dashing/pull/181))
* Use right arrow icon if difference is zero in number widget. Fixes #11
* Upgrade FontAwesome to version 4.0.3 and update new icon names ([Changes](https://github.com/FortAwesome/Font-Awesome/wiki/Upgrading-from-3.2.1-to-4))
* Use relative url for EventSource to allow running on sub-path (original [PR #209](https://github.com/Shopify/dashing/pull/209))
* Strip html by default in widgets. Users can disable this with the 'raw' filter. (orig [9f93895bd4](https://github.com/Shopify/dashing/commit/9f93895bd40aad02e88f7ed7bfd954c930aa27db))
* Update d3 (v3.3.11) and rickshaw (v1.4.5)
0.1.1 / 2013.12.03
-------------------
* Fix number widgets in sample dashboard
* Use right arrow icon if difference is zero in number widget. Fixes #11
0.1.0 / 2013.12.03
-------------------
* Updated libraries versions
- commander (~1.1.1 -> ~2.1.0)
- consolidate (~0.9.0 -> ~0.10.0)
- express (~3.2.0 -> ~3.4.6)
- fs-extra (~0.6.0 -> ~0.8.1)
- jade (~0.29.0 -> ~0.35.0)
- mincer (~0.4.5 -> ~0.5.12)
- node-sass (0.5.2 -> ~0.7.0)
- request (~2.20.0 -> ~2.27.0)
* Jade version 0.31.0 deprecated implicit text only support for scripts and styles.
* Added library prompt (commander removed confirm & prompt methods)
* Explicit flush response for SSE (connect 2.10.0)
0.0.10 / 2013.07.10
-------------------
* Fixed `node-sass` version to 0.5.2
0.0.9 / 2013.07.09
------------------
* Merge fidgety's PL to stick `node-sass` version to 0.5.2
0.0.8 / 2013.07.04
------------------
* Fixed stderr redirection to log file
* Fixed `winston` configuration
* Fixed cli support for job files in coffeescript
0.0.7 / 2013.06.12
------------------
* Refactor to use `winston` logging
* Fixed dameonize stdio redirection
0.0.6 / 2013.05.29
------------------
* Fixed support for coffee job files
* Fixed dameonize stdio redirection
0.0.5 / 2013.05.17
------------------
* Use js native milliseconds when updating data on widgets
0.0.4 / 2013.05.15
------------------
* Possibility to write jobs in coffeescript
0.0.3 / 2013.05.11
------------------
* Updated `node-sass` version, re-enabled widgets animations
* Updated FontAwesome assets to version 3.0.2
* Support for process daemonize
0.0.2 / 2013.05.02
------------------
* Added ability to install widgets from zipballs
* Added ability to add custom stylesheets
* Merge original [PR #115](https://github.com/Shopify/dashing/pull/115) (Added suffix option for number widget)
0.0.1 / 2013.04.26
------------------
* First release