scratch-blocks 2.0.0-beta.2 → 2.0.0-spork.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,29 +3,14 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [2.0.0-beta.2](https://github.com/scratchfoundation/scratch-blocks/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-10-18)
6
+ # [2.0.0-spork.2](https://github.com/scratchfoundation/scratch-blocks/compare/v2.0.0-spork.1...v2.0.0-spork.2) (2024-12-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * don't include Blockly RC source in npm package ([e41f8d0](https://github.com/scratchfoundation/scratch-blocks/commit/e41f8d023fdb085d87519f90a92d85d32b682368))
11
+ * **deps:** use Blockly 12 beta instead of RC ([92a8a01](https://github.com/scratchfoundation/scratch-blocks/commit/92a8a010c496569ba04ca077744582e0ab71cd93))
12
12
 
13
- # [2.0.0-beta.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.2.0-beta.1...v2.0.0-beta.1) (2024-10-18)
14
-
15
-
16
- * fix!: bump to v2.0 to reflect Blockly un-forking ([aa87110](https://github.com/scratchfoundation/scratch-blocks/commit/aa87110dbd2edbf7eb94c5b293e8878d869f7350))
17
-
18
-
19
- ### BREAKING CHANGES
20
-
21
- * scratch-blocks is no longer a divergent fork of
22
- Blockly, and instead depends on Blockly as a regular node_modules
23
- dependency.
24
-
25
- Thanks, @gonfunko and everyone else at Google who helped with this
26
- effort!
27
-
28
- # [1.2.0-beta.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.86...v1.2.0-beta.1) (2024-10-18)
13
+ # [2.0.0-spork.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.86...v2.0.0-spork.1) (2024-10-21)
29
14
 
30
15
 
31
16
  ### Bug Fixes
@@ -43,6 +28,7 @@ effort!
43
28
  * **deps:** clone Blockly RC over HTTP instead of SSH ([8a861f0](https://github.com/scratchfoundation/scratch-blocks/commit/8a861f0aac2737de08cc3e1c65942a99d21f1ba8))
44
29
  * display icons in the toolbox for extension categories ([#47](https://github.com/scratchfoundation/scratch-blocks/issues/47)) ([b53eadd](https://github.com/scratchfoundation/scratch-blocks/commit/b53eaddcf2ca261ea5798f342e0ec600bf60ca19))
45
30
  * don't hide the drag surface ([#38](https://github.com/scratchfoundation/scratch-blocks/issues/38)) ([7f70f09](https://github.com/scratchfoundation/scratch-blocks/commit/7f70f09e11972be8a6ee512323a0a39a52ef0452))
31
+ * don't include Blockly RC source in npm package ([21b15d1](https://github.com/scratchfoundation/scratch-blocks/commit/21b15d1d8e29eef836615ac45488d856b6a22d01))
46
32
  * don't show global/local options when renaming a variable ([#123](https://github.com/scratchfoundation/scratch-blocks/issues/123)) ([22a6b73](https://github.com/scratchfoundation/scratch-blocks/commit/22a6b733636b738d200c67ae53caee3e072e043a))
47
33
  * don't show scope options when renaming a variable from the variable getter context menu ([#139](https://github.com/scratchfoundation/scratch-blocks/issues/139)) ([375e56d](https://github.com/scratchfoundation/scratch-blocks/commit/375e56db6918dc3475d5c8f29f53cd03f138e4a7))
48
34
  * don't warn about procedure references when moving the definition on the workspace ([#131](https://github.com/scratchfoundation/scratch-blocks/issues/131)) ([cda58cc](https://github.com/scratchfoundation/scratch-blocks/commit/cda58ccfa799a0d301d6ba842c6546c1eb9f5614))
@@ -68,6 +54,7 @@ effort!
68
54
  * fix toolbox category selection ([#141](https://github.com/scratchfoundation/scratch-blocks/issues/141)) ([d3e1a1b](https://github.com/scratchfoundation/scratch-blocks/commit/d3e1a1b39099ec8a8ca72f3cac21fac5d588d449))
69
55
  * fix wrapping of long category labels ([#166](https://github.com/scratchfoundation/scratch-blocks/issues/166)) ([7b39ac1](https://github.com/scratchfoundation/scratch-blocks/commit/7b39ac141bf353edf0cc5379289a33dd3a3ecba8))
70
56
  * fixed bug where broadcast messages would appear in the variable dropdown list ([#124](https://github.com/scratchfoundation/scratch-blocks/issues/124)) ([b1e67f6](https://github.com/scratchfoundation/scratch-blocks/commit/b1e67f62dcedbd35e1b92d1ec1c773ff74b2ef56))
57
+ * hide disable and inline inputs contextual menu items ([#35](https://github.com/scratchfoundation/scratch-blocks/issues/35)) ([c548298](https://github.com/scratchfoundation/scratch-blocks/commit/c548298f3b9cf6baa0c27fdb54b5336538d4abf0))
71
58
  * improve positioning of newly created procedure blocks ([#121](https://github.com/scratchfoundation/scratch-blocks/issues/121)) ([84a9e5b](https://github.com/scratchfoundation/scratch-blocks/commit/84a9e5b8e9aba2688fd10672a852827311f32259))
72
59
  * improve reliability of block value reporting ([#77](https://github.com/scratchfoundation/scratch-blocks/issues/77)) ([cb5b068](https://github.com/scratchfoundation/scratch-blocks/commit/cb5b068afa6e781e649754b55fc013a02112431e))
73
60
  * improve sizing and rendering of comments ([#219](https://github.com/scratchfoundation/scratch-blocks/issues/219)) ([1279c0a](https://github.com/scratchfoundation/scratch-blocks/commit/1279c0aacefb8bbfaaa9786531a56c5a45cf24ee))
@@ -114,6 +101,9 @@ effort!
114
101
  * use Scratch's FieldAngle ([#138](https://github.com/scratchfoundation/scratch-blocks/issues/138)) ([ef7911c](https://github.com/scratchfoundation/scratch-blocks/commit/ef7911cf7fd12d6370733bdd3778560925bd050c))
115
102
 
116
103
 
104
+ * fix!: bump to v2.0 to reflect Blockly un-forking ([899a981](https://github.com/scratchfoundation/scratch-blocks/commit/899a981fb55c60e4b7822e9a77ebb0a65819d094))
105
+
106
+
117
107
  ### Features
118
108
 
119
109
  * add a block inflater that supports recycling ([#207](https://github.com/scratchfoundation/scratch-blocks/issues/207)) ([0701679](https://github.com/scratchfoundation/scratch-blocks/commit/07016799832530cf851c14be484158e58bdaa9dd))
@@ -128,6 +118,16 @@ effort!
128
118
 
129
119
  * Revert "fix: add zoom controls config (#126)" (#128) ([8e1dc14](https://github.com/scratchfoundation/scratch-blocks/commit/8e1dc14483d6e012734a30b666af7aa5427c58f9)), closes [#126](https://github.com/scratchfoundation/scratch-blocks/issues/126) [#128](https://github.com/scratchfoundation/scratch-blocks/issues/128)
130
120
 
121
+
122
+ ### BREAKING CHANGES
123
+
124
+ * scratch-blocks is no longer a divergent fork of
125
+ Blockly, and instead depends on Blockly as a regular node_modules
126
+ dependency.
127
+
128
+ Thanks, @gonfunko and everyone else at Google who helped with this
129
+ effort!
130
+
131
131
  ## [1.1.86](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.85...v1.1.86) (2024-04-12)
132
132
 
133
133