Skip to content

Commit

Permalink
Merge pull request #2438 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.95.0
  • Loading branch information
kurudrive authored Jan 31, 2025
2 parents 7ad3cdf + de0ff74 commit c5ea054
Show file tree
Hide file tree
Showing 48 changed files with 4,006 additions and 766 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
npx wp-scripts test-playwright --trace on --project=chromium common-margin.spec.ts
npx wp-scripts test-playwright --trace on --project=chromium heading-transform.spec.ts
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down
6 changes: 3 additions & 3 deletions editor-css/_editor_before_grid-column.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

//inner-blocksの中のinner-blocksのcss打ち消し
.block-editor-inner-blocks .block-editor-block-list__layout{
flex-direction:unset;
flex-wrap: unset;
&.wp-block-social-links, //inner-blocksの中のinner-blocksがソーシャルアイコンブロックだった場合
&.wp-block-group { //inner-blocksの中のinner-blocksがグループブロックだった場合
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
&.wp-block-group:where(:not(.is-vertical)){ //垂直レイアウトの場合は除外したいため追加
flex-direction: row;
}
}

// colの余分な余白の削除など
Expand Down
2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-admin-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-build-js.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion languages/vk-blocks-pro-ja.l10n.php

Large diffs are not rendered by default.

Binary file modified languages/vk-blocks-pro-ja.mo
Binary file not shown.
Loading

0 comments on commit c5ea054

Please sign in to comment.