diff --git a/CHANGELOG.md b/CHANGELOG.md index ba82b7a33f..ed42163ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,124 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-spork.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.86...v2.0.0-spork.1) (2024-10-21) + + +### Bug Fixes + +* Add support for flyout labels with status indicators ([#212](https://github.com/scratchfoundation/scratch-blocks/issues/212)) ([665d196](https://github.com/scratchfoundation/scratch-blocks/commit/665d1963759caab39c1a0078a81e5e3b63734f05)) +* add support for Scratch-style block comments ([#83](https://github.com/scratchfoundation/scratch-blocks/issues/83)) ([8902091](https://github.com/scratchfoundation/scratch-blocks/commit/8902091c2da8ab68aeac6e2a3954741197a50b37)) +* add support for Scratch-style procedures ([#39](https://github.com/scratchfoundation/scratch-blocks/issues/39)) ([13647eb](https://github.com/scratchfoundation/scratch-blocks/commit/13647eb36439926e82cbe847a643f592702690ab)) +* add zoom controls config ([#126](https://github.com/scratchfoundation/scratch-blocks/issues/126)) ([a09ae24](https://github.com/scratchfoundation/scratch-blocks/commit/a09ae248a1c3aa422942b1f9d21487c79c0c4b86)) +* allow focusing fields in the flyout on mobile ([#184](https://github.com/scratchfoundation/scratch-blocks/issues/184)) ([6c9d3a6](https://github.com/scratchfoundation/scratch-blocks/commit/6c9d3a6026f67fd4a173c718d7a2ba66b69922f6)) +* allow specifying the function to be used for prompting about variable creation/edits ([#106](https://github.com/scratchfoundation/scratch-blocks/issues/106)) ([4cfe66f](https://github.com/scratchfoundation/scratch-blocks/commit/4cfe66fa0419e6140ff6f7cad1c1bfc884917a72)) +* clean up data block definitions ([#90](https://github.com/scratchfoundation/scratch-blocks/issues/90)) ([9ea96e2](https://github.com/scratchfoundation/scratch-blocks/commit/9ea96e27f43688bcf81bdc006adac129a1b286c8)) +* correctly align extension block icons ([#182](https://github.com/scratchfoundation/scratch-blocks/issues/182)) ([e3dbad1](https://github.com/scratchfoundation/scratch-blocks/commit/e3dbad1feb19c5e72ac66ba9aa9e6f47580a414b)) +* delete context menu to display the correct number of blocks ([#127](https://github.com/scratchfoundation/scratch-blocks/issues/127)) ([a65d24a](https://github.com/scratchfoundation/scratch-blocks/commit/a65d24a38daf8a740d5230ee9a7fbac5ae70e2af)) +* **deps:** after installing deps, replace Blockly v11 with v12 RC ([677ff6f](https://github.com/scratchfoundation/scratch-blocks/commit/677ff6f9589ef84b849822e17a705583a55e50db)) +* **deps:** clone Blockly RC over HTTP instead of SSH ([8a861f0](https://github.com/scratchfoundation/scratch-blocks/commit/8a861f0aac2737de08cc3e1c65942a99d21f1ba8)) +* 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)) +* don't hide the drag surface ([#38](https://github.com/scratchfoundation/scratch-blocks/issues/38)) ([7f70f09](https://github.com/scratchfoundation/scratch-blocks/commit/7f70f09e11972be8a6ee512323a0a39a52ef0452)) +* don't include Blockly RC source in npm package ([21b15d1](https://github.com/scratchfoundation/scratch-blocks/commit/21b15d1d8e29eef836615ac45488d856b6a22d01)) +* 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)) +* 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)) +* 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)) +* enable and style workspace comments ([#82](https://github.com/scratchfoundation/scratch-blocks/issues/82)) ([98ccb62](https://github.com/scratchfoundation/scratch-blocks/commit/98ccb62d7280d2cc711337581464138a281453e3)) +* enable dragging arguments out of procedure blocks ([#119](https://github.com/scratchfoundation/scratch-blocks/issues/119)) ([0ca0620](https://github.com/scratchfoundation/scratch-blocks/commit/0ca0620aad343cdbb1d632ddf3ae73a70085aa03)) +* Export colours. ([7c346fa](https://github.com/scratchfoundation/scratch-blocks/commit/7c346fa2424962d7796e42232d9e7db5899dfd5a)) +* Export Scratch messages. ([09326a1](https://github.com/scratchfoundation/scratch-blocks/commit/09326a1c82e5dfa4316d426cd745a8f1c52315b9)) +* fix a crash when adding a broadcast message ([#150](https://github.com/scratchfoundation/scratch-blocks/issues/150)) ([8e165ce](https://github.com/scratchfoundation/scratch-blocks/commit/8e165cec9a45f5f9d17f2255ed3fd58f834881f7)) +* fix alignment of "define" text baseline on custom blocks ([#220](https://github.com/scratchfoundation/scratch-blocks/issues/220)) ([cc4d9f9](https://github.com/scratchfoundation/scratch-blocks/commit/cc4d9f9bc7520313145c4c0cb9978c4dfc6b3bfc)) +* fix bug that caused the number/string input in the custom block editor to have square corners ([#213](https://github.com/scratchfoundation/scratch-blocks/issues/213)) ([c3ee958](https://github.com/scratchfoundation/scratch-blocks/commit/c3ee958a5b5b8cf1ae375f82b5dce88a81ee62dd)) +* fix bug that could cause duplicated procedure argument blocks to create more duplicates on drag ([#217](https://github.com/scratchfoundation/scratch-blocks/issues/217)) ([6a1c8a9](https://github.com/scratchfoundation/scratch-blocks/commit/6a1c8a9e745d77f2aec49c3cae06dd6836bd58ef)) +* fix bug that prevented modal dialogs from appearing on mobile ([#183](https://github.com/scratchfoundation/scratch-blocks/issues/183)) ([37e0f10](https://github.com/scratchfoundation/scratch-blocks/commit/37e0f10f4a59e1bb32734b955b7f2f17e4f2fca0)) +* fix bug that prevented showing the contextual menu on blocks ([#176](https://github.com/scratchfoundation/scratch-blocks/issues/176)) ([2e98ff1](https://github.com/scratchfoundation/scratch-blocks/commit/2e98ff15a149b0ff44e30e7023b36d1605030311)) +* fix color of block reporter dropdown text ([#205](https://github.com/scratchfoundation/scratch-blocks/issues/205)) ([73d978e](https://github.com/scratchfoundation/scratch-blocks/commit/73d978e6c98d546774398e4d48faa7c181fdac11)) +* fix dropdown menu metrics ([#148](https://github.com/scratchfoundation/scratch-blocks/issues/148)) ([40eee91](https://github.com/scratchfoundation/scratch-blocks/commit/40eee91711fb2cc76494221ce2f8b08fc5d9f868)) +* fix exception when editing custom blocks ([#105](https://github.com/scratchfoundation/scratch-blocks/issues/105)) ([7478546](https://github.com/scratchfoundation/scratch-blocks/commit/747854658b5db2f4cfc00d827ef00c1081ab3c28)) +* fix positioning of categories when scrolling via the toolbox ([#186](https://github.com/scratchfoundation/scratch-blocks/issues/186)) ([6d14530](https://github.com/scratchfoundation/scratch-blocks/commit/6d1453082c3ed220c0ff09bf5b785a49df9f4312)) +* fix styling of dropdown menus ([#152](https://github.com/scratchfoundation/scratch-blocks/issues/152)) ([0e80277](https://github.com/scratchfoundation/scratch-blocks/commit/0e802773ce3749a3f74f5fec986aba54312a56cd)) +* fix the color of procedure argument blocks ([#216](https://github.com/scratchfoundation/scratch-blocks/issues/216)) ([88c700e](https://github.com/scratchfoundation/scratch-blocks/commit/88c700e40ea9ed05d3a237936ae44d2b62b1424f)) +* fix the colors of the angle picker dropdown ([#179](https://github.com/scratchfoundation/scratch-blocks/issues/179)) ([59896d2](https://github.com/scratchfoundation/scratch-blocks/commit/59896d2f55e12f5f28bb8bc615f4b5eb186e0ae6)) +* fix the flyout width at 250 pixels ([#168](https://github.com/scratchfoundation/scratch-blocks/issues/168)) ([a47aba6](https://github.com/scratchfoundation/scratch-blocks/commit/a47aba6189fbbb825ad24bd05ab3c8ecdc3dc972)) +* fix the styling of contextual menus ([#147](https://github.com/scratchfoundation/scratch-blocks/issues/147)) ([6fbc2e5](https://github.com/scratchfoundation/scratch-blocks/commit/6fbc2e5ef4d24279be3073021319e717963d76e4)) +* fix toolbox category selection ([#141](https://github.com/scratchfoundation/scratch-blocks/issues/141)) ([d3e1a1b](https://github.com/scratchfoundation/scratch-blocks/commit/d3e1a1b39099ec8a8ca72f3cac21fac5d588d449)) +* fix wrapping of long category labels ([#166](https://github.com/scratchfoundation/scratch-blocks/issues/166)) ([7b39ac1](https://github.com/scratchfoundation/scratch-blocks/commit/7b39ac141bf353edf0cc5379289a33dd3a3ecba8)) +* 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)) +* 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)) +* 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)) +* improve reliability of block value reporting ([#77](https://github.com/scratchfoundation/scratch-blocks/issues/77)) ([cb5b068](https://github.com/scratchfoundation/scratch-blocks/commit/cb5b068afa6e781e649754b55fc013a02112431e)) +* improve sizing and rendering of comments ([#219](https://github.com/scratchfoundation/scratch-blocks/issues/219)) ([1279c0a](https://github.com/scratchfoundation/scratch-blocks/commit/1279c0aacefb8bbfaaa9786531a56c5a45cf24ee)) +* load CSS and fix up UI appearance ([#33](https://github.com/scratchfoundation/scratch-blocks/issues/33)) ([1645129](https://github.com/scratchfoundation/scratch-blocks/commit/1645129950797408d01e3966a9d1b7bdf6223226)) +* load the continuous toolbox ([#31](https://github.com/scratchfoundation/scratch-blocks/issues/31)) ([ea68b1c](https://github.com/scratchfoundation/scratch-blocks/commit/ea68b1c25f055288e2ee39f846c17e5861f1a01f)) +* make block images work in all contexts ([#30](https://github.com/scratchfoundation/scratch-blocks/issues/30)) ([920febf](https://github.com/scratchfoundation/scratch-blocks/commit/920febf5c3304bcf3a561b1e7c0e016540399540)) +* make FieldNumber a subclass of FieldTextInput ([#214](https://github.com/scratchfoundation/scratch-blocks/issues/214)) ([3ae2235](https://github.com/scratchfoundation/scratch-blocks/commit/3ae22356f5ee9ed5da55b744657a033e43ad1ce0)) +* make variable names case-sensitive ([#122](https://github.com/scratchfoundation/scratch-blocks/issues/122)) ([46854cd](https://github.com/scratchfoundation/scratch-blocks/commit/46854cdb7c9fe92b8621a9e36acd6f94e9383a9f)) +* match Scratch behaviors around dragging and connection stickiness ([#80](https://github.com/scratchfoundation/scratch-blocks/issues/80)) ([fd1bc58](https://github.com/scratchfoundation/scratch-blocks/commit/fd1bc58bdef66697b0630d1c67f5a04d01dfa716)) +* miscellaneous UI fixits ([#41](https://github.com/scratchfoundation/scratch-blocks/issues/41)) ([300a1ce](https://github.com/scratchfoundation/scratch-blocks/commit/300a1ce564a55cb65ef2e01792a0ba1149621c50)) +* modernize and reenable the colour slider field ([#42](https://github.com/scratchfoundation/scratch-blocks/issues/42)) ([4f97982](https://github.com/scratchfoundation/scratch-blocks/commit/4f979828f1122d5cf314a8de464457ae8b925ed7)) +* more closely align flyout layout with Scratch ([#45](https://github.com/scratchfoundation/scratch-blocks/issues/45)) ([49663ed](https://github.com/scratchfoundation/scratch-blocks/commit/49663ed2f823ea45a04c0201d467d4e06e0d7078)) +* prevent deleting procedure definition blocks with references by dragging to the flyout ([#120](https://github.com/scratchfoundation/scratch-blocks/issues/120)) ([fa9367d](https://github.com/scratchfoundation/scratch-blocks/commit/fa9367d975e8c3fd45321248eb365c9cd0477dbb)) +* prevent dragging blocks into the slot occupied by the procedure definition block's example caller block ([#118](https://github.com/scratchfoundation/scratch-blocks/issues/118)) ([453ffa9](https://github.com/scratchfoundation/scratch-blocks/commit/453ffa9654927be023571f5bb496a1d0ff36aad9)) +* re-export scratch-blocks utility functions ([#26](https://github.com/scratchfoundation/scratch-blocks/issues/26)) ([685ecfc](https://github.com/scratchfoundation/scratch-blocks/commit/685ecfc0ce9f3c9335393f5af71eb3755aabedd4)) +* readd the control blocks ([#22](https://github.com/scratchfoundation/scratch-blocks/issues/22)) ([f69d4ac](https://github.com/scratchfoundation/scratch-blocks/commit/f69d4ac8ebd128b318919f4a3ac5222d211adfbb)) +* readd the data blocks ([#29](https://github.com/scratchfoundation/scratch-blocks/issues/29)) ([fafed65](https://github.com/scratchfoundation/scratch-blocks/commit/fafed65e73f59877200741c36244d082f2b3aad1)) +* readd the event blocks ([#21](https://github.com/scratchfoundation/scratch-blocks/issues/21)) ([4de530f](https://github.com/scratchfoundation/scratch-blocks/commit/4de530f00310ee27c0ad55940c9cb6bf1208df91)) +* readd the looks blocks ([#23](https://github.com/scratchfoundation/scratch-blocks/issues/23)) ([34f07c0](https://github.com/scratchfoundation/scratch-blocks/commit/34f07c0ed7982963ded8563b5f45d374e740d98c)) +* readd the motion blocks ([#20](https://github.com/scratchfoundation/scratch-blocks/issues/20)) ([79398c2](https://github.com/scratchfoundation/scratch-blocks/commit/79398c2ebae7329d0d428bab5870e559423ab36b)) +* readd the operator blocks and dependencies ([#19](https://github.com/scratchfoundation/scratch-blocks/issues/19)) ([8024e9f](https://github.com/scratchfoundation/scratch-blocks/commit/8024e9fd638586d26e6b47424e0067c0387af8cd)) +* readd the sensing blocks ([#27](https://github.com/scratchfoundation/scratch-blocks/issues/27)) ([9f5f135](https://github.com/scratchfoundation/scratch-blocks/commit/9f5f1351be5818fb9392214b8047acace8333a65)) +* readd the sound blocks ([#24](https://github.com/scratchfoundation/scratch-blocks/issues/24)) ([6837513](https://github.com/scratchfoundation/scratch-blocks/commit/6837513d3f217e94522a3ce756273d6ff8e7538c)) +* reenable reporting block values ([#55](https://github.com/scratchfoundation/scratch-blocks/issues/55)) ([70c8cfd](https://github.com/scratchfoundation/scratch-blocks/commit/70c8cfd73ee1081eafcb2773fe56a4e078cb2bea)) +* reenable shadows for blocks being dragged ([#79](https://github.com/scratchfoundation/scratch-blocks/issues/79)) ([94d2a2c](https://github.com/scratchfoundation/scratch-blocks/commit/94d2a2ca55c0d0265a79237610bcf8c246d74a9b)) +* reenable support for checkboxes in the flyout ([#43](https://github.com/scratchfoundation/scratch-blocks/issues/43)) ([e603c67](https://github.com/scratchfoundation/scratch-blocks/commit/e603c67cf7c55ff09c292991ef6b9f9ac3aae0f9)) +* reenable support for dragging blocks between sprites ([#130](https://github.com/scratchfoundation/scratch-blocks/issues/130)) ([3d8b998](https://github.com/scratchfoundation/scratch-blocks/commit/3d8b998f3be7e76adf313a60b81f29b871266c94)) +* reenable the matrix field ([#49](https://github.com/scratchfoundation/scratch-blocks/issues/49)) ([aa3341b](https://github.com/scratchfoundation/scratch-blocks/commit/aa3341b69e51de847f177124660a304e2bca8446)) +* reenable the mobile numpad field ([#54](https://github.com/scratchfoundation/scratch-blocks/issues/54)) ([003afd0](https://github.com/scratchfoundation/scratch-blocks/commit/003afd04b98ae1d3688b5356885e27c116fc61ac)) +* reenable the note block and picker field ([#48](https://github.com/scratchfoundation/scratch-blocks/issues/48)) ([de62d77](https://github.com/scratchfoundation/scratch-blocks/commit/de62d7752eb80f67a654ae2e87820ad4183e833d)) +* reenable the vertical separator field ([#46](https://github.com/scratchfoundation/scratch-blocks/issues/46)) ([48e931f](https://github.com/scratchfoundation/scratch-blocks/commit/48e931fa9de3e31b18f088557c2cbfd0738b4bc6)) +* remove canvas transition ([#129](https://github.com/scratchfoundation/scratch-blocks/issues/129)) ([ff4b115](https://github.com/scratchfoundation/scratch-blocks/commit/ff4b1151d702be0be5dabf1f1032fd08b8d58e3e)) +* remove underscore from a few createProcedureDefCallback calls ([#40](https://github.com/scratchfoundation/scratch-blocks/issues/40)) ([4e794f6](https://github.com/scratchfoundation/scratch-blocks/commit/4e794f6503dfba1d12f9e99905660d305d34e309)) +* render the procedure definition block like Scratch ([#115](https://github.com/scratchfoundation/scratch-blocks/issues/115)) ([2a543f5](https://github.com/scratchfoundation/scratch-blocks/commit/2a543f56f6d45bcc970cfe56dbfdea6ff26c833a)) +* resolve error when adding the stop block to the workspace ([#56](https://github.com/scratchfoundation/scratch-blocks/issues/56)) ([f3e059c](https://github.com/scratchfoundation/scratch-blocks/commit/f3e059cbf5cf3ce4e063871632a213c8d58f1000)) +* resolve various UI issues ([#117](https://github.com/scratchfoundation/scratch-blocks/issues/117)) ([4b74d5c](https://github.com/scratchfoundation/scratch-blocks/commit/4b74d5ca4ffaf7dfd7c040bce5cfd725c96d848a)) +* select new variable blocks' monitor checkboxes after creation ([#140](https://github.com/scratchfoundation/scratch-blocks/issues/140)) ([3811d93](https://github.com/scratchfoundation/scratch-blocks/commit/3811d93f57c2a72a8a830a7326e2d27694bec7b7)) +* show connection highlights for boolean inputs ([#181](https://github.com/scratchfoundation/scratch-blocks/issues/181)) ([303611a](https://github.com/scratchfoundation/scratch-blocks/commit/303611a5475b4c5914d14c7fa04915d0cb0a0d03)) +* show the glow only when blocks are running ([#57](https://github.com/scratchfoundation/scratch-blocks/issues/57)) ([33e9e91](https://github.com/scratchfoundation/scratch-blocks/commit/33e9e91be1210c1699bc3491df5d9c7c191bc30d)) +* show the name of the list in the list getter block context menu ([#132](https://github.com/scratchfoundation/scratch-blocks/issues/132)) ([eb839fc](https://github.com/scratchfoundation/scratch-blocks/commit/eb839fcef9e8befad591cf35c00044adff9269f6)) +* update the flyout for compatibility with the new flyout API ([#209](https://github.com/scratchfoundation/scratch-blocks/issues/209)) ([7ce9991](https://github.com/scratchfoundation/scratch-blocks/commit/7ce9991b6f1b6a504847097ebd098f0ec1e50e52)) +* use non-deprecated input type constants ([#78](https://github.com/scratchfoundation/scratch-blocks/issues/78)) ([1f1c859](https://github.com/scratchfoundation/scratch-blocks/commit/1f1c8598a5dac8bb42dd82fff7edc7eda7fe4225)) +* use Scratch-style text blocks ([#37](https://github.com/scratchfoundation/scratch-blocks/issues/37)) ([6bbbdf7](https://github.com/scratchfoundation/scratch-blocks/commit/6bbbdf763ba43d3dc0af7bad15478f848455f4df)) +* use Scratch's FieldAngle ([#138](https://github.com/scratchfoundation/scratch-blocks/issues/138)) ([ef7911c](https://github.com/scratchfoundation/scratch-blocks/commit/ef7911cf7fd12d6370733bdd3778560925bd050c)) + + +* fix!: bump to v2.0 to reflect Blockly un-forking ([899a981](https://github.com/scratchfoundation/scratch-blocks/commit/899a981fb55c60e4b7822e9a77ebb0a65819d094)) + + +### Features + +* 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)) +* add bubbles/icons for block flyout checkboxes ([#208](https://github.com/scratchfoundation/scratch-blocks/issues/208)) ([39b2162](https://github.com/scratchfoundation/scratch-blocks/commit/39b2162db62973860c904f0b78f1d7f27abebc99)) +* add custom Scratch variable model and creation event classes ([#86](https://github.com/scratchfoundation/scratch-blocks/issues/86)) ([2598ede](https://github.com/scratchfoundation/scratch-blocks/commit/2598ede046de74164922bd919695eae65bd0c9b2)) +* clean up and export Scratch's variables.js ([#88](https://github.com/scratchfoundation/scratch-blocks/issues/88)) ([5c1acfe](https://github.com/scratchfoundation/scratch-blocks/commit/5c1acfe3dc1bb0bf406ba20ffd1e25b22356fbd7)) +* readd support for the custom Data toolbox category ([#87](https://github.com/scratchfoundation/scratch-blocks/issues/87)) ([dcfbf39](https://github.com/scratchfoundation/scratch-blocks/commit/dcfbf391cfcf2dbdf04c84b7e5c4d1463c18ed1d)) +* reenable Scratch's FieldVariable subclass ([#91](https://github.com/scratchfoundation/scratch-blocks/issues/91)) ([7c891e3](https://github.com/scratchfoundation/scratch-blocks/commit/7c891e35207b6f561917f27739917cb84755d57c)) + + +### Reverts + +* 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) + + +### BREAKING CHANGES + +* scratch-blocks is no longer a divergent fork of +Blockly, and instead depends on Blockly as a regular node_modules +dependency. + +Thanks, @gonfunko and everyone else at Google who helped with this +effort! + ## [1.1.86](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.85...v1.1.86) (2024-04-12) diff --git a/package-lock.json b/package-lock.json index d52883236b..fb32cefed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "2.0.0", + "version": "2.0.0-spork.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "2.0.0", + "version": "2.0.0-spork.1", "license": "Apache-2.0", "dependencies": { "@blockly/continuous-toolbox": "^6.0.9", diff --git a/package.json b/package.json index 980da3277f..68e35d14d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "2.0.0", + "version": "2.0.0-spork.1", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",