Skip to content

Commit 93be52f

Browse files
committed
Update from vk-blocks-pro
1 parent 25103f9 commit 93be52f

10 files changed

+13
-49
lines changed

editor-css/_editor_before.scss

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
.editor-block-list-item-vk-blocks-step:after,
3030
.editor-block-list-item-vk-blocks-outer:after,
3131
.editor-block-list-item-vk-blocks-post-list:after,
32+
.editor-block-list-item-vk-blocks-post-list-slider:after,
3233
.editor-block-list-item-vk-blocks-post-new-badge\/new-badge:after,
3334
.editor-block-list-item-vk-blocks-table-of-contents:after,
3435
.editor-block-list-item-vk-blocks-table-of-contents-new:after,

editor-css/editor-block-build-marge.scss

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
.editor-block-list-item-vk-blocks-step:after,
101101
.editor-block-list-item-vk-blocks-outer:after,
102102
.editor-block-list-item-vk-blocks-post-list:after,
103+
.editor-block-list-item-vk-blocks-post-list-slider:after,
103104
.editor-block-list-item-vk-blocks-post-new-badge\/new-badge:after,
104105
.editor-block-list-item-vk-blocks-table-of-contents:after,
105106
.editor-block-list-item-vk-blocks-table-of-contents-new:after,

inc/vk-components/package/_scss/_vk-post.scss

+2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ $xxl-min: 1400px;
179179
}
180180
&_body {
181181
box-sizing: border-box;
182+
font-size: 1rem;
182183
}
183184
&_imgOuter {
184185
position: relative;
@@ -208,6 +209,7 @@ $xxl-min: 1400px;
208209
line-height: 1.4;
209210
font-weight: bold;
210211
margin-bottom: 0;
212+
margin-top: 0;
211213
a {
212214
color: var(--vk-color-text-body);
213215
}

readme.txt

+7
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This is a plugin that extends Gutenberg's blocks.
4646
* Fixed Display [ Pro ]
4747
* Icon Card [ Pro ] (not recommended)
4848
* Post list [ Pro ]
49+
* Post list Slider [ Pro ]
4950
* New Badge [ Pro ]
5051
* Selected Post List [ Pro ]
5152
* Step [ Pro ]
@@ -106,6 +107,12 @@ e.g.
106107

107108
== Changelog ==
108109

110+
111+
= 1.92.1 =
112+
[ Bug fix ][ Post List (Pro) ] Remove white space above title
113+
[ Design Bug Fix ][ Post list Slider (Pro) ] Fixed an issue where post list did not have consistent heights.
114+
[ Design Bug Fix ][ VK Button ] Fixed an issue where the text of a button with an icon was dropping in a column. Reset the word-break property to its initial value for better compatibility in Firefox.
115+
109116
= 1.92.0 =
110117
[ Add Block ] Add Post list Slider block.
111118
[ Add function ][ Fixed Display (Pro) ] Added a timer feature to control block appearance/disappearance and a "Do not show again for returning visitors" option. Session Storage is used, and no personal data is collected or tracked. Since Session Storage is used, the block may reappear after the browser is closed or in private browsing mode.

src/blocks/button/style.scss

+1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ a.vk_button_link {
421421
}
422422

423423
&_caption {
424+
word-break: initial; // FireFox で tt5 の場合カラム内でテキストが段落ちするので初期値にリセット
424425
display: inline-flex;
425426
align-items: center;
426427
justify-content: center;

test/e2e-tests/fixtures/blocks/vk-blocks__icon-card__deprecated-0-60-1.html

-13
This file was deleted.

test/e2e-tests/fixtures/blocks/vk-blocks__outer__deprecated-0-60-1.html

-13
This file was deleted.

test/e2e-tests/fixtures/blocks/vk-blocks__step__deprecated-0-60-1.html

-11
This file was deleted.

test/e2e-tests/fixtures/blocks/vk-blocks__timeline__deprecated-0-60-1.html

-11
This file was deleted.

vk-blocks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: VK Blocks
44
* Plugin URI: https://github.com/vektor-inc/vk-blocks
55
* Description: This is a plugin that extends Block Editor.
6-
* Version: 1.92.0.1
6+
* Version: 1.92.1.0
77
* Stable tag: 1.92.0.1
88
* Requires at least: 6.3
99
* Author: Vektor,Inc.

0 commit comments

Comments
 (0)