All Versions
34
Latest Version
Avg Release Cycle
56 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v3.0.0-rc.4
February 14, 2017 -
v3.0.0-rc.3
February 13, 2017 -
v3.0.0-rc.2
February 13, 2017 -
v2.3.2 Changes
February 12, 2017- ๐ Management release (no changes).
-
v2.3.1 Changes
December 14, 2016- Library:
- Avoid cumbersome deprecation warning from Node when enabling the file listener.
- Library:
-
v2.3.0 Changes
November 23, 2016- Internal:
- [M] Completed migration from CS to JS. I hope I didn't break anything, despite the large test suite! Note on the decreased test coverage figure: the new figure (~82%) is more accurate, since it now includes files that were previously not pulled in (or instrumented) by the tests, notably action creators in the browser extension. Test coverage for the library is around 98%, same as before the migration.
- ๐ป Browser extension:
- Bugfix fix a case in which
forgetHysteresis
andmaxRecords
settings could not be modified due to incoming messages resetting these parameters.
- Bugfix fix a case in which
- Internal:
-
v2.2.0 Changes
October 19, 2016- Library:
- [M] Flow API: if you use Flow in your project, you will be able to typecheck against Storyboard's API. No configuration is required.
- [m] Add
onChangeFilter
hook to allow saving the backend filter config after being modified through the browser extension.
- Library:
-
v2.1.2 Changes
September 20, 2016- Library:
- Bugfix: move
socket.io-client
todependencies
(was inadvertently moved todevDependencies
)
- Bugfix: move
- Library:
-
v2.1.1 Changes
September 09, 2016- ๐ป Browser extension:
- Fix a bug derived from the change in CSS property
webkit-user-select
in the latest Chrome release.
- Fix a bug derived from the change in CSS property
- ๐ป Browser extension:
-
v2.1.0 Changes
August 16, 2016- ๐ป Browser extension:
- [M] Allow customising the application's colours, including presets.
- [m] Settings: add revert to defaults option.
- ๐ป Browser extension: