Skip to content

Releases: AlesInfiny/maia

v1.0.1

16 Jan 08:01
ee51c43
Compare
Choose a tag to compare

What's Changed

🔧 Bug fixes

  • ドキュメント上のコードスニペットの更新漏れに対応 by @KentaHizume in #1857

🍭 improvements in development

  • AzureADB2Cサンプルとconsumerのpreview時のポートを未指定(デフォルト値)に統一 by @KentaHizume in #1858

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Jan 01:57
8b00e6f
Compare
Choose a tag to compare

What's Changed

📰 Features

  • AzureADB2Cサンプルにnpm workspacesを導入 by @KentaHizume in #1530
  • (Doc)Vue.js編にグローバルエラーハンドラーの設定方法を追加する by @KentaHizume in #1528
  • ログ・スタックトレースにファイル添付できるようにする by @tsuna-can-se in #1595
  • README を追加する by @rnakagawa16 in #1609
  • アプリケーションアーキテクチャのCSR編に認証認可方針を追加 by @kenjiyoshid-a in #1668
  • 各サービス名称修正と略語追加、CSpell警告対応等の軽微な修正を実施 by @rnakagawa16 in #1682
  • アプリケーション開発手順のJava編の説明の不足部分を補完 by @kenjiyoshid-a in #1544
  • OpenAPI Generatorで使用するJDKの下限を修正 by @kenjiyoshid-a in #1739
  • ログ出力設定に関する修正とドキュメントの追加 by @rnakagawa16 in #1697
  • メッセージ管理機能方針の策定 by @rnakagawa16 in #1526
  • Code scanning alertsのDisabled Spring CSRF protectionに対応 by @rnakagawa16 in #1771
  • ワークフローのサードパーティーアクションのバージョンをコミットハッシュで固定する by @fkoyama in #1774
  • 楽観同時実行制御・認可を行うサンプルアプリ(Dressca Admin)を追加する by @KentaHizume in #1741
  • Dresscaの管理アプリの導入に当たってクイックスタートの記述を変更する by @kenjiyoshid-a in #1792
  • openapi-generator を v7.10.0 にアップデートする by @KentaHizume in #1805
  • ユーザーのロールに応じてボタンの表示を活性・非活性にする by @KentaHizume in #1798
  • npmパッケージについて、パッチバージョンのバージョンアップ・セキュリティアップデートを実施 by @KentaHizume in #1814
  • Dressca の npmパッケージについて、メジャー・マイナーバージョンのアップデートを実施 by @KentaHizume in #1816
  • AzureADB2Cサンプルのnpmパッケージについて、メジャー・マイナーバージョンのアップデートを実施 by @KentaHizume in #1815
  • v1.0.0-Beta2の動作確認の結果見つかった不具合の修正 by @kharada7 in #1842

🔧 Bug fixes

🏷️ 🟢 Gradle package dependencies

🏷️ ⚪ npm package dependencies

  • npm-root: bump npm-run-all2 from 7.0.1 to 7.0.2 by @dependabot in #1713
  • npm-root: bump markdownlint-cli2 from 0.14.0 to 0.16.0 by @dependabot in #1699
  • npm-root: bump textlint from 14.3.0 to 14.4.0 by @dependabot in #1675
  • npm-root: bump markdownlint-cli2 from 0.16.0 to 0.17.1 by @dependabot in #1763
  • npm-root: bump textlint from 14.4.0 to 14.4.2 by @dependabot in #1765
  • npm-root: bump textlint-rule-preset-ja-technical-writing from 10.0.1 to 12.0.2 by @dependabot in #1767
  • npm-dressca-frontend: bump @rollup/rollup-linux-x64-gnu from 4.24.3 to 4.30.1 in /samples/web-csr/dressca-frontend by @dependabot in #1801
  • npm-auth-frontend: bump @types/node from 22.8.5 to 22.10.5 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1769
  • npm-dressca-frontend: bump @types/node from 22.8.5 to 22.10.5 in /samples/web-csr/dressca-frontend by @dependabot in #1768
  • npm-dressca-frontend: bump tailwindcss from 3.4.14 to 3.4.17 in /samples/web-csr/dressca-frontend by @dependabot in #1722
  • npm-auth-frontend: bump npm-run-all2 from 7.0.1 to 7.0.2 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1718
  • npm-dressca-frontend: bump cypress from 13.15.1 to 13.17.0 in /samples/web-csr/dressca-frontend by @dependabot in #1723

