Skip to content

Commit

Permalink
chore(main): release 4.2.0 (#514)
Browse files Browse the repository at this point in the history
* chore(main): release 4.2.0
  • Loading branch information
gravity-ui-bot authored Aug 21, 2023
1 parent c19f19e commit 684a855
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## [4.2.0](https://github.com/gravity-ui/page-constructor/compare/v4.1.2...v4.2.0) (2023-08-21)


### Features

* 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))


### Bug Fixes

* correct usage of heading levels ([42448fa](https://github.com/gravity-ui/page-constructor/commit/42448fab99f7163002ed7f897b5792145b259b78))

## [4.1.2](https://github.com/gravity-ui/page-constructor/compare/v4.1.1...v4.1.2) (2023-08-17)


Expand Down Expand Up @@ -267,7 +279,7 @@
### Features

* 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))
* remove navigation's border by default if scroll top = 0. If you want this border by default, use prop `withBorder: true` im navigation config
* remove navigation's border by default if scroll top = 0. If you want this border by default, use prop `withBorder: true` im navigation config

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/page-constructor",
"version": "4.1.2",
"version": "4.2.0",
"description": "Gravity UI Page Constructor",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 684a855

Please sign in to comment.