メインコンテンツまでスキップ

🎉Re:Earth v0.15.0 がリリースされました!

· 約2分
RED

新機能

  • プラグインでデータの保存を有効にするclientStorage APIを提供 プラグイン開発者は以下のようなclientStorage APIを使用できます。
    reearth.clientStorage: {
    getAsync: (key: string) => Promise<any>;
    setAsync: (key: string, value: any) => Promise<void>;
    deleteAsync: (key: string) => Promise<void>;
    keysAsync: () => Promise<string[]>;
    }
    Untitled 開発 by: @Shaun
    Special thanks: @rot 1024
  • 現在のプラグインの実行回数を取得するための runTime フィールドが widgets に追加されました 開発: @Keiya Sasaki
    Special thanks: @Keiya Sasaki
  • Align-systemで新しい設定をサポートしました ユーザーはPadding Gap Spacing Align Center Background Color をそれぞれのAlign-systemのコンテナーに対して変更できます。 Untitled Designed by: @Red
    開発: @Basel Issmail @Maher Alhamoui
    Special thanks: @Kyle Waite @Hidemichi Baba
  • マーカーのラベルの背景色の変更をサポートしました Untitled Designed by: @rot 1024
    開発: @rot 1024

内部的な改善

  • Dependency upgrades

    開発: @Kyle Waite