🏷️ Other dependencies

  • python: bump mkdocs-rss-plugin from 1.15.0 to 1.17.1 by @dependabot in #1710
  • softprops/action-gh-releaseのバージョンを v2.2.1 に更新 by @fkoyama in #1804
  • python: bump pymdown-extensions from 10.11.2 to 10.14 by @dependabot in #1802

🍭 improvements in development

  • 行動規範を追加 by @kharada7 in #903
  • ライセンス文言を修正 by @tsuna-can-se in #1554
  • CSpellの綴りを修正 by @tsuna-can-se in #1555
  • ドキュメント作成手順の目次構造を修正する by @tsuna-can-se in #1556
  • ドキュメントLintツールのコマンドベースでの使い方を追記する by @tsuna-can-se in #1558
  • textlintを有効にする設定方法を修正 by @tsuna-can-se in #1559
  • 型チェックのコマンドの綴りをtypecheckからtype-checkに変更 by @KentaHizume in #1566
  • 行動規範を.githubフォルダーに移動 by @tsuna-can-se in #1572
  • CSpellの除外設定を追加する by @tsuna-can-se in #1577
  • コントリビューター向けのガイドラインを作成する by @tsuna-can-se in #1576
  • Markdownlintの検査からISSUE_TEMPLATEとプルリクエストテンプレートを除外するように変更 by @tsuna-can-se in #1581
  • textlintの許可する用語から「整備」を削除 by @tsuna-can-se in #1589
  • 不具合報告用のIssueテンプレートを追加する by @tsuna-can-se in #1590
  • セキュリティアドバイザリ登録用URLを修正 by @tsuna-can-se in #1593
  • Issueの汎用テンプレートの名称と、本文の既定値を変更する by @tsuna-can-se in #1596
  • Open APIジェネレーターのアップデートを実施するためのIssueテンプレートの名称と、本文の既定値を変更する by @tsuna-can-se in #1597
  • 汎用Issueテンプレート利用時、not triagedのラベルを自動で付与するように変更 by @tsuna-can-se in #1598
  • WebサイトからGitHubリポジトリにリンクする by @tsuna-can-se in #1611
  • クローラーの巡回が許可されるようにする by @tsuna-can-se in #1612
  • 各ページに更新日と新規作成日を表示する by @tsuna-can-se in #1613
  • 機能要求のIssueテンプレートを追加 by @tsuna-can-se in #1603
  • textlint ルールの有効化のコメントを修正 by @tsuna-can-se in #1665
  • batchの出力ファイルをGitのトラッキングから除外 by @rnakagawa16 in #1680
  • テストプログラムのRandomオブジェクトの扱い方をstaticに変更する by @rnakagawa16 in #1693
  • cspellの対象から.gitフォルダー、drawioファイル、svgファイルを除外 by @tsuna-can-se in #1701
  • 3rdパーティーライセンスをリポジトリに含める by @rnakagawa16 in #1752
  • 略語の登録手順をREADMEに記載 by @rnakagawa16 in #1758
  • ワークフローのpermissionを明示的に指定する by @tsuna-can-se in #1762
  • AzureADB2Cサンプルをopenapi-generatorのアップデート検知ワークフローの対象にする by @fkoyama in #1812
  • 外部リンクの設定方法および表記ゆれの修正 by @KentaHizume in #1838
  • ドキュメントに記載された階層構造の記述方法やライブラリ名を正しい形に修正 by @rnakagawa16 in #1839
  • 認可の方針と認証の方針のドキュメントの表現を統一 by @kenjiyoshid-a in #1851

