Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 1cd68f9

Browse files
Merge pull request #322 from technote-space/release/next-v3.0.0
release: v3.0.1
2 parents 657d0c7 + df5c11d commit 1cd68f9

File tree

9 files changed

+1034
-653
lines changed

9 files changed

+1034
-653
lines changed

assets/js/.babelrc

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
{
2-
"presets": [
3-
[
4-
"@babel/preset-env",
5-
{
6-
"targets": {
7-
"ie": 11
8-
}
9-
}
10-
]
11-
],
12-
"plugins": [
13-
[
14-
"@babel/plugin-transform-react-jsx",
15-
{
16-
"pragma": "wp.element.createElement"
17-
}
18-
]
19-
]
20-
}
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"ie": 11
8+
}
9+
}
10+
]
11+
],
12+
"plugins": [
13+
[
14+
"@babel/plugin-transform-react-jsx",
15+
{
16+
"pragma": "wp.element.createElement"
17+
}
18+
]
19+
]
20+
}

assets/js/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
"@babel/plugin-transform-react-jsx": "^7.9.4",
3131
"@babel/preset-env": "^7.9.0",
3232
"@technote-space/gutenberg-test-helper": "^0.0.10",
33-
"@technote-space/gutenberg-utils": "^2.1.1",
34-
"@technote-space/register-grouped-format-type": "^2.0.1",
35-
"@wordpress/components": "^9.2.6",
36-
"@wordpress/compose": "^3.11.0",
37-
"@wordpress/element": "^2.11.0",
38-
"@wordpress/rich-text": "^3.12.2",
39-
"babel-jest": "^25.2.4",
33+
"@technote-space/gutenberg-utils": "^2.1.4",
34+
"@technote-space/register-grouped-format-type": "^2.0.2",
35+
"@wordpress/components": "^9.3.0",
36+
"@wordpress/compose": "^3.12.0",
37+
"@wordpress/element": "^2.12.0",
38+
"@wordpress/rich-text": "^3.13.0",
39+
"babel-jest": "^25.2.6",
4040
"babel-loader": "^8.1.0",
4141
"duplicate-package-checker-webpack-plugin": "^3.0.0",
4242
"enzyme": "^3.11.0",
4343
"enzyme-to-json": "^3.4.4",
4444
"eslint": "^6.8.0",
4545
"eslint-plugin-react": "^7.19.0",
4646
"hard-source-webpack-plugin": "^0.13.1",
47-
"jest": "^25.2.4",
47+
"jest": "^25.2.7",
4848
"jest-extended": "^0.11.5",
4949
"jquery": "^3.4.1",
5050
"jquery.marker-animation": "^1.4.19",

assets/js/src/gutenberg/utils/component.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export const getDefaultFormatGroupProps = () => ([
7979
title: translate('Marker Animation (detail setting)'),
8080
initialOpen: true,
8181
},
82+
className: 'marker-animation-button',
8283
menuClassName: 'marker-animation-menu marker-animation-menu-default',
8384
},
8485
]);
@@ -92,6 +93,7 @@ export const getSettingFormatGroupProps = () => ([
9293
toolbarGroup: getName('toolbar'),
9394
label: translate('Marker Animation'),
9495
icon: getIcon(),
96+
className: 'marker-animation-button',
9597
menuClassName: 'marker-animation-menu marker-animation-menu-setting',
9698
},
9799
]);

0 commit comments

Comments
 (0)