Skip to content

3.1.2-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@SimonShiki SimonShiki released this 10 Apr 00:02
· 10 commits to master since this release
10a115e

  Sorry for taking so long to release the beta offline version after a huge update(upgrade to React 17). If you find any problems, please submit an issue to us! I hope you'll enjoy this beta version!😁

✨ Changelog

🐝 Upgrade to React 17

  Even in 2022, React 18 has been released, Scratch is still using React 16.2, which was released in 2018. due to the needs of the Clip Community and the future development, we decided to upgrade the React version to React 17.0.2. We fixed as much as possible the bugs that an upgrade spanning such a large period. could If you find any bugs, please contact us!

✨ New settings UI

  Due to the need to Extension API and the increase of setting items, we decided to rewrite the setting UI to provide a better operating experience. The full form of the UI will be released in the stable.
image

🔌 Save/load extension to / from project file

  This version adds the experimental featutres to save / load extensions to / from project. This feature helps authors to easily edit and share projects that includes ClipCC extensions.
image

💕 New color

  We have changed the color scheme of ClipCC to make it more beautiful and recognizable. We will gradually adjust all the color schemes related to ClipCC within the future updates
image

🔧 Bug fix

  1. Fixed a series of problems caused when the opcode of a custom block could be null. (#119)
  2. Fixed disabled in extension management when opening a project with extensions (#118)
  3. Fixed the problem of inconsistent color of Functions (#117)
  4. Fixed an issue with "position [POS] of [STRING] contain [SUBSTRING]" blocks where SUBSTRING was set to a single character and POS was not 1 (#114)
  5. Fixed the issue of not scrolling when the right-click blocks menu is too long (#101)
  6. Fixed an issue where enabling/disabling an extension after upgrading React17 would cause the extension to be added/removed twice (#98)
  7. Temporarily fixed an issue with the role selector not sorting properly after upgrading React17 (#108)
  8. Temporary fix for sound editor not working properly after upgrading React17 (#116)
  9. Temporarily fixed the issue of not being able to move costumes and sounds between sprites after upgrading React17 (#115)
  10. Fix the abnormal display problem caused by long category bar in Firefox