Full Changelog: v0.9.1...v1.0.0

v1.0.0-Beta4

15 Jan 01:41
8b00e6f
Compare
Choose a tag to compare
v1.0.0-Beta4 Pre-release
Pre-release

What's Changed

🍭 improvements in development

  • 認可の方針と認証の方針のドキュメントの表現を統一 by @kenjiyoshid-a in #1851

Full Changelog: v1.0.0...v1.0.0-Beta4

v1.0.0-Beta3

15 Jan 00:47
f062c78
Compare
Choose a tag to compare
v1.0.0-Beta3 Pre-release
Pre-release

What's Changed

🍭 improvements in development

  • 外部リンクの設定方法および表記ゆれの修正 by @KentaHizume in #1838
  • ドキュメントに記載された階層構造の記述方法やライブラリ名を正しい形に修正 by @rnakagawa16 in #1839
  • v1.0.0-Beta2の動作確認の結果見つかった不具合の修正 by @kharada7 in #1842

Full Changelog: v1.0.0-Beta2...v1.0.0-Beta3

v1.0.0-Beta2

14 Jan 04:44
1e9e0e9
Compare
Choose a tag to compare
v1.0.0-Beta2 Pre-release
Pre-release

What's Changed

📰 Features

  • openapi-generator を v7.10.0 にアップデートする by @KentaHizume in #1805
  • ユーザーのロールに応じてボタンの表示を活性・非活性にする by @KentaHizume in #1798
  • npmパッケージについて、パッチバージョンのバージョンアップ・セキュリティアップデートを実施 by @KentaHizume in #1814
  • Dressca の npmパッケージについて、メジャー・マイナーバージョンのアップデートを実施 by @KentaHizume in #1816
  • AzureADB2Cサンプルのnpmパッケージについて、メジャー・マイナーバージョンのアップデートを実施 by @KentaHizume in #1815

🔧 Bug fixes

🏷️ ⚪ npm package dependencies

  • npm-dressca-frontend: bump @rollup/rollup-linux-x64-gnu from 4.24.3 to 4.30.1 in /samples/web-csr/dressca-frontend by @dependabot in #1801
  • npm-auth-frontend: bump @types/node from 22.8.5 to 22.10.5 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1769
  • npm-dressca-frontend: bump @types/node from 22.8.5 to 22.10.5 in /samples/web-csr/dressca-frontend by @dependabot in #1768
  • npm-dressca-frontend: bump tailwindcss from 3.4.14 to 3.4.17 in /samples/web-csr/dressca-frontend by @dependabot in #1722
  • npm-auth-frontend: bump npm-run-all2 from 7.0.1 to 7.0.2 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1718
  • npm-dressca-frontend: bump cypress from 13.15.1 to 13.17.0 in /samples/web-csr/dressca-frontend by @dependabot in #1723

🍭 improvements in development

  • AzureADB2Cサンプルをopenapi-generatorのアップデート検知ワークフローの対象にする by @fkoyama in #1812

Full Changelog: v1.0.0-Beta1...v1.0.0-Beta2

v1.0.0-Beta1

08 Jan 02:52
3f9d72d
Compare
Choose a tag to compare
v1.0.0-Beta1 Pre-release
Pre-release

What's Changed

