Skip to content

1.1.0.0-rc2

Compare
Choose a tag to compare
@zbx1425 zbx1425 released this 22 May 14:41
· 5 commits to master since this release

The error that occurs when loading multiple BlocklyAts plugins with DetailManager has been fixed.
Also, API functions and the four arithmetic operators now can perform implicit auto type conversion, which removes the need of manually adding explicit conversion blocks in these circumstances.
Please report any problem you have encountered. And you can still roll back to v1.0.6.0.
在使用DetailManager加载多个BlocklyAts插件时发生的问题已被修正了。
同时,API函数与四则运算符现可进行自动的隐式类型转换,这使得这些地方不再需要人工添加转换积木块了。
请报告您遇到的问题。您也可以随时回退到v1.0.6.0。
DetailManagerで複数のBlocklyAtsプラグインをロードするときに発生するエラーが修正されました。
また、API関数と4つの算術演算子で暗黙的な自動型変換を実行できるようになりました。これにより、このような状況で明示的な変換ブロックを手動で追加する必要がなくなります。
発生した問題を報告してください。 また、v1.0.6.0にロールバックすることもできます。

MUST READ: Please read the user guide before using.
必读:请在使用前阅读 指导说明
必読:ご使用前に 説明書 をお読みください。


Changelog for v1.1.0.0-rc2

  • Add: Automatic type conversion on API functions and math operators
  • Fix: Type resolving error when loading multiple BlocklyAts plugins with DetailManager
  • Fix: Cannot generate code with IE11 WebView due to incompatible JS function
  • Add: Type conversion checking block
  • Change: Autosave is no longer performed when compiling
  • Change: Bump Edge WebView2 framework version

v1.1.0.0-rc2の変更ログ

  • 新規:API関数と数学演算子の自動型変換
  • 修正:DetailManagerで複数のBlocklyAtsプラグインをロードする際のタイプ解決エラー
  • 修正:JS機能に互換性がないため、IE11 WebViewでコードを生成できません
  • 新規:型変換チェックブロック
  • 変更:コンパイル時に自動保存が実行されなくなりました
  • 変更:EdgeWebView2フレームワークのバージョンを更新します

v1.1.0.0-rc2的变更日志

  • 新增:API函数和四则运算符的自动类型转换
  • 修复:使用DetailManager加载多个BlocklyAts插件时出现类型解析错误
  • 修复:由于不兼容的JS功能,无法使用IE11 WebView生成代码
  • 新增:类型转换检查积木块
  • 更改:编译时不再执行自动保存
  • 更改:更新了Edge WebView2框架的版本