File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.1.4
2
+ -----
3
+ * Run jasmine tests in Azure Pipelines with node and jest (#134)
4
+ * Fix #139 to able to load the blocks in the current version of the Editor (#140)
5
+ * Remove unused "check version" functionality (#144)
6
+ * Fix link in help.html (#138)
7
+ * Add classnames and docs for new editor metrics (#150)
8
+ * Lazy load blocks and only when enabled (#101)
9
+ * Use input instead of div for script name (#95)
10
+ * Remove unused description field, CSS, and JS (#98)
11
+
1
12
1.1.3
2
13
-----
3
14
* Fixes issue loading hex files into the Editor (https://github.com/bbcmicrobit/PythonEditor/pull/89)
Original file line number Diff line number Diff line change 77
77
</script>
78
78
<script type="application/javascript">
79
79
// VERSION INFORMATION
80
- EDITOR_VERSION = "1.1.3 ";
80
+ EDITOR_VERSION = "1.1.4 ";
81
81
UPY_VERSION = "1.0.1";
82
82
</script>
83
83
You can’t perform that action at this time.
0 commit comments