📰 Features

  • AzureADB2Cサンプルにnpm workspacesを導入 by @KentaHizume in #1530
  • (Doc)Vue.js編にグローバルエラーハンドラーの設定方法を追加する by @KentaHizume in #1528
  • ログ・スタックトレースにファイル添付できるようにする by @tsuna-can-se in #1595
  • README を追加する by @rnakagawa16 in #1609
  • アプリケーションアーキテクチャのCSR編に認証認可方針を追加 by @kenjiyoshid-a in #1668
  • 各サービス名称修正と略語追加、CSpell警告対応等の軽微な修正を実施 by @rnakagawa16 in #1682
  • アプリケーション開発手順のJava編の説明の不足部分を補完 by @kenjiyoshid-a in #1544
  • OpenAPI Generatorで使用するJDKの下限を修正 by @kenjiyoshid-a in #1739
  • ログ出力設定に関する修正とドキュメントの追加 by @rnakagawa16 in #1697
  • メッセージ管理機能方針の策定 by @rnakagawa16 in #1526
  • Code scanning alertsのDisabled Spring CSRF protectionに対応 by @rnakagawa16 in #1771
  • ワークフローのサードパーティーアクションのバージョンをコミットハッシュで固定する by @fkoyama in #1774
  • 楽観同時実行制御・認可を行うサンプルアプリ(Dressca Admin)を追加する by @KentaHizume in #1741
  • Dresscaの管理アプリの導入に当たってクイックスタートの記述を変更する by @kenjiyoshid-a in #1792

🔧 Bug fixes

🏷️ 🟢 Gradle package dependencies

🏷️ ⚪ npm package dependencies

🏷️ Other dependencies

  • python: bump mkdocs-rss-plugin from 1.15.0 to 1.17.1 by @dependabot in #1710
  • softprops/action-gh-releaseのバージョンを v2.2.1 に更新 by @fkoyama in #1804
  • python: bump pymdown-extensions from 10.11.2 to 10.14 by @dependabot in #1802

🍭 improvements in development

  • 行動規範を追加 by @kharada7 in #903
  • ライセンス文言を修正 by @tsuna-can-se in #1554
  • CSpellの綴りを修正 by @tsuna-can-se in #1555
  • ドキュメント作成手順の目次構造を修正する by @tsuna-can-se in #1556
  • ドキュメントLintツールのコマンドベースでの使い方を追記する by @tsuna-can-se in #1558
  • textlintを有効にする設定方法を修正 by @tsuna-can-se in #1559
  • 型チェックのコマンドの綴りをtypecheckからtype-checkに変更 by @KentaHizume in #1566
  • 行動規範を.githubフォルダーに移動 by @tsuna-can-se in #1572
  • CSpellの除外設定を追加する by @tsuna-can-se in #1577
  • コントリビューター向けのガイドラインを作成する by @tsuna-can-se in #1576
  • Markdownlintの検査からISSUE_TEMPLATEとプルリクエストテンプレートを除外するように変更 by @tsuna-can-se in #1581
  • textlintの許可する用語から「整備」を削除 by @tsuna-can-se in #1589
  • 不具合報告用のIssueテンプレートを追加する by @tsuna-can-se in #1590
  • セキュリティアドバイザリ登録用URLを修正 by @tsuna-can-se in #1593
  • Issueの汎用テンプレートの名称と、本文の既定値を変更する by @tsuna-can-se in #1596
  • Open APIジェネレーターのアップデートを実施するためのIssueテンプレートの名称と、本文の既定値を変更する by @tsuna-can-se in #1597
  • 汎用Issueテンプレート利用時、not triagedのラベルを自動で付与するように変更 by @tsuna-can-se in #1598
  • WebサイトからGitHubリポジトリにリンクする by @tsuna-can-se in #1611
  • クローラーの巡回が許可されるようにする by @tsuna-can-se in #1612
  • 各ページに更新日と新規作成日を表示する by @tsuna-can-se in #1613
  • 機能要求のIssueテンプレートを追加 by @tsuna-can-se in #1603
  • textlint ルールの有効化のコメントを修正 by @tsuna-can-se in #1665
  • batchの出力ファイルをGitのトラッキングから除外 by @rnakagawa16 in #1680
  • テストプログラムのRandomオブジェクトの扱い方をstaticに変更する by @rnakagawa16 in #1693
  • cspellの対象から.gitフォルダー、drawioファイル、svgファイルを除外 by @tsuna-can-se in #1701
  • 3rdパーティーライセンスをリポジトリに含める by @rnakagawa16 in #1752
  • 略語の登録手順をREADMEに記載 by @rnakagawa16 in #1758
  • ワークフローのpermissionを明示的に指定する by @tsuna-can-se in #1762

