itmar-block-packages 1.2.1 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,13 @@ import {関数名又はコンポーネント名} from "itmar-block-packages"
7
7
  ```
8
8
  名前付きインポートでお願いします。
9
9
 
10
+ ## 必要条件
11
+
12
+ このパッケージは`@wordpress/scripts`によるWebPackのトランスパイル環境でトランスパイルされています。そして、このパッケージを使用するには、`@wordpress/scripts`のバージョン^27.6.0以上が必要です。以下のコマンドを実行して、`@wordpress/scripts`を更新してください:
13
+
14
+ npm i @wordpress/scripts@^27.6.0 --save-dev
15
+
16
+
10
17
  # 各コンポーネント・関数の機能
11
18
  ## カスタムフック
12
19
  ### useIsIframeMobile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itmar-block-packages",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "We have put together a package of common React components used for WordPress custom blocks.",
5
5
  "main": "build/index.js",
6
6
  "scripts": {