Skip to content

Commit 4298d13

Browse files
chore(main): release 2.6.0 (#108)
1 parent 13702de commit 4298d13

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/gravity-ui/dynamic-forms/compare/v2.5.0...v2.6.0) (2023-09-07)
4+
5+
6+
### Features
7+
8+
* **ObjectBase:** add inline variant ([#104](https://github.com/gravity-ui/dynamic-forms/issues/104)) ([31480c3](https://github.com/gravity-ui/dynamic-forms/commit/31480c3a0b5079dcf4e1e5940d840e69579cc608))
9+
* **Select:** added additional params for select ([#109](https://github.com/gravity-ui/dynamic-forms/issues/109)) ([13702de](https://github.com/gravity-ui/dynamic-forms/commit/13702de605d69205c122240d43b0dfb0ae9983cf))
10+
11+
12+
### Bug Fixes
13+
14+
* **ArrayBase:** remove value preparing logic, on item add call ([#107](https://github.com/gravity-ui/dynamic-forms/issues/107)) ([65283d6](https://github.com/gravity-ui/dynamic-forms/commit/65283d68f55a489945b5014daa2d6c2ac3cf23eb))
15+
316
## [2.5.0](https://github.com/gravity-ui/dynamic-forms/compare/v2.4.0...v2.5.0) (2023-09-01)
417

518

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/dynamic-forms",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "",
55
"license": "MIT",
66
"main": "build/cjs/index.js",

0 commit comments

Comments
 (0)