-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ryohidaka/release-please--branches--main--…
…components--sidepanel-for-backlog chore(main): release 0.0.1
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
## 0.0.1 (2024-03-26) | ||
|
||
|
||
### Features | ||
|
||
* @plasmohq/storage をインストール ([f768f4e](https://github.com/ryohidaka/sidepanel-for-backlog/commit/f768f4e62ff73e3839fb38e85ce722a7e06084bf)) | ||
* backlog-js をインストール ([1b3a1c7](https://github.com/ryohidaka/sidepanel-for-backlog/commit/1b3a1c7e98e71f33551685bb4b1f2347a07d431b)) | ||
* Backlog認証用のカスタムフックを追加 ([e520ae0](https://github.com/ryohidaka/sidepanel-for-backlog/commit/e520ae03c4f414601fdc469a5384e790e658aad4)) | ||
* Chakra UI をインストール ([be1ac98](https://github.com/ryohidaka/sidepanel-for-backlog/commit/be1ac980ab90066736f1f017210b380641457d2a)) | ||
* date-fns をインストール ([c3c2669](https://github.com/ryohidaka/sidepanel-for-backlog/commit/c3c2669c280b6c5a041877b152c125a88875d621)) | ||
* Git hooksを用いて、コミット時にコード整形とビルドチェックを実施 ([cf14810](https://github.com/ryohidaka/sidepanel-for-backlog/commit/cf1481003d7b762b368367190ffd49fe73717922)) | ||
* react-intersection-observer をインストール ([3e6b993](https://github.com/ryohidaka/sidepanel-for-backlog/commit/3e6b99328be2971ddefd50041589784495e117e0)) | ||
* swr をインストール ([c91b087](https://github.com/ryohidaka/sidepanel-for-backlog/commit/c91b08744669367084978eaaa0b00cb15d77bc34)) | ||
* サイドパネルに課題一覧を表示 ([7317e98](https://github.com/ryohidaka/sidepanel-for-backlog/commit/7317e98fd1307bd71cca2cbed7710f71a1cd7b40)) | ||
* スプラッシュ画面コンポーネントを追加 ([f0b56d1](https://github.com/ryohidaka/sidepanel-for-backlog/commit/f0b56d1b49e1ebe4d1afc92962161b4c574363c1)) | ||
* バージョン表示を追加 ([ef2c3b2](https://github.com/ryohidaka/sidepanel-for-backlog/commit/ef2c3b2e785182006e79306f48320a932bb60cac)) | ||
* ブランドカラーをカスタムテーマとして定義 ([0503afd](https://github.com/ryohidaka/sidepanel-for-backlog/commit/0503afde72ce5fc8f0131a1d810f378ea1780e81)) | ||
* プロジェクトIDの配列を取得するカスタムフックを追加 ([488dd30](https://github.com/ryohidaka/sidepanel-for-backlog/commit/488dd30f2e55242b65d2b311e5671766df667236)) | ||
* プロジェクトIDを元にIssueを取得するカスタムフックを追加 ([ec7a228](https://github.com/ryohidaka/sidepanel-for-backlog/commit/ec7a228ea54bd13458b72aa3d6d3563d3eb251d8)) | ||
* ヘッダーコンポーネントを追加 ([43c5da4](https://github.com/ryohidaka/sidepanel-for-backlog/commit/43c5da442811cec6f359c9bd8342b06dd748449e)) | ||
* ホスト名のプレースホルダーを追加 ([8146f94](https://github.com/ryohidaka/sidepanel-for-backlog/commit/8146f948e0963977c93cb843d9072f0cd823b5c7)) | ||
* ポップアップとサイドパネルに、スプラッシュ画面を追加 ([1e0c375](https://github.com/ryohidaka/sidepanel-for-backlog/commit/1e0c375a28f0437017bcb2f1e67ff8aa68ab191e)) | ||
* ポップアップに課題一覧を表示 ([75c87f5](https://github.com/ryohidaka/sidepanel-for-backlog/commit/75c87f5066e784fad0562b915127fb3ad80f0c96)) | ||
* ローディングコンポーネントを追加 ([17b50d4](https://github.com/ryohidaka/sidepanel-for-backlog/commit/17b50d4c3ab711fc43f7c52457b79bdf7e266341)) | ||
* 入力フォームコンポーネントを追加 ([f44ae2c](https://github.com/ryohidaka/sidepanel-for-backlog/commit/f44ae2c4f97a2710a6efc52abf45354cc2fd4ac5)) | ||
* 設定画面を追加 ([4f98a2a](https://github.com/ryohidaka/sidepanel-for-backlog/commit/4f98a2accf29aa865412b4d8d1ba1ee2d40b45e3)) | ||
* 認証情報を削除する処理を追加 ([9bd8165](https://github.com/ryohidaka/sidepanel-for-backlog/commit/9bd816536806a3e7c08e61fda1dc577a754eb3d4)) | ||
* 認証情報保存時に、認証可否の判定処理を追加 ([7b9c5a2](https://github.com/ryohidaka/sidepanel-for-backlog/commit/7b9c5a290b0f03582abc362f735667011157f82e)) | ||
* 認証情報保存時のトースト表示を追加 ([498a874](https://github.com/ryohidaka/sidepanel-for-backlog/commit/498a874efc7856c0131d4b2a7a37857264312850)) | ||
* 課題カードコンポーネントを追加 ([08e0464](https://github.com/ryohidaka/sidepanel-for-backlog/commit/08e0464c2e7193526fb771928bb2217832dbdb82)) | ||
* 課題キーを課題へのリンクに変更 ([49325ac](https://github.com/ryohidaka/sidepanel-for-backlog/commit/49325ac356e667d9401781b83c6b0e1543cd0b09)) | ||
* 課題の期限日表示を追加 ([54531f3](https://github.com/ryohidaka/sidepanel-for-backlog/commit/54531f3869477b0194fa086a42adc4d0f97b70af)) | ||
* 課題の状態を示すバッジを追加 ([27e3e95](https://github.com/ryohidaka/sidepanel-for-backlog/commit/27e3e95df3c41117cbbccff41d56f24407641c56)) | ||
* 課題一覧が空の場合の表示を追加 ([6155e41](https://github.com/ryohidaka/sidepanel-for-backlog/commit/6155e41f182d6db714cce23b485084c29397323e)) | ||
* 課題一覧コンポーネントを追加 ([60522bc](https://github.com/ryohidaka/sidepanel-for-backlog/commit/60522bca0a80028bf449e0b9d0b98dde531fed76)) | ||
* 課題一覧を末尾までスクロールした際に、続きが読み込まれるように変更 ([aeb1891](https://github.com/ryohidaka/sidepanel-for-backlog/commit/aeb1891e69462966b0d59d1031e3960a246767c0)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* スプラッシュ画面の遷移ボタンの色を修正 ([83cda8c](https://github.com/ryohidaka/sidepanel-for-backlog/commit/83cda8c455ed9174a5b60336393cdb695ba390d6)) | ||
* 設定保存ボタンの色を修正 ([db94862](https://github.com/ryohidaka/sidepanel-for-backlog/commit/db9486286bb2da8bbdb83bf638709c1a711e2c44)) | ||
* 認証情報がない場合に課題一覧取得APIのリクエストを行わないように修正 ([c7ba3a4](https://github.com/ryohidaka/sidepanel-for-backlog/commit/c7ba3a402ecfadd80d0c7e0569d1f6b9c71f183f)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* release 0.0.1 ([906d98a](https://github.com/ryohidaka/sidepanel-for-backlog/commit/906d98a7b36031de20c0e073496400bcd5df145e)) |