We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55c284a + 338781a commit 12a0299Copy full SHA for 12a0299
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 0.5.7 - 2017-12-03
6
+* Fix range sliders getting stuck in a disabled state (🙏nickpeihl🙏)
7
+* Disable nanotiming in production
8
+
9
## 0.5.6 - 2017-11-11
10
* Report auto update errors to sentry
11
* Switch to a shared thread sentry for easier importing to unrelated modules
renderer/index.html
@@ -14,6 +14,7 @@
14
bundle.src = 'http://localhost:9966/bundle.js'
15
document.body.appendChild(bundle)
16
} else {
17
+ window.localStorage.DISABLE_NANOTIMING = true
18
require('./dist/bundle.js')
19
}
20
</script>
0 commit comments