v0.5.0
What's Changed
- Bump react-router-dom from 6.8.1 to 6.14.1 by @dependabot in #10
- GithubActionsからバージョンタグを自動で追加するように修正 by @acronhub in #23
- Add eslint by @ohakutsu in #25
- Refactor items show page by @ohakutsu in #26
- Delete setup GitHub Actions job by @sho-hata in #31
- Add force option to pull command by @fussy113 in #30
pull
コマンドに--force
オプションを追加しました- 記事ファイルがQiitaと差分がある場合でも強制的に置き換えます
- Scroll to top with page transition by @kyntk in #32
- Qiita Previewで記事遷移時にページ最上部にスクロールするようになりました
- Add package update notice by @ohakutsu in #28
- 最新のパッケージが公開されている場合にメッセージを出すようになりました
- Add lint-staged by @ohakutsu in #29
- Release v0.5.0 by @ohakutsu in #34
Breaking Changes
- Support slide mode by @ohakutsu in #27
- Qiita Previewでスライドモードのプレビューができるようになりました
- 記事ファイル内の記事の設定に
slide
が必須になります(slide
が含まれていない場合エラーになります) - すでにある記事ファイルに
slide
を反映するには、pull --force
コマンドで反映できます
New Contributors
- @acronhub made their first contribution in #23
- @sho-hata made their first contribution in #31
- @fussy113 made their first contribution in #30
- @kyntk made their first contribution in #32
Full Changelog: v0.4.0...v0.5.0