Full Changelog: v0.9.1...v1.0.0-Beta1

v0.9.1

07 Nov 02:36
ca49573
Compare
Choose a tag to compare

What's Changed

📰 Features

  • main.tsでpiniaをuseする際の書き方をcreate-vueのテンプレートと揃える by @KentaHizume in #1425
  • openapi generatorを7.9.0にアップデートする by @KentaHizume in #1435
  • カスタムエラーハンドラーをプラグイン化して循環参照を防ぐ by @KentaHizume in #1361
  • ドキュメントの外部リンクを別タブに遷移するように設定 by @rnakagawa16 in #1315
  • コンポーネント外からストアを使用する箇所が実行順序に依存しないように修正 by @KentaHizume in #1360
  • @vue/eslint-config-airbnb-with-typescriptをdependenciesからdevDependenciesに移動する by @KentaHizume in #1459
  • (Dressca)typescript@5.3.3にダウングレードしてlint時の警告を避ける by @KentaHizume in #1467
  • (AzureADB2C)typescript@5.3.3にダウングレードしてlint時の警告を避ける by @KentaHizume in #1468
  • ルートプロジェクトにモックモードでの起動スクリプトを追加 by @KentaHizume in #1485
  • コーディング規約についてのページを追加 by @KentaHizume in #1449
  • アーキテクチャ/CSR>全体処理方式>例外処理方針にクライアントサイドの例外処理方針を追加 by @KentaHizume in #1515
  • TailwindCSSの初期設定手順を最新化する by @KentaHizume in #1517
  • ドキュメントの「アプリケーションアーキテクチャ」直下に 「セキュリティ編」カテゴリを作成し「クロスサイトスクリプティング」を追加 by @KentaHizume in #1518
  • 開発環境構築に関する記述について細かな改善を行う by @KentaHizume in #1525

🔧 Bug fixes

  • ルートプロジェクトとワークスペースについて用語の使い方を統一 by @KentaHizume in #1400
  • アイキャッチ画像の文字の見切れを修正 by @kenjiyoshid-a in #1407

