We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3207c7f commit 4cfc0ebCopy full SHA for 4cfc0eb
CHANGES.md
@@ -1,6 +1,20 @@
1
# Change Log
2
3
## master
4
+## 3.0.9 (2024-01-23)
5
+
6
+- インラインコードブロックがはみ出さないように修正
7
8
+## 3.0.8 (2024-01-22)
9
10
+- アイコン更新
11
+- メンバ関数のそれぞれの項目の左隣に余計な下線が出る問題を修正
12
+- codeタグ中の末尾スペースが消えてしまっていた問題を修正
13
+- 画像の最大幅を設定
14
+- C++ (将来) とC++ (廃案) を追加
15
+- キーワードの自動リンクを追加
16
+- imgが横幅を超える場合に横スクロールを可能にした
17
+- GitHub Actionsを追加
18
19
## 3.0.7 (2020-08-26)
20
package.json
@@ -1,6 +1,6 @@
{
"name": "kunai",
- "version": "3.0.8",
+ "version": "3.0.9",
"description": "cpprefjp / boostjp frontend",
"main": "dist/js/kunai.js",
"module": "js/kunai.js",
0 commit comments