Skip to content

v1.6.0

Compare
Choose a tag to compare
@Haruma-K Haruma-K released this 16 Mar 14:08
· 38 commits to master since this release

New Feature

Warning

Warning
This version includes breaking changes.
Please follow the steps below to update.

  • As the order of arguments for PageContainer.Push() and ModalContainer.Push() has been changed, if you encounter errors, please correct the order or specify the argument name explicitly.
  • SheetContainer.Show(int sheetId, bool playAnimation) has been changed to SheetContainer.Show(string sheetId, bool playAnimation).
  • SheetContainer.Show(string resourceKey, bool playAnimation) has been changed to SheetContainer.ShowByResourceKey(string sheetId, bool playAnimation).

新機能

注意

Warning
このバージョンには破壊的変更が含まれます。
以下の手順に従いアップデートしてください。

  • PageContainer.Push()ModalContainer.Push()の引数の順番を変更したため、エラーが出たら正しい順番に修正するか、明示的に引数名を指定するように変更してください
  • SheetContainer.Show(int sheetId, bool playAnimation)SheetContainer.Show(string sheetId, bool playAnimation)に変更しました
  • SheetContainer.Show(string resourceKey, bool playAnimation)SheetContainer.ShowByResourceKey(string sheetId, bool playAnimation)に変更しました