🏷️ ⚪ npm package dependencies

  • npm-dressca-frontend: bump tailwindcss from 3.4.13 to 3.4.14 in /samples/web-csr/dressca-frontend by @dependabot in #1392
  • npm-dressca-frontend: bump postcss-nesting from 13.0.0 to 13.0.1 in /samples/web-csr/dressca-frontend by @dependabot in #1442
  • npm-dressca-frontend: bump vee-validate from 4.13.2 to 4.14.4 in /samples/web-csr/dressca-frontend by @dependabot in #1443
  • npm-dressca-frontend: bump vue from 3.5.10 to 3.5.12 in /samples/web-csr/dressca-frontend by @dependabot in #1379
  • npm-dressca-frontend: bump @types/node from 22.7.4 to 22.7.9 in /samples/web-csr/dressca-frontend by @dependabot in #1428
  • npm-dressca-frontend: bump vitest from 2.1.2 to 2.1.3 in /samples/web-csr/dressca-frontend by @dependabot in #1384
  • npm-dressca-frontend: bump npm-run-all2 from 6.2.3 to 7.0.1 in /samples/web-csr/dressca-frontend by @dependabot in #1441
  • npm-dressca-frontend: bump @openapitools/openapi-generator-cli from 2.13.12 to 2.14.1 in /samples/web-csr/dressca-frontend by @dependabot in #1412
  • npm-dressca-frontend: bump @rollup/rollup-linux-x64-gnu from 4.24.0 to 4.24.2 in /samples/web-csr/dressca-frontend by @dependabot in #1465
  • npm-dressca-frontend: bump cypress from 13.15.0 to 13.15.1 in /samples/web-csr/dressca-frontend by @dependabot in #1452
  • npm-dressca-frontend: bump vitest from 2.1.3 to 2.1.4 in /samples/web-csr/dressca-frontend by @dependabot in #1471
  • npm-dressca-frontend: bump @openapitools/openapi-generator-cli from 2.14.1 to 2.15.0 in /samples/web-csr/dressca-frontend by @dependabot in #1454
  • npm-dressca-frontend: bump @types/node from 22.7.9 to 22.8.2 in /samples/web-csr/dressca-frontend by @dependabot in #1475
  • npm-dressca-frontend: bump eslint-plugin-vue from 9.28.0 to 9.30.0 in /samples/web-csr/dressca-frontend by @dependabot in #1470
  • npm-auth-frontend: bump @openapitools/openapi-generator-cli from 2.13.12 to 2.15.0 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1456
  • npm-auth-frontend: bump vitest from 2.1.2 to 2.1.4 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1472
  • npm-auth-frontend: bump eslint-plugin-vue from 9.28.0 to 9.30.0 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1473
  • npm-auth-frontend: bump npm-run-all2 from 6.2.3 to 7.0.1 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1447
  • npm-auth-frontend: bump @types/node from 22.7.4 to 22.8.2 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1476
  • npm-auth-frontend: bump @azure/msal-browser from 3.25.0 to 3.26.1 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1338
  • npm-dressca-frontend: bump @rollup/rollup-linux-x64-gnu from 4.24.2 to 4.24.3 in /samples/web-csr/dressca-frontend by @dependabot in #1480
  • npm-dressca-frontend: bump pinia from 2.2.4 to 2.2.5 in /samples/web-csr/dressca-frontend by @dependabot in #1479
  • npm-dressca-frontend: bump @types/node from 22.8.2 to 22.8.4 in /samples/web-csr/dressca-frontend by @dependabot in #1487
  • npm-auth-frontend: bump pinia from 2.2.4 to 2.2.5 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1478
  • npm-auth-frontend: bump @types/node from 22.8.2 to 22.8.4 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1486
  • npm-dressca-frontend: bump vue-tsc from 2.1.8 to 2.1.10 in /samples/web-csr/dressca-frontend by @dependabot in #1490
  • npm-root: bump npm-run-all2 from 6.2.3 to 7.0.1 by @dependabot in #1437
  • npm-root: bump textlint from 14.2.1 to 14.3.0 by @dependabot in #1436
  • npm-dressca-frontend: bump @types/node from 22.8.4 to 22.8.5 in /samples/web-csr/dressca-frontend by @dependabot in #1489
  • npm-auth-frontend: bump vue-tsc from 2.1.8 to 2.1.10 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1495
  • npm-auth-frontend: bump @types/node from 22.8.4 to 22.8.5 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1496

🍭 improvements in development

  • プルリクエスト用のテンプレートを作成 by @rnakagawa16 in #1417
  • Pull requestのテンプレートファイルの配置を変更 by @rnakagawa16 in #1430
  • Issueテンプレートのlint警告を解消 by @rnakagawa16 in #1418
  • dependabotの付与するルートディレクトリのnpmパッケージの更新に対するPRのラベルを変更する by @tsuna-can-se in #1460
  • markdownlint-cli2を導入しGitHubに利用するテンプレートをmarkdownlintテスト対象から除外する by @rnakagawa16 in #1448
  • ドキュメントのREADMEから開発手順を移動 by @rnakagawa16 in #1321
  • Maris表記をMaia表記に修正 by @KentaHizume in #1519
  • リリースノートの設定にBug fixesセクションを追加 by @tsuna-can-se in #1524

Full Changelog: v0.9.0...v0.9.1

v0.9.1-Beta3

07 Nov 02:12
ca49573
Compare
Choose a tag to compare
v0.9.1-Beta3 Pre-release
Pre-release

