Skip to content

Commit 684a855

Browse files
chore(main): release 4.2.0 (#514)
* chore(main): release 4.2.0
1 parent c19f19e commit 684a855

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## [4.2.0](https://github.com/gravity-ui/page-constructor/compare/v4.1.2...v4.2.0) (2023-08-21)
5+
6+
7+
### Features
8+
9+
* add ariaLabel prop for Media component, mark interactive elements on it ([#504](https://github.com/gravity-ui/page-constructor/issues/504)) ([fdb185f](https://github.com/gravity-ui/page-constructor/commit/fdb185fd8fdd779b431fc40658fe514dbf21ff5e))
10+
11+
12+
### Bug Fixes
13+
14+
* correct usage of heading levels ([42448fa](https://github.com/gravity-ui/page-constructor/commit/42448fab99f7163002ed7f897b5792145b259b78))
15+
416
## [4.1.2](https://github.com/gravity-ui/page-constructor/compare/v4.1.1...v4.1.2) (2023-08-17)
517

618

@@ -267,7 +279,7 @@
267279
### Features
268280

269281
* update header offset, remove unnecessary margins ([#369](https://github.com/gravity-ui/page-constructor/issues/369)) ([7757ec1](https://github.com/gravity-ui/page-constructor/commit/7757ec1b80b20b79c693b28cd3c47a7a44a2987f))
270-
* remove navigation's border by default if scroll top = 0. If you want this border by default, use prop `withBorder: true` im navigation config
282+
* remove navigation's border by default if scroll top = 0. If you want this border by default, use prop `withBorder: true` im navigation config
271283

272284
## [3.1.2](https://github.com/gravity-ui/page-constructor/compare/v3.1.1...v3.1.2) (2023-06-07)
273285

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/page-constructor",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"description": "Gravity UI Page Constructor",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)