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.
1 parent 40b6a60 commit e34ed3aCopy full SHA for e34ed3a
CHANGELOG
@@ -1,3 +1,10 @@
1
+1.1.5
2
+-----
3
+* Add floating help panel (#115)
4
+* Add puppeteer tests (#166)
5
+* Add custom event for dropping a file to the load modal (#168)
6
+* Refactor some of the blocks code (#165)
7
+
8
1.1.4
9
-----
10
* Run jasmine tests in Azure Pipelines with node and jest (#134)
editor.html
@@ -77,7 +77,7 @@
77
</script>
78
<script type="application/javascript">
79
// VERSION INFORMATION
80
- EDITOR_VERSION = "1.1.4";
+ EDITOR_VERSION = "1.1.5";
81
UPY_VERSION = "1.0.1";
82
83
0 commit comments