@gravity-ui/page-constructor 1.25.2 → 1.25.4

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.
@@ -16,18 +16,14 @@ unpredictable css rules order in build */
16
16
  .pc-filter-block__tabs {
17
17
  margin-bottom: 0;
18
18
  display: flex;
19
- flex-wrap: nowrap;
19
+ flex-wrap: wrap;
20
20
  justify-content: flex-start;
21
- overflow: auto;
22
21
  }
23
22
  .pc-filter-block__tabs_centered {
24
- display: flex;
25
23
  justify-content: center;
26
- flex-wrap: wrap;
27
24
  }
28
25
  @media (max-width: 769px) {
29
26
  .pc-filter-block__tabs {
30
- display: flex;
31
27
  flex-wrap: nowrap;
32
28
  justify-content: flex-start;
33
29
  overflow: auto;
@@ -16,18 +16,14 @@ unpredictable css rules order in build */
16
16
  .pc-tabs-block__tabs {
17
17
  margin-bottom: 20px;
18
18
  display: flex;
19
- flex-wrap: nowrap;
19
+ flex-wrap: wrap;
20
20
  justify-content: flex-start;
21
- overflow: auto;
22
21
  }
23
22
  .pc-tabs-block__tabs_centered {
24
- display: flex;
25
23
  justify-content: center;
26
- flex-wrap: wrap;
27
24
  }
28
25
  @media (max-width: 769px) {
29
26
  .pc-tabs-block__tabs {
30
- display: flex;
31
27
  flex-wrap: nowrap;
32
28
  justify-content: flex-start;
33
29
  overflow: auto;
@@ -38,6 +38,9 @@ export declare const Quote: {
38
38
  type: string;
39
39
  pattern: string;
40
40
  };
41
+ buttonText: {
42
+ type: string;
43
+ };
41
44
  theme: {
42
45
  type: string;
43
46
  enum: string[];
@@ -18,6 +18,8 @@ exports.Quote = {
18
18
  }, url: {
19
19
  type: 'string',
20
20
  pattern: schema_1.urlPattern,
21
+ }, buttonText: {
22
+ type: 'string',
21
23
  }, theme: common_1.ThemeProps, author: common_1.authorItem }),
22
24
  },
23
25
  };
@@ -16,18 +16,14 @@ unpredictable css rules order in build */
16
16
  .pc-filter-block__tabs {
17
17
  margin-bottom: 0;
18
18
  display: flex;
19
- flex-wrap: nowrap;
19
+ flex-wrap: wrap;
20
20
  justify-content: flex-start;
21
- overflow: auto;
22
21
  }
23
22
  .pc-filter-block__tabs_centered {
24
- display: flex;
25
23
  justify-content: center;
26
- flex-wrap: wrap;
27
24
  }
28
25
  @media (max-width: 769px) {
29
26
  .pc-filter-block__tabs {
30
- display: flex;
31
27
  flex-wrap: nowrap;
32
28
  justify-content: flex-start;
33
29
  overflow: auto;
@@ -16,18 +16,14 @@ unpredictable css rules order in build */
16
16
  .pc-tabs-block__tabs {
17
17
  margin-bottom: 20px;
18
18
  display: flex;
19
- flex-wrap: nowrap;
19
+ flex-wrap: wrap;
20
20
  justify-content: flex-start;
21
- overflow: auto;
22
21
  }
23
22
  .pc-tabs-block__tabs_centered {
24
- display: flex;
25
23
  justify-content: center;
26
- flex-wrap: wrap;
27
24
  }
28
25
  @media (max-width: 769px) {
29
26
  .pc-tabs-block__tabs {
30
- display: flex;
31
27
  flex-wrap: nowrap;
32
28
  justify-content: flex-start;
33
29
  overflow: auto;
@@ -38,6 +38,9 @@ export declare const Quote: {
38
38
  type: string;
39
39
  pattern: string;
40
40
  };
41
+ buttonText: {
42
+ type: string;
43
+ };
41
44
  theme: {
42
45
  type: string;
43
46
  enum: string[];
@@ -15,6 +15,8 @@ export const Quote = {
15
15
  }, url: {
16
16
  type: 'string',
17
17
  pattern: urlPattern,
18
+ }, buttonText: {
19
+ type: 'string',
18
20
  }, theme: ThemeProps, author: authorItem }),
19
21
  },
20
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "1.25.2",
3
+ "version": "1.25.4",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -518,18 +518,14 @@ unpredictable css rules order in build */
518
518
 
519
519
  @mixin tab-panel() {
520
520
  display: flex;
521
- flex-wrap: nowrap;
521
+ flex-wrap: wrap;
522
522
  justify-content: flex-start;
523
- overflow: auto;
524
523
 
525
524
  &_centered {
526
- display: flex;
527
525
  justify-content: center;
528
- flex-wrap: wrap;
529
526
  }
530
527
 
531
528
  @media (max-width: map-get($gridBreakpoints, 'md')) {
532
- display: flex;
533
529
  flex-wrap: nowrap;
534
530
  justify-content: flex-start;
535
531
  overflow: auto;
package/CHANGELOG.md DELETED
@@ -1,977 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.25.2](https://github.com/gravity-ui/page-constructor/compare/v1.25.1...v1.25.2) (2023-03-21)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * **ExtendedFeatures:** label position fixed ([#175](https://github.com/gravity-ui/page-constructor/issues/175)) ([fb8d206](https://github.com/gravity-ui/page-constructor/commit/fb8d206ad2378564a1dc7a7295f02da13ae66df1))
9
-
10
- ## [1.25.1](https://github.com/gravity-ui/page-constructor/compare/v1.25.0...v1.25.1) (2023-03-20)
11
-
12
-
13
- ### Bug Fixes
14
-
15
- * cannot read stopPropagation of undefined in navigation utils ([#221](https://github.com/gravity-ui/page-constructor/issues/221)) ([e20904a](https://github.com/gravity-ui/page-constructor/commit/e20904abfcc14339be777747a4c26187dba8cd58))
16
-
17
- ## [1.25.0](https://github.com/gravity-ui/page-constructor/compare/v1.24.0...v1.25.0) (2023-03-14)
18
-
19
-
20
- ### Features
21
-
22
- * update react-player version ([#217](https://github.com/gravity-ui/page-constructor/issues/217)) ([806dea6](https://github.com/gravity-ui/page-constructor/commit/806dea69c911c789782b8100a364187675ebf3d3))
23
-
24
- ## [1.24.0](https://github.com/gravity-ui/page-constructor/compare/v1.23.0...v1.24.0) (2023-03-13)
25
-
26
-
27
- ### Features
28
-
29
- * add dropdown item in right column of navigation ([#213](https://github.com/gravity-ui/page-constructor/issues/213)) ([71f23a8](https://github.com/gravity-ui/page-constructor/commit/71f23a8ff00948fa62b3bd5b7833b171b59176d6))
30
-
31
- ## [1.23.0](https://github.com/gravity-ui/page-constructor/compare/v1.22.1...v1.23.0) (2023-03-09)
32
-
33
-
34
- ### Features
35
-
36
- * add release flow to README.md ([#183](https://github.com/gravity-ui/page-constructor/issues/183)) ([c7d7923](https://github.com/gravity-ui/page-constructor/commit/c7d7923c034b88a8e8167023448d8a071926cc26))
37
-
38
- ## [1.22.1](https://github.com/gravity-ui/page-constructor/compare/v1.22.0...v1.22.1) (2023-03-07)
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * add map block to text transform blocks [CLOUDFRONT-15094] ([#206](https://github.com/gravity-ui/page-constructor/issues/206)) ([a9323a1](https://github.com/gravity-ui/page-constructor/commit/a9323a1f895258af598106786157164ecde4a7fc))
44
-
45
- ## [1.22.0](https://github.com/gravity-ui/page-constructor/compare/v1.21.0...v1.22.0) (2023-03-07)
46
-
47
-
48
- ### Features
49
-
50
- * add github button in navigation ([#194](https://github.com/gravity-ui/page-constructor/issues/194)) ([57adcb5](https://github.com/gravity-ui/page-constructor/commit/57adcb5ad838f9a86681602f51717be4768e0605))
51
-
52
- ## [1.21.0](https://github.com/gravity-ui/page-constructor/compare/v1.20.5...v1.21.0) (2023-03-06)
53
-
54
-
55
- ### Features
56
-
57
- * **FilterBlock:** add block that filters its subblocks ([#180](https://github.com/gravity-ui/page-constructor/issues/180)) ([4b6852c](https://github.com/gravity-ui/page-constructor/commit/4b6852c5d1c55e4d1e2cc027c4229b9cc7500e8f))
58
-
59
- ## [1.20.5](https://github.com/gravity-ui/page-constructor/compare/v1.20.4...v1.20.5) (2023-03-03)
60
-
61
-
62
- ### Bug Fixes
63
-
64
- * move BlockIdContext.Provider inside ConstructorItem and ConstructorLoadable ([#201](https://github.com/gravity-ui/page-constructor/issues/201)) ([f2036e3](https://github.com/gravity-ui/page-constructor/commit/f2036e333f10711ca51ad3a62c735ca285904cff))
65
-
66
- ## [1.20.4](https://github.com/gravity-ui/page-constructor/compare/v1.20.3...v1.20.4) (2023-03-03)
67
-
68
-
69
- ### Bug Fixes
70
-
71
- * add unique key to BlockIdContext ([#199](https://github.com/gravity-ui/page-constructor/issues/199)) ([05b0a88](https://github.com/gravity-ui/page-constructor/commit/05b0a88fe9b996d7728afa49ade3a0a5cae85713))
72
-
73
- ## [1.20.3](https://github.com/gravity-ui/page-constructor/compare/v1.20.2...v1.20.3) (2023-03-02)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * add uniqueness to children key prop ([#192](https://github.com/gravity-ui/page-constructor/issues/192)) ([8cbb720](https://github.com/gravity-ui/page-constructor/commit/8cbb720a4e60ccab8a3440141b3e4f5998c26a9b))
79
-
80
- ## [1.20.2](https://github.com/gravity-ui/page-constructor/compare/v1.20.1...v1.20.2) (2023-03-01)
81
-
82
-
83
- ### Bug Fixes
84
-
85
- * fix map block scheme ([#190](https://github.com/gravity-ui/page-constructor/issues/190)) ([c75ae30](https://github.com/gravity-ui/page-constructor/commit/c75ae30bc168fcd9e39c71f71501ec1b87446ef1))
86
-
87
- ## [1.20.1](https://github.com/gravity-ui/page-constructor/compare/v1.20.0...v1.20.1) (2023-03-01)
88
-
89
-
90
- ### Bug Fixes
91
-
92
- * uninstall react-github-btn because is hot support cjs ([#188](https://github.com/gravity-ui/page-constructor/issues/188)) ([e32a51a](https://github.com/gravity-ui/page-constructor/commit/e32a51ae17a31dea8037a89a30f4b080e2aacb2e))
93
-
94
- ## [1.20.0](https://github.com/gravity-ui/page-constructor/compare/v1.19.1...v1.20.0) (2023-03-01)
95
-
96
-
97
- ### Features
98
-
99
- * new analytics ([#121](https://github.com/gravity-ui/page-constructor/issues/121)) ([cc329bc](https://github.com/gravity-ui/page-constructor/commit/cc329bcca9b11cd8a5fb2b4ff30791134ee09535))
100
-
101
- ## [1.19.1](https://github.com/gravity-ui/page-constructor/compare/v1.19.0...v1.19.1) (2023-03-01)
102
-
103
-
104
- ### Bug Fixes
105
-
106
- * fix map block scheme ([8db1923](https://github.com/gravity-ui/page-constructor/commit/8db1923b315c793d349da868f9299feb983408be))
107
-
108
- ## [1.19.0](https://github.com/gravity-ui/page-constructor/compare/v1.18.1...v1.19.0) (2023-02-28)
109
-
110
-
111
- ### Features
112
-
113
- * add Map-block ([13874f7](https://github.com/gravity-ui/page-constructor/commit/13874f70edddc297c711a6e4eae7753ae04fd746))
114
-
115
- ## [1.18.1](https://github.com/gravity-ui/page-constructor/compare/v1.18.0...v1.18.1) (2023-02-28)
116
-
117
-
118
- ### Bug Fixes
119
-
120
- * add mixin for navigation item and refactor ([#179](https://github.com/gravity-ui/page-constructor/issues/179)) ([3709fcd](https://github.com/gravity-ui/page-constructor/commit/3709fcdcaa2149ed287fb9ef0250dfca1181c842))
121
-
122
- ## [1.18.0](https://github.com/gravity-ui/page-constructor/compare/v1.17.0...v1.18.0) (2023-02-28)
123
-
124
-
125
- ### Features
126
-
127
- * monochrome mixin moved from 'Button.css' to 'mixins.css' ([#173](https://github.com/gravity-ui/page-constructor/issues/173)) ([6bb35cf](https://github.com/gravity-ui/page-constructor/commit/6bb35cfea50f7c62682404da02f594dd4f90a011))
128
-
129
- ## [1.17.0](https://github.com/gravity-ui/page-constructor/compare/v1.16.4...v1.17.0) (2023-02-28)
130
-
131
-
132
- ### Features
133
-
134
- * **Navigation:** add github star button in navigation ([#159](https://github.com/gravity-ui/page-constructor/issues/159)) ([829d358](https://github.com/gravity-ui/page-constructor/commit/829d3582772378940993c4f676fe08676693266a))
135
-
136
-
137
- ### Bug Fixes
138
-
139
- * remove background from Overlowscroller ([#153](https://github.com/gravity-ui/page-constructor/issues/153)) ([652adfa](https://github.com/gravity-ui/page-constructor/commit/652adfaf92156e1f96a9292d034c5139aac7894c))
140
-
141
- ## [1.16.4](https://github.com/gravity-ui/page-constructor/compare/v1.16.3...v1.16.4) (2023-02-22)
142
-
143
-
144
- ### Bug Fixes
145
-
146
- * **BasicCard:** add target ([#162](https://github.com/gravity-ui/page-constructor/issues/162)) ([569038c](https://github.com/gravity-ui/page-constructor/commit/569038c8ef1c43b7c8b9d6462126997155605b4c))
147
- * do not set "rel: 'noopener noreferrer'" for local links ([#160](https://github.com/gravity-ui/page-constructor/issues/160)) ([81173a7](https://github.com/gravity-ui/page-constructor/commit/81173a7e237104463971a80e386f5bad37caa551))
148
-
149
- ## [1.16.3](https://github.com/gravity-ui/page-constructor/compare/v1.16.2...v1.16.3) (2023-02-17)
150
-
151
-
152
- ### Bug Fixes
153
-
154
- * add router link for banner button ([#158](https://github.com/gravity-ui/page-constructor/issues/158)) ([a194a40](https://github.com/gravity-ui/page-constructor/commit/a194a40bae0486277d0a862e3a9b415404d75d0b))
155
- * **Foldable:** fix issues with content height calculation on resize ([#156](https://github.com/gravity-ui/page-constructor/issues/156)) ([e20709e](https://github.com/gravity-ui/page-constructor/commit/e20709e4eb84e7eb620ff2e42dd3e5010d1066a2))
156
-
157
- ## [1.16.2](https://github.com/gravity-ui/page-constructor/compare/v1.16.1...v1.16.2) (2023-02-16)
158
-
159
-
160
- ### Bug Fixes
161
-
162
- * **HubspotForm:** required checkbox ([#154](https://github.com/gravity-ui/page-constructor/issues/154)) ([6c948d1](https://github.com/gravity-ui/page-constructor/commit/6c948d1a3511e16902e6808d83ac3f0ac14b6d9c))
163
-
164
- ## [1.16.1](https://github.com/gravity-ui/page-constructor/compare/v1.16.0...v1.16.1) (2023-02-14)
165
-
166
-
167
- ### Bug Fixes
168
-
169
- * youtube dimensions ratio for large screens ([#151](https://github.com/gravity-ui/page-constructor/issues/151)) ([5ee3c9c](https://github.com/gravity-ui/page-constructor/commit/5ee3c9cabe641bd437a02d137528424df7fd2c5a))
170
-
171
- ## [1.16.0](https://github.com/gravity-ui/page-constructor/compare/v1.15.4...v1.16.0) (2023-02-14)
172
-
173
-
174
- ### Features
175
-
176
- * **HubspotForm:** add render outside virtual dom ([#138](https://github.com/gravity-ui/page-constructor/issues/138)) ([1b8694c](https://github.com/gravity-ui/page-constructor/commit/1b8694c6893df63ffabab84779febad57362804c))
177
-
178
- ## [1.15.4](https://github.com/gravity-ui/page-constructor/compare/v1.15.3...v1.15.4) (2023-02-13)
179
-
180
-
181
- ### Bug Fixes
182
-
183
- * freeze-es-5-ext ([#146](https://github.com/gravity-ui/page-constructor/issues/146)) ([72ca5f9](https://github.com/gravity-ui/page-constructor/commit/72ca5f90dee5b3a45d895695416b3398a46973b4))
184
-
185
- ## [1.15.3](https://github.com/gravity-ui/page-constructor/compare/v1.15.2...v1.15.3) (2023-02-10)
186
-
187
-
188
- ### Bug Fixes
189
-
190
- * fullscreen icon hide ([#141](https://github.com/gravity-ui/page-constructor/issues/141)) ([dfec755](https://github.com/gravity-ui/page-constructor/commit/dfec75544102299d0f82b72dbb5f334759a63cb0))
191
-
192
- ## [1.15.2](https://github.com/gravity-ui/page-constructor/compare/v1.15.1...v1.15.2) (2023-02-10)
193
-
194
-
195
- ### Bug Fixes
196
-
197
- * add layout item to card stories ([#143](https://github.com/gravity-ui/page-constructor/issues/143)) ([078c7f2](https://github.com/gravity-ui/page-constructor/commit/078c7f24e1e6a620ad57b929f08dd703092463f5))
198
-
199
- ## [1.15.1](https://github.com/gravity-ui/page-constructor/compare/v1.15.0...v1.15.1) (2023-02-10)
200
-
201
-
202
- ### Bug Fixes
203
-
204
- * change meta info tag to h4 ([#140](https://github.com/gravity-ui/page-constructor/issues/140)) ([8cd84bd](https://github.com/gravity-ui/page-constructor/commit/8cd84bd5e313b41caf240b1ff155a9698ec9c17a))
205
-
206
- ## [1.15.0](https://github.com/gravity-ui/page-constructor/compare/v1.14.4...v1.15.0) (2023-02-10)
207
-
208
-
209
- ### Features
210
-
211
- * add handler for submit error in hubspot forms ([#135](https://github.com/gravity-ui/page-constructor/issues/135)) ([5f9b7a8](https://github.com/gravity-ui/page-constructor/commit/5f9b7a89996b0d2237d62ffccbea6d08f19a8d35))
212
-
213
- ## [1.14.4](https://github.com/gravity-ui/page-constructor/compare/v1.14.3...v1.14.4) (2023-02-10)
214
-
215
-
216
- ### Bug Fixes
217
-
218
- * changelog ([#136](https://github.com/gravity-ui/page-constructor/issues/136)) ([a07c738](https://github.com/gravity-ui/page-constructor/commit/a07c738e09898a952e63e1f0712cc9a31076cc1c))
219
-
220
- ## [1.14.3](https://github.com/gravity-ui/page-constructor/compare/v1.14.2...v1.14.3) (2023-02-10)
221
-
222
- ### Features
223
-
224
- * LayoutItem was added and CardWithImage was deprecated ([#132](https://github.com/gravity-ui/page-constructor/issues/132))([4abebb5](https://github.com/gravity-ui/page-constructor/commit/4abebb573e12d0976d61541e2f33c17f3d25453a))
225
-
226
- ### Bug Fixes
227
-
228
- * remove unused card types ([#130](https://github.com/gravity-ui/page-constructor/issues/130)) ([22da2fa](https://github.com/gravity-ui/page-constructor/commit/22da2fadd433e12e84cf8afd238c369cff5f2c24))
229
-
230
- ## [1.14.2](https://github.com/gravity-ui/page-constructor/compare/v1.14.1...v1.14.2) (2023-02-02)
231
-
232
-
233
- ### Bug Fixes
234
-
235
- * **HubspotForm:** border-radius ([#128](https://github.com/gravity-ui/page-constructor/issues/128)) ([437344b](https://github.com/gravity-ui/page-constructor/commit/437344b510cbde11bdf6e3a3ceb914fb0818a016))
236
-
237
- ## [1.14.1](https://github.com/gravity-ui/page-constructor/compare/v1.14.0...v1.14.1) (2023-02-01)
238
-
239
-
240
- ### Bug Fixes
241
-
242
- * enable addons menu by default ([7772a55](https://github.com/gravity-ui/page-constructor/commit/7772a554950643d7cdbb86a8dedade6f916ae176))
243
- * **Storybook:** fix links ([#123](https://github.com/gravity-ui/page-constructor/issues/123)) ([10cfe80](https://github.com/gravity-ui/page-constructor/commit/10cfe8054178bd577014dfff83033ff0c0dd9add))
244
-
245
- ## [1.14.0](https://github.com/gravity-ui/page-constructor/compare/v1.13.2...v1.14.0) (2023-01-25)
246
-
247
-
248
- ### Features
249
-
250
- * **Navigation:** add schema validation ([#120](https://github.com/gravity-ui/page-constructor/issues/120)) ([a6c8dec](https://github.com/gravity-ui/page-constructor/commit/a6c8decf04f402113a5a31d2635721ffcc1b233c))
251
-
252
- ## [1.13.2](https://github.com/gravity-ui/page-constructor/compare/v1.13.1...v1.13.2) (2023-01-20)
253
-
254
-
255
- ### Bug Fixes
256
-
257
- * **PromoFeaturesBlock:** transform items ([#118](https://github.com/gravity-ui/page-constructor/issues/118)) ([4c1cc7a](https://github.com/gravity-ui/page-constructor/commit/4c1cc7a38f2d789ce1c723b9695b7c1ed3e3cdf8))
258
-
259
- ## [1.13.1](https://github.com/gravity-ui/page-constructor/compare/v1.13.0...v1.13.1) (2023-01-19)
260
-
261
-
262
- ### Bug Fixes
263
-
264
- * **Navigation:** logo and button specifity styles ([#116](https://github.com/gravity-ui/page-constructor/issues/116)) ([dbe0c39](https://github.com/gravity-ui/page-constructor/commit/dbe0c39aa88aac8a3e84c079d7de400e9a9b3d2f))
265
-
266
- ## [1.13.0](https://github.com/gravity-ui/page-constructor/compare/v1.12.1...v1.13.0) (2023-01-18)
267
-
268
-
269
- ### Features
270
-
271
- * remove matchMedia artefact ([#114](https://github.com/gravity-ui/page-constructor/issues/114)) ([8ff3117](https://github.com/gravity-ui/page-constructor/commit/8ff3117261f9681f0dbb452c3c722ee80845da80))
272
-
273
-
274
- ### Bug Fixes
275
-
276
- * delete unused dependency ([#112](https://github.com/gravity-ui/page-constructor/issues/112)) ([300085c](https://github.com/gravity-ui/page-constructor/commit/300085c456877ef617f4225a603fcc3d52393848))
277
-
278
- ## [1.12.1](https://github.com/gravity-ui/page-constructor/compare/v1.12.0...v1.12.1) (2023-01-11)
279
-
280
-
281
- ### Bug Fixes
282
-
283
- * **BlockHeader:** add yfm to description, change styles ([#105](https://github.com/gravity-ui/page-constructor/issues/105)) ([f77fc5e](https://github.com/gravity-ui/page-constructor/commit/f77fc5e82f7aaf33dda8f56a9f17a87d61cc5cdd))
284
- * contentBase import ([#109](https://github.com/gravity-ui/page-constructor/issues/109)) ([2136f7b](https://github.com/gravity-ui/page-constructor/commit/2136f7bbe340c6035c655ff5139ae69ee1b50d3e))
285
-
286
- ## [1.12.0](https://github.com/gravity-ui/page-constructor/compare/v1.11.1...v1.12.0) (2023-01-10)
287
-
288
-
289
- ### Features
290
-
291
- * **schemas:** add content field to blocks' schemas ([#60](https://github.com/gravity-ui/page-constructor/issues/60)) ([f3952b3](https://github.com/gravity-ui/page-constructor/commit/f3952b367b8c5d53b33fb57cf063f713938a077d))
292
-
293
- ## [1.11.1](https://github.com/gravity-ui/page-constructor/compare/v1.11.0...v1.11.1) (2023-01-10)
294
-
295
-
296
- ### Bug Fixes
297
-
298
- * **Tabs:** add caption to media ([#106](https://github.com/gravity-ui/page-constructor/issues/106)) ([e825a4c](https://github.com/gravity-ui/page-constructor/commit/e825a4cff8fe9157f5444b03d32d4aff6e7dfba1))
299
-
300
- ## [1.11.0](https://github.com/gravity-ui/page-constructor/compare/v1.10.8...v1.11.0) (2023-01-09)
301
-
302
- ### Features
303
-
304
- * **Navigation:** add logo dark theme support ([#97](https://github.com/gravity-ui/page-constructor/pull/97)) ([7e4e7bd](https://github.com/gravity-ui/page-constructor/commit/7e4e7bd6fb92fded7a38538f1da0c9f0e14cccb1))
305
-
306
- ### Bug Fixes
307
-
308
- * link children align ([#103](https://github.com/gravity-ui/page-constructor/issues/103)) ([07eee68](https://github.com/gravity-ui/page-constructor/commit/07eee6828de60a66e8ae371030c67adc50c7ff8d))
309
-
310
-
311
- ## [1.10.8](https://github.com/gravity-ui/page-constructor/compare/v1.10.7...v1.10.8) (2023-01-09)
312
-
313
-
314
- ### Bug Fixes
315
-
316
- * add arrow link top for different sizes ([2fe8038](https://github.com/gravity-ui/page-constructor/commit/2fe8038372299e1c1b82ae93402f8c0df3ef7c03))
317
-
318
- ## [1.10.7](https://github.com/gravity-ui/page-constructor/compare/v1.10.6...v1.10.7) (2022-12-23)
319
-
320
-
321
- ### Bug Fixes
322
-
323
- * **Share:** schema ([#94](https://github.com/gravity-ui/page-constructor/issues/94)) ([465e039](https://github.com/gravity-ui/page-constructor/commit/465e0395413df74af8ac8be83dfe4167ae378835))
324
-
325
- ## [1.10.6](https://github.com/gravity-ui/page-constructor/compare/v1.10.5...v1.10.6) (2022-12-23)
326
-
327
-
328
- ### Bug Fixes
329
-
330
- * **Divider:** size s ([#93](https://github.com/gravity-ui/page-constructor/issues/93)) ([d8aba9a](https://github.com/gravity-ui/page-constructor/commit/d8aba9a9d6ec5b1bec560a4d22b16fc45180c1ed))
331
-
332
- ## [1.10.5](https://github.com/gravity-ui/page-constructor/compare/v1.10.4...v1.10.5) (2022-12-22)
333
-
334
-
335
- ### Bug Fixes
336
-
337
- * monochrome button theme ([#89](https://github.com/gravity-ui/page-constructor/issues/89)) ([e29fe65](https://github.com/gravity-ui/page-constructor/commit/e29fe65788b844cb753d24d00c56ab31b2143333))
338
-
339
- ## [1.10.4](https://github.com/gravity-ui/page-constructor/compare/v1.10.3...v1.10.4) (2022-12-22)
340
-
341
-
342
- ### Bug Fixes
343
-
344
- * **Image:** desktop webp ([#90](https://github.com/gravity-ui/page-constructor/issues/90)) ([2940078](https://github.com/gravity-ui/page-constructor/commit/2940078045246d7cf4af9eb4ad845deb9b3e4576))
345
-
346
- ## [1.10.3](https://github.com/gravity-ui/page-constructor/compare/v1.10.2...v1.10.3) (2022-12-15)
347
-
348
-
349
- ### Bug Fixes
350
-
351
- * share icons ([#87](https://github.com/gravity-ui/page-constructor/issues/87)) ([565f125](https://github.com/gravity-ui/page-constructor/commit/565f12538d9b686d654d58bf548b9ec87bc566b7))
352
-
353
- ## [1.10.2](https://github.com/gravity-ui/page-constructor/compare/v1.10.1...v1.10.2) (2022-12-13)
354
-
355
-
356
- ### Bug Fixes
357
-
358
- * shema validation ([#80](https://github.com/gravity-ui/page-constructor/issues/80)) ([c0d2f92](https://github.com/gravity-ui/page-constructor/commit/c0d2f92c1dabab86f9cb9264714821aa391e4c4c))
359
-
360
- ## [1.10.1](https://github.com/gravity-ui/page-constructor/compare/v1.10.0...v1.10.1) (2022-12-13)
361
-
362
-
363
- ### Bug Fixes
364
-
365
- * **HubspotForm:** change height ([#81](https://github.com/gravity-ui/page-constructor/issues/81)) ([3c596f7](https://github.com/gravity-ui/page-constructor/commit/3c596f786c9e6b6ff4007a10e85c663cb4d6c29c))
366
- * release 1.10.0 ([#84](https://github.com/gravity-ui/page-constructor/issues/84)) ([159b20a](https://github.com/gravity-ui/page-constructor/commit/159b20ad3ba74a0877bca0178dddc244f8ef37c2))
367
-
368
- ## [1.10.0](https://github.com/gravity-ui/page-constructor/compare/v1.9.3...v1.10.0) (2022-12-12)
369
-
370
-
371
- ### Features
372
-
373
- * **Share:** create block ([#79](https://github.com/gravity-ui/page-constructor/issues/79)) ([bf950c8](https://github.com/gravity-ui/page-constructor/commit/bf950c88a3a885138a1db3f1214b56011971cd8b))
374
-
375
- ## [1.9.3](https://github.com/gravity-ui/page-constructor/compare/v1.9.2...v1.9.3) (2022-12-07)
376
-
377
-
378
- ### Bug Fixes
379
-
380
- * **Tabs:** padding and image props ([#77](https://github.com/gravity-ui/page-constructor/issues/77)) ([5809e6b](https://github.com/gravity-ui/page-constructor/commit/5809e6b6364e0b3d01621d15371ef5d0aaa9518b))
381
-
382
- ## [1.9.2](https://github.com/gravity-ui/page-constructor/compare/v1.9.1...v1.9.2) (2022-12-07)
383
-
384
-
385
- ### Bug Fixes
386
-
387
- * navigation import and types ([#76](https://github.com/gravity-ui/page-constructor/issues/76)) ([53ea8d4](https://github.com/gravity-ui/page-constructor/commit/53ea8d4bb12290d3cd3f2cef6dca6a48c5c68d68))
388
- * release ([#74](https://github.com/gravity-ui/page-constructor/issues/74)) ([13193d4](https://github.com/gravity-ui/page-constructor/commit/13193d420ff2486a94638bd8119e28d69aa713d8))
389
-
390
- ## [1.9.1](https://github.com/gravity-ui/page-constructor/compare/v1.9.0...v1.9.1) (2022-12-05)
391
-
392
-
393
- ### Bug Fixes
394
-
395
- * **Tabs:** player video height ([a372ddb](https://github.com/gravity-ui/page-constructor/commit/a372ddbbde003ef82818ba167adbff0e8bf57905))
396
-
397
- ## [1.9.0](https://github.com/gravity-ui/page-constructor/compare/v1.8.2...v1.9.0) (2022-12-05)
398
-
399
-
400
- ### Features
401
-
402
- * **Tabs:** change tabs to buttons ([#63](https://github.com/gravity-ui/page-constructor/issues/63)) ([f6195f3](https://github.com/gravity-ui/page-constructor/commit/f6195f3115bb5136c17336edb8a0ff64dcc50de5))
403
-
404
- ## [1.8.2](https://github.com/gravity-ui/page-constructor/compare/v1.8.1...v1.8.2) (2022-12-02)
405
-
406
-
407
- ### Bug Fixes
408
-
409
- * remove old deploy files ([faa9998](https://github.com/gravity-ui/page-constructor/commit/faa99980b3797b7efaba46fe38e094bdfad57af4))
410
-
411
- ## [1.8.1](https://github.com/gravity-ui/page-constructor/compare/v1.8.0...v1.8.1) (2022-12-02)
412
-
413
-
414
- ### Bug Fixes
415
-
416
- * hs form field width limitations ([fe45a77](https://github.com/gravity-ui/page-constructor/commit/fe45a77f0dbeae555110602845307fd9c47f8495))
417
-
418
- ## [1.8.0](https://github.com/gravity-ui/page-constructor/compare/v1.7.1...v1.8.0) (2022-12-02)
419
-
420
-
421
- ### Features
422
-
423
- * add **navigation** ([99493a4](https://github.com/gravity-ui/page-constructor/commit/99493a4ab17af679bba250b3c7d00b4fe9256baa))
424
-
425
-
426
- ## [1.7.1](https://github.com/gravity-ui/page-constructor/compare/v1.7.0...v1.7.1) (2022-11-29)
427
-
428
-
429
- ### Bug Fixes
430
-
431
- * **ExtendedFeatures:** add props ([6254d62](https://github.com/gravity-ui/page-constructor/commit/6254d62b9ceded154d0fdcded9a554fd33772d13))
432
- * storybook content ([b98eccc](https://github.com/gravity-ui/page-constructor/commit/b98ecccc96cfba2376552e4c9314a559913455d9))
433
-
434
- ## [1.7.0](https://github.com/gravity-ui/page-constructor/compare/v1.6.1...v1.7.0) (2022-11-10)
435
-
436
-
437
- ### Features
438
-
439
- * **ExtendedFeatures:** add content ([#51](https://github.com/gravity-ui/page-constructor/issues/51)) ([0990563](https://github.com/gravity-ui/page-constructor/commit/0990563a62c3f8f4d4cfb206cedb7a1205cb1797))
440
-
441
- ## [1.6.1](https://github.com/gravity-ui/page-constructor/compare/v1.4.1...v1.6.1) (2022-11-10)
442
-
443
- ### Bug Fixes
444
-
445
- * fix storybook's content
446
-
447
-
448
- ## [1.6.0](https://github.com/gravity-ui/page-constructor/pulls?q=is%3Apr+is%3Aclosed) (2022-11-09)
449
-
450
- ### Features
451
-
452
- * update storybook
453
-
454
- ## [1.5.0](https://github.com/gravity-ui/page-constructor/issues/44) (2022-11-03)
455
-
456
- ### Features
457
-
458
- * remove card validator and types
459
-
460
- ## [1.4.2](https://github.com/gravity-ui/page-constructor/pull/46) (2022-11-07)
461
-
462
- ### Bug Fixes
463
-
464
- * change link text m arrow size
465
-
466
- ## [1.4.1](https://github.com/gravity-ui/page-constructor/pull/42) (2022-10-28)
467
-
468
- ### Bug Fixes
469
-
470
- * add specificity for Tabs item
471
-
472
- ## [1.4.0](https://github.com/gravity-ui/page-constructor/pull/40) (2022-10-26)
473
-
474
-
475
- ### Features
476
-
477
- * add devices support to component BackgroundMedia
478
-
479
- ## [1.3.0](https://github.com/gravity-ui/page-constructor/pull/35) (2022-10-25)
480
-
481
-
482
- ### Features
483
-
484
- * add devices support to component Image and block Header
485
-
486
- ## [1.2.5](https://github.com/gravity-ui/page-constructor/compare/v1.2.4...v1.2.5) (2022-10-19)
487
-
488
- ### Bug Fixes
489
-
490
- * content block link arrow l size changed to 20 ([8b05033](https://github.com/gravity-ui/page-constructor/commit/8b050332273453aedc2937303d9dec76b878482c))
491
-
492
-
493
- ## [1.2.4](https://github.com/gravity-ui/page-constructor/compare/v1.2.3...v1.2.4) (2022-10-19)
494
-
495
- ### Bug Fixes
496
-
497
- * buttons specificities fixes ([96a4cf6](https://github.com/gravity-ui/page-constructor/commit/96a4cf6aee58d19b42e9e649ee3969c86d94be2a))
498
-
499
- ## [1.2.3](https://github.com/gravity-ui/page-constructor/compare/v1.2.2...v1.2.3) (2022-10-14)
500
-
501
-
502
- ### Bug Fixes
503
-
504
- * content links margin ([6977b96](https://github.com/gravity-ui/page-constructor/commit/6977b9601e3936ba5293eadeeaeccd640814125f))
505
-
506
- ## [1.2.2](https://github.com/gravity-ui/page-constructor/compare/v1.2.1...v1.2.2) (2022-10-14)
507
-
508
-
509
- ### Bug Fixes
510
-
511
- * change p margin for size s ([#29](https://github.com/gravity-ui/page-constructor/issues/29)) ([dcb1c2a](https://github.com/gravity-ui/page-constructor/commit/dcb1c2acba20659a8f536f4bd7401dc54b4d7b71))
512
-
513
- ## [1.2.1](https://github.com/gravity-ui/page-constructor/compare/v1.2.0...v1.2.1) (2022-10-14)
514
-
515
-
516
- ### Bug Fixes
517
-
518
- * **Content:** ul li color in dark theme ([#30](https://github.com/gravity-ui/page-constructor/issues/30)) ([8e94579](https://github.com/gravity-ui/page-constructor/commit/8e945798cd15cbf58e55e8d81f6b516a85d8936c))
519
-
520
- ## [1.2.0](https://github.com/gravity-ui/page-constructor/compare/v1.1.0...v1.2.0) (2022-10-11)
521
-
522
-
523
- ### Features
524
-
525
- * add Content to Info block ([0017341](https://github.com/gravity-ui/page-constructor/commit/00173411209bca6a61f1d64d8329ead4328152f5))
526
-
527
- ## [1.1.0](https://github.com/gravity-ui/page-constructor/compare/v1.0.5...v1.1.0) (2022-10-10)
528
-
529
-
530
- ### Features
531
-
532
- * remove i18n from peers ([87f4c4d](https://github.com/gravity-ui/page-constructor/commit/87f4c4d4bb31179db04267a1ad37ba19bf4c222d))
533
-
534
- ## [1.0.5](https://github.com/gravity-ui/page-constructor/compare/v1.0.4...v1.0.5) (2022-10-07)
535
-
536
-
537
- ### Bug Fixes
538
-
539
- * remove alpha tag ([5c0f70c](https://github.com/gravity-ui/page-constructor/commit/5c0f70c983583810c08363c63a5a80d84e95c621))
540
-
541
- ## [1.0.4](https://github.com/gravity-ui/page-constructor/compare/v1.0.3...v1.0.4) (2022-10-07)
542
-
543
-
544
- ### Bug Fixes
545
-
546
- * repalce block stories content pt.1 ([fc1a3a5](https://github.com/gravity-ui/page-constructor/commit/fc1a3a537b4c962e472aee73663f2950ce7dc346))
547
- * replace blocks content ([ab63138](https://github.com/gravity-ui/page-constructor/commit/ab63138aaebfb71366062285436edc21f86f5346))
548
- * replace sub blocks and components story data ([fa7593d](https://github.com/gravity-ui/page-constructor/commit/fa7593d9082761d1726739204f36cf6024725755))
549
-
550
- ## [1.0.3](https://github.com/gravity-ui/page-constructor/compare/v1.0.2...v1.0.3) (2022-10-05)
551
-
552
-
553
- ### Bug Fixes
554
-
555
- * add yfm js import ([d9a77df](https://github.com/gravity-ui/page-constructor/commit/d9a77df743d68db9353bf6edbada38fbd81ce59f))
556
- * content centered styles priority ([3d2bad2](https://github.com/gravity-ui/page-constructor/commit/3d2bad24947d86fbd4cf3735beff49c0dfe74382))
557
- * content layout centered styles ([d0dcc59](https://github.com/gravity-ui/page-constructor/commit/d0dcc5988d3b08e483fe288295c904f16f903a94))
558
- * displaying video with fillWidthMedia param in HeaderBlock ([560b867](https://github.com/gravity-ui/page-constructor/commit/560b86776074a6249546d7c51324a201de9c04c4))
559
- * header block dark theme html ([d0cb1ce](https://github.com/gravity-ui/page-constructor/commit/d0cb1cebecafcd8385be32b33182b30b6bdb198c))
560
- * semantic colors for yfm ([40cd81f](https://github.com/gravity-ui/page-constructor/commit/40cd81ff9f0bf9407a84e181e10e23702aa67eb2))
561
-
562
- ## [1.0.2](https://github.com/gravity-ui/page-constructor/compare/v1.0.1...v1.0.2) (2022-10-04)
563
-
564
-
565
- ### Bug Fixes
566
-
567
- * readme ([be265cd](https://github.com/gravity-ui/page-constructor/commit/be265cd6cdc3a9212ba5a7f6ad4b7b4073dcf7fb))
568
-
569
- ## [1.0.1](https://github.com/gravity-ui/page-constructor/compare/v1.0.0...v1.0.1) (2022-10-03)
570
-
571
-
572
- ### Bug Fixes
573
-
574
- * add repository links to readme ([a6ed8b9](https://github.com/gravity-ui/page-constructor/commit/a6ed8b9af5f71e8b0eed3bb52f3309a715c5a48b))
575
-
576
- ## 1.0.0
577
-
578
- - V1 blocks support was discontinued.
579
-
580
- - `@yandex-data-ui/common`, `@yandex-data-ui/cloud-schemas`, and `@yandex-data-ui/cloud-components` was deleted from dependencies.
581
-
582
- - All the constructor elements was grouped into blocks, sub-blocks and components.
583
-
584
- - PageConstructor component was refactored.
585
-
586
- - Validators was Refactored.
587
-
588
- - Project build engine was moved from `@yandex-data-ui/ui-core` to `gulp`.
589
-
590
- - Storybook was updated.
591
-
592
- - Project was moved to @gravity-ui.
593
-
594
- - LICENSE.md and CONTRIBUTING.md was added
595
-
596
- - Translate all docs and stories to english
597
-
598
- ## 0.60.5
599
-
600
- - Added the Content component to the Questions block.
601
-
602
- ## 0.60.4
603
-
604
- - Fixed the bug when text was hidden behind the video in the `HeaderSlider` in Safari.
605
-
606
- ## 0.60.3
607
-
608
- - You can now change the `background` in a dark theme for the BackgroundCard component.
609
-
610
- ## 0.60.1
611
-
612
- - Slowed down slider scrolling.
613
-
614
- ## 0.60.0
615
-
616
- - Removed top and side margins for the `HeaderBlock` with a color background that takes up the entire width.
617
- - Added the fullWidthMedia parameter to the background prop in the `HeaderBlock`.
618
- - Increased the slider arrows in the `HeaderSlider`.
619
-
620
- ## 0.59.2
621
-
622
- - Fixed a bug in the `Share` component.
623
-
624
- ## 0.59.0
625
-
626
- - Increased the width of a color background in the `HeaderBlock`.
627
- - Added a bottom margin in the `HeaderBlock`.
628
- - Removed the common, cloud-components, and cloud-schemas dependencies.
629
-
630
- ## 0.58.0
631
-
632
- - Added a component named BasicCard.
633
-
634
- ## 0.57.3
635
-
636
- - Fixed the margins in the Header block for a mobile if `offset: large`
637
-
638
- ## 0.57.2
639
-
640
- - Fixed the bug in the Slider block with auto-scroll to the first slide.
641
-
642
- ## 0.57.1
643
-
644
- - Reduced the `InfoBlock` width. Added support for rounded corners.
645
-
646
- ## 0.57.0
647
-
648
- - Refactored the Header block. Added a new property named Status. Moved a cube outside a column, it now takes up the entire width.
649
- - Refactored the HeaderSlider block.
650
-
651
- ## 0.56.0
652
-
653
- - Increased side margins for the mobile version to 24px.
654
-
655
- ## 0.55.0
656
-
657
- - Added YAML snippets to the storybook.
658
-
659
- ## 0.53.1
660
-
661
- - Changed the hover effect in cards.
662
-
663
- ## 0.53.2
664
-
665
- - Fixed the hover behavior in the `Share` component.
666
- - Moved the ui-kit to dev-dependencies.
667
-
668
- ## 0.53.1
669
-
670
- - Added support for the gray color in the `Content` component lists.
671
-
672
- ## 0.53.1
673
-
674
- - Added a component named `HubspotForm`.
675
-
676
- ## 0.52.0
677
-
678
- - Upgraded i18n to 0.6.0. Now, before using the page-constructor, you need to call 'configure' (for details, see the readme file).
679
-
680
- ## 0.51.0
681
-
682
- - You can now use `*.webp` as `src` for `<Image />`.
683
-
684
- ## 0.50.0
685
-
686
- - Updated the tsconfig.
687
-
688
- ## 0.49.1
689
-
690
- - Removed CSS variables with --www-...
691
-
692
- ## 0.49.0
693
-
694
- - Added the customFormOrigin parameter to the YandexForm component.
695
-
696
- ## 0.48.0
697
-
698
- - Fixed the controls display in the storybook.
699
-
700
- ## 0.46.0
701
-
702
- - Updated the stories.
703
-
704
- ## 0.44.0
705
-
706
- - Updated the eslint, stylelint, and prettier configs.
707
-
708
- ## 0.43.1
709
-
710
- - Fixed the bug with an unnecessary offset of a slide in the slider.
711
-
712
- ## 0.43.0
713
-
714
- - Added the Content cube to the MediaBlock.
715
-
716
- ## 0.42.4
717
-
718
- - Fixed the VideoBlock and ReactPlayer component semantic colors.
719
- - Fixed the label mixin font.
720
-
721
- ## 0.42.3
722
-
723
- - Removed --yc-text-caption-1 font overriding and replaced it with --yc-text-caption-2.
724
-
725
- ## 0.42.2
726
-
727
- - Fixed the component semantic colors.
728
-
729
- ## 0.42.0
730
-
731
- - Removed the TextTable block.
732
-
733
- ## 0.40.0
734
-
735
- - Set the `--yc-text-accent-font-weight` CSS variable to 500.
736
- - Removed the top margin of the Button component.
737
- - Added mixins for headers.
738
- - Added the `--pc-text-header-color` variable set to `var(--yc-color-text-primary)`.
739
- - Upgraded the @gravity-ui/uikit version to 2.3.0.
740
-
741
- ## 0.39.2
742
-
743
- - Fixed the video and image display in the BackgroundMedia component in the mobile version.
744
-
745
- ## 0.39.1
746
-
747
- - Fixed some slider bugs.
748
-
749
- ## 0.38.0
750
-
751
- - You can now send metrics and pixels from the YandexForm component context.
752
-
753
- ## 0.36.1
754
-
755
- - Fixed the footnotes in Safari.
756
-
757
- ## 0.36.0
758
-
759
- - Added handling of missing blocks.
760
-
761
- ## 0.35.0
762
-
763
- - Added YFM styles to support the dark theme and font-family via a variable.
764
-
765
- ## 0.34.0
766
-
767
- ### Breaking changes
768
-
769
- - Added the `@gravity-ui/uikit` package.
770
- - Updated the `@yandex-data-ui/common` package.
771
- - Replaced the peer dependencies package: `@yandex-data-ui/i18n` -> `@gravity-ui/i18n`.
772
- - Removed the react-router-dom package from the dependencies.
773
-
774
- ## 0.33.0
775
-
776
- Removed the `HeaderWithImage` component.
777
-
778
- ## 0.32.0
779
-
780
- Added dark theme support in the `companies-block`.
781
-
782
- ## 0.30.1
783
-
784
- Fix content-layout text color in dark theme
785
-
786
- ## 0.30.0
787
-
788
- Added YFM handling in the `PreviewBlock`.
789
-
790
- ## 0.29.0
791
-
792
- Added descriptions of blocks and components, a CHANGELOG, and a project description to the storybook.
793
-
794
- ## 0.28.2
795
-
796
- Fixed a link in the `ExtendedFeatures` block.
797
-
798
- ## 0.28.0
799
-
800
- Added styles for links inserted using a markup.
801
-
802
- ## 0.24.0
803
-
804
- Added all blocks and components to the storybook.
805
-
806
- ## 0.23.0
807
-
808
- Added a component named `Quote`.
809
-
810
- ## 0.22.1
811
-
812
- Removed the `!important` statement in the `BlockBase` for the padding-bottom property
813
- In the `Content`, if the `text` block has no `title`, the `margin-top` property is 0.
814
-
815
- ## 0.22.0
816
-
817
- ### Breaking changes
818
-
819
- - `PageConstructorProvider` is now a separate component. For the `PageConstructor` to run properly, wrap it in this provider.
820
- For details, see the [readme](https://github.com/gravity-ui/page-constructor#getting-started) file.
821
-
822
- - Deleted the `system` theme (the `light` theme is used instead by default).
823
-
824
- - Changed the default values of the `muted` and `autoplay` parameters in the `ReactPlayer` component from `true` to `false`.
825
-
826
- ## 0.21.0
827
-
828
- - Added a content cube, card fill, and themes to the `background-card`.
829
-
830
- ## 0.20.1
831
-
832
- - Fixed YFM text formatting in the `content-layout-block`.
833
-
834
- ## 0.20.0
835
-
836
- - Added a content cube to the `card-with-image`.
837
-
838
- ## 0.19.3
839
-
840
- - Added a rerender fix in the `media-block`.
841
-
842
- ## 0.19.1
843
-
844
- - Added a slider fix in the `media-block`.
845
-
846
- ## 0.19.0
847
-
848
- - Added a DataLens iframe to the `media-block`.
849
-
850
- ## 0.18.4
851
-
852
- - Fixed the `BlockHeader` margins.
853
-
854
- ## 0.18.3
855
-
856
- - Added a fix for `footnotes`.
857
-
858
- ## 0.17.4
859
-
860
- - Added a fix for image rounding in the `FullScreenImage` component.
861
-
862
- ## 0.17.3
863
-
864
- - Added a fix for the `content-layout-block`, the default width is `m`.
865
-
866
- ## 0.17.2
867
-
868
- - Fixed the heading1 mixin.
869
-
870
- ## 0.17.1
871
-
872
- - Added a YFM fix for null values.
873
-
874
- ## 0.17.0
875
-
876
- - Added a block named `content-layout-block`.
877
-
878
- ## 0.11.1
879
-
880
- - Removed the `cards-with-image-block`. Instead, use the
881
- `cards-layout-block` that is universal for all cards.
882
-
883
- ## 0.11.0
884
-
885
- - Added dark theme support in blocks.
886
-
887
- ## 0.10.1
888
-
889
- - Fixed imports in the HeaderBreadcrumbs component.
890
-
891
- ## 0.10.0
892
-
893
- - Added the breadcrumbs property to the Header component.
894
-
895
- ## 0.9.0
896
-
897
- - Added the CardLayout block, the BackgroundCard component.
898
-
899
- ## 0.7.1
900
-
901
- - Added the isoDate property to the NewsCard component.
902
-
903
- ## 0.7.0
904
-
905
- - Added the HeaderSlider block.
906
- - Fixed the caption bug in the Tabs block.
907
-
908
- ## 0.6.4
909
-
910
- - Fixed the Icons block links.
911
-
912
- ## 0.6.3
913
-
914
- - Fixed the shadow color of Slider arrows and cards.
915
-
916
- ## 0.6.0
917
-
918
- - Added the Icons and Header blocks.
919
- - Added the NewsCard component.
920
- - Updated the CardsWithImage block with fullscreen support added.
921
-
922
- ## 0.5.1
923
-
924
- - Fixed Title size L fonts.
925
- - Removed padding-bottom for the HeaderBlock content in the mobile version.
926
-
927
- ## 0.5.0
928
-
929
- - Added style redesign.
930
-
931
- ## 0.3.5
932
-
933
- - Added the Header block.
934
-
935
- ## 0.3.3
936
-
937
- - Fixed the Title component animation, added the right margin to correctly break the title.
938
-
939
- ## 0.1.4
940
-
941
- - Moved globally defined styles to components.
942
-
943
- ## 0.1.1
944
-
945
- - Fixed offsets from an image in the cards-with-image.
946
-
947
- ## 0.1.0
948
-
949
- - Added a block with photos: cards-with-image.
950
-
951
- ## 0.0.10
952
-
953
- - Added style fixes for the banner dark theme.
954
-
955
- ## 0.0.8
956
-
957
- - Added YFM style fixes and updates for components from cloud-www.
958
-
959
- ## 0.0.5
960
-
961
- - Added a mixin for setting style specificity. Fixed errors related to style activation order.
962
-
963
- ## 0.0.4
964
-
965
- - Fixed the margins of nested grids.
966
-
967
- ## 0.0.3
968
-
969
- - Added a grid column property that allows resetting the margins.
970
-
971
- ## 0.0.2
972
-
973
- - Added style variables for fonts. Fixed the `PageConstructor` component class.
974
-
975
- ## 0.0.1
976
-
977
- - Added page constructor version 1.