What's Changed

📰 Features

  • 開発環境構築に関する記述について細かな改善を行う by @KentaHizume in #1525

🍭 improvements in development

  • リリースノートの設定にBug fixesセクションを追加 by @tsuna-can-se in #1524

Full Changelog: v0.9.1-Beta2...v0.9.1-Beta3

v0.9.1-Beta2

06 Nov 07:51
ea8d5cf
Compare
Choose a tag to compare
v0.9.1-Beta2 Pre-release
Pre-release

What's Changed

📰 Features

  • アーキテクチャ/CSR>全体処理方式>例外処理方針にクライアントサイドの例外処理方針を追加 by @KentaHizume in #1515
  • TailwindCSSの初期設定手順を最新化する by @KentaHizume in #1517
  • ドキュメントの「アプリケーションアーキテクチャ」直下に 「セキュリティ編」カテゴリを作成し「クロスサイトスクリプティング」を追加 by @KentaHizume in #1518

🍭 improvements in development

Full Changelog: v0.9.1-Beta1...v0.9.1-Beta2

v0.9.1-Beta1

05 Nov 07:03
abac0bb
Compare
Choose a tag to compare
v0.9.1-Beta1 Pre-release
Pre-release

What's Changed

📰 Features

  • ルートプロジェクトとワークスペースについて用語の使い方を統一 by @KentaHizume in #1400
  • アイキャッチ画像の文字の見切れを修正 by @kenjiyoshid-a in #1407
  • openapi generatorを7.9.0にアップデートする by @KentaHizume in #1435
  • カスタムエラーハンドラーをプラグイン化して循環参照を防ぐ by @KentaHizume in #1361
  • ドキュメントの外部リンクを別タブに遷移するように設定 by @rnakagawa16 in #1315
  • コンポーネント外からストアを使用する箇所が実行順序に依存しないように修正 by @KentaHizume in #1360
  • (Dressca)typescript@5.3.3にダウングレードしてlint時の警告を避ける by @KentaHizume in #1467
  • (AzureADB2C)typescript@5.3.3にダウングレードしてlint時の警告を避ける by @KentaHizume in #1468
  • ルートプロジェクトにモックモードでの起動スクリプトを追加 by @KentaHizume in #1485
  • コーディング規約についてのページを追加 by @KentaHizume in #1449

