Releases: ut-code/utcode-learn
Releases · ut-code/utcode-learn
2023-11-09-3
2023-11-09-2
What's Changed
Full Changelog: 2023-11-09...2023-11-09-2
2023-11-09
What's Changed
- Format codes by @chvmvd in #524
- Migrate to ESM in section of database by @chvmvd in #525
- Change to inline code in description of web server by @chvmvd in #526
- Fix answer of book search system by @chvmvd in #527
- Fix answer of forum by @chvmvd in #528
- Update dependencies by @chvmvd in #530
- Fix answer of database by @chvmvd in #529
- 第三~四章のコードブロックのタイトル修正 by @fridge0 in #535
- Fix links by @chvmvd in #533
- Update version of Node.js by @chvmvd in #532
- Migrate file extension from
.md
to.mdx
by @chvmvd in #534 - Remove
strong
prop fromTerm
component by @chvmvd in #540 - Migrate to Docusaurus 3.0.0 by @chvmvd in #541
- Migrate Markdown comments to MDX comments by @chvmvd in #545
- Remove import of React by @chvmvd in #546
- Remove indent in JSX by @chvmvd in #543
- Migrate admonition from
caution
towarning
by @chvmvd in #547 - Migrate admonition syntax to v3 version by @chvmvd in #548
- Migrate to ESM config by @chvmvd in #550
- const と参照の tip の修正 by @fridge0 in #554
- httpsとsshの説明を追加 by @na-trium-144 in #538
- git pull から git pull origin ブランチ名 に変更 by @na-trium-144 in #539
- incrementAgeの課題に佐藤を追加 by @na-trium-144 in #537
- Fix
editUrl
by @chvmvd in #569 - Fix exercise of reference by @chvmvd in #568
- Fix typo in inspector section by @chvmvd in #567
- Migrate to Markdown CodeBlock by @chvmvd in #565
- Fix description of the inspector start command by @chvmvd in #562
- Termタグのtypeを省略できるように by @fridge0 in #561
- ほとんどのタームから type を削除しました。 by @fridge0 in #573
- Fix syntax of strong of MDX by @chvmvd in #571
New Contributors
- @na-trium-144 made their first contribution in #538
Full Changelog: 2023-11-02...2023-11-09
2023-11-02
2023-10-26-2
2023-10-26
What's Changed
第三回授業に向けて更新
- Format all codes by @chvmvd in #505
- Add CI of Prettier by @chvmvd in #421
- Remove duplicated title by @chvmvd in #503
- タイトルメニュー改善 by @fridge0 in #501
- CSSのタイトルの修正 by @fridge0 in #508
- コンポネントのimportを一か所にまとめました by @fridge0 in #497
- Change
id
fromdiv
togreeting
by @chvmvd in #504 - オブジェクトの教材 再ぷるりく by @RRRyoma in #510
- CSSの語順と誤字の修正 by @fridge0 in #514
- Move the description of property to CSS section by @chvmvd in #511
- Change to increment operator in object section by @chvmvd in #512
- Improve description of blocks in curly brackets by @chvmvd in #513
Full Changelog: 2023-10-22...2023-10-26
2023-10-22
2023-10-19
What's Changed
第二回授業に向けて更新
- Delete constant from 2/2 - constant and reference by @fridge0 in #468
- rename 演習 -> 課題 by @fridge0 in #467
- 配列が値である説明の追加 by @fridge0 in #466
- Change from
let
toconst
in answer of the right to vote by @chvmvd in #473 - 配列の章の演習問題の修正 by @fridge0 in #465
- Fix typo from "複合演算子" to "複合代入演算子" by @chvmvd in #475
- Update sample scripts by @chvmvd in #476
- Fix title of answer of findMaxNumber by @chvmvd in #477
- Fix answer of max by @chvmvd in #478
- Fix typo from "以下" to "次" by @chvmvd in #479
- Fix description of answer of prime number by @chvmvd in #482
- Change to compound assignment operator by @chvmvd in #480
- Answerタグの改善 by @fridge0 in #485
- Remove unnecessary spaces by @chvmvd in #484
- Fix typo from "以下" to "次" by @chvmvd in #483
- Add exercise of multiply by @chvmvd in #488
- Answerタグの引数をtypeからtitleに変更 by @fridge0 in #490
- Answerタグをそろえた 1章~2章 by @fridge0 in #486
- [急ぎ] 誤字修正 by @fridge0 in #493
- モジュール化の説明の例を変更 (#474) by @chelproc in #492
Full Changelog: 2023-10-15...2023-10-19
2023-10-15
What's Changed
第二回授業の課題の誤植を修正
- 昔自分が書いた不要な記事を削除する by @kokhayas in #448
- Convert to inline code in section of HTML by @chvmvd in #433
- Fix typo from 「
while
」 to 「while
文」 by @chvmvd in #443 - Specify which file to open in section of JavaScript by @chvmvd in #444
- Change from
let
toconst
in answer of prime number by @chvmvd in #447 - 「if 構文」を「if 文」に書き換え by @fridge0 in #452
- Fix typo from "身に着ける" to "身に付ける" by @chvmvd in #432
- 文字化け修正 by @fridge0 in #455
- loopの演習の説明の誤字修正 by @fridge0 in #457
- findMax関数になり切れてなかったので修正 by @fridge0 in #456
- 配列の章のプロパティとメソッドの説明の修正 by @fridge0 in #463
- 配列のメソッド・プロパティの説明に後方参照 (前方参照) を追加 by @fridge0 in #469
- Fix typo in answer of loop by @chvmvd in #454
Full Changelog: 2023-10-12...2023-10-15
2023-10-12
What's Changed
第一回授業に向けて更新
- Fork先のブランチをこのリポジトリのブランチにマージ by @fridge0 in #399
- Added example and image for arrow-function abbreviation by @SatohiroToko in #398
- Change from "エディタ" to "VS Code" by @chvmvd in #416
- Format code of HTML section by @chvmvd in #417
- Fix link in first page by @chvmvd in #418
- Revert "fix critical typo" by @chvmvd in #419
- Mark as advanced section by @chvmvd in #425
- add examples to naming convention in definition.js by @fridge0 in #430
- Rewrite between html and if statement by @sYakusHinineko in #392
- Change from
Cmd
tocommand
andOpt
tooption
by @chvmvd in #429 - Migrate from
let
toconst
by @chvmvd in #423 - Rewrite functions by @fridge0 in #403
- Format all code by @chvmvd in #420
- Change the name of variable in med. exercise in loop by @fridge0 in #434
- loop ~ arrayの演習問題の追加、再配置 by @fridge0 in #405
- Fix excursion exercise by @chvmvd in #439
- 変数の章でコメントの大部分を反映しました。 by @sYakusHinineko in #438
Full Changelog: 2023-10-05...2023-10-12