🏷️ ⚪ npm package dependencies

  • npm-dressca-frontend: bump tailwindcss from 3.4.13 to 3.4.14 in /samples/web-csr/dressca-frontend by @dependabot in #1392
  • npm-dressca-frontend: bump postcss-nesting from 13.0.0 to 13.0.1 in /samples/web-csr/dressca-frontend by @dependabot in #1442
  • npm-dressca-frontend: bump vee-validate from 4.13.2 to 4.14.4 in /samples/web-csr/dressca-frontend by @dependabot in #1443
  • npm-dressca-frontend: bump vue from 3.5.10 to 3.5.12 in /samples/web-csr/dressca-frontend by @dependabot in #1379
  • npm-dressca-frontend: bump @types/node from 22.7.4 to 22.7.9 in /samples/web-csr/dressca-frontend by @dependabot in #1428
  • npm-dressca-frontend: bump vitest from 2.1.2 to 2.1.3 in /samples/web-csr/dressca-frontend by @dependabot in #1384
  • npm-dressca-frontend: bump npm-run-all2 from 6.2.3 to 7.0.1 in /samples/web-csr/dressca-frontend by @dependabot in #1441
  • npm-dressca-frontend: bump @openapitools/openapi-generator-cli from 2.13.12 to 2.14.1 in /samples/web-csr/dressca-frontend by @dependabot in #1412
  • npm-dressca-frontend: bump @rollup/rollup-linux-x64-gnu from 4.24.0 to 4.24.2 in /samples/web-csr/dressca-frontend by @dependabot in #1465
  • npm-dressca-frontend: bump cypress from 13.15.0 to 13.15.1 in /samples/web-csr/dressca-frontend by @dependabot in #1452
  • npm-dressca-frontend: bump vitest from 2.1.3 to 2.1.4 in /samples/web-csr/dressca-frontend by @dependabot in #1471
  • npm-dressca-frontend: bump @openapitools/openapi-generator-cli from 2.14.1 to 2.15.0 in /samples/web-csr/dressca-frontend by @dependabot in #1454
  • npm-dressca-frontend: bump @types/node from 22.7.9 to 22.8.2 in /samples/web-csr/dressca-frontend by @dependabot in #1475
  • npm-dressca-frontend: bump eslint-plugin-vue from 9.28.0 to 9.30.0 in /samples/web-csr/dressca-frontend by @dependabot in #1470
  • npm-auth-frontend: bump @openapitools/openapi-generator-cli from 2.13.12 to 2.15.0 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1456
  • npm-auth-frontend: bump vitest from 2.1.2 to 2.1.4 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1472
  • npm-auth-frontend: bump eslint-plugin-vue from 9.28.0 to 9.30.0 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1473
  • npm-auth-frontend: bump npm-run-all2 from 6.2.3 to 7.0.1 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1447
  • npm-auth-frontend: bump @types/node from 22.7.4 to 22.8.2 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1476
  • npm-auth-frontend: bump @azure/msal-browser from 3.25.0 to 3.26.1 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1338
  • npm-dressca-frontend: bump @rollup/rollup-linux-x64-gnu from 4.24.2 to 4.24.3 in /samples/web-csr/dressca-frontend by @dependabot in #1480
  • npm-dressca-frontend: bump pinia from 2.2.4 to 2.2.5 in /samples/web-csr/dressca-frontend by @dependabot in #1479
  • npm-dressca-frontend: bump @types/node from 22.8.2 to 22.8.4 in /samples/web-csr/dressca-frontend by @dependabot in #1487
  • npm-auth-frontend: bump pinia from 2.2.4 to 2.2.5 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1478
  • npm-auth-frontend: bump @types/node from 22.8.2 to 22.8.4 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1486
  • npm-dressca-frontend: bump vue-tsc from 2.1.8 to 2.1.10 in /samples/web-csr/dressca-frontend by @dependabot in #1490
  • npm-root: bump npm-run-all2 from 6.2.3 to 7.0.1 by @dependabot in #1437
  • npm-root: bump textlint from 14.2.1 to 14.3.0 by @dependabot in #1436
  • npm-dressca-frontend: bump @types/node from 22.8.4 to 22.8.5 in /samples/web-csr/dressca-frontend by @dependabot in #1489
  • npm-auth-frontend: bump vue-tsc from 2.1.8 to 2.1.10 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1495
  • npm-auth-frontend: bump @types/node from 22.8.4 to 22.8.5 in /samples/azure-ad-b2c-sample/auth-frontend by @dependabot in #1496

🍭 improvements in development

  • プルリクエスト用のテンプレートを作成 by @rnakagawa16 in #1417
  • main.tsでpiniaをuseする際の書き方をcreate-vueのテンプレートと揃える by @KentaHizume in #1425
  • Pull requestのテンプレートファイルの配置を変更 by @rnakagawa16 in #1430
  • Issueテンプレートのlint警告を解消 by @rnakagawa16 in #1418
  • dependabotの付与するルートディレクトリのnpmパッケージの更新に対するPRのラベルを変更する by @tsuna-can-se in #1460
  • @vue/eslint-config-airbnb-with-typescriptをdependenciesからdevDependenciesに移動する by @KentaHizume in #1459
  • markdownlint-cli2を導入しGitHubに利用するテンプレートをmarkdownlintテスト対象から除外する by @rnakagawa16 in #1448
  • ドキュメントのREADMEから開発手順を移動 by @rnakagawa16 in #1321

Full Changelog: v0.9.0...v0.9.1-Beta1