Skip to content

Commit 76861a5

Browse files
chore(main): release 2.1.0 (#74)
1 parent 9690d15 commit 76861a5

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/gravity-ui/dynamic-forms/compare/v2.0.0...v2.1.0) (2023-08-14)
4+
5+
6+
### Features
7+
8+
* **MultiOneOf:** added new input multi one of ([#77](https://github.com/gravity-ui/dynamic-forms/issues/77)) ([e1bbbec](https://github.com/gravity-ui/dynamic-forms/commit/e1bbbec2123615c0412026e77c93a69d7c0ca5cb))
9+
10+
11+
### Bug Fixes
12+
13+
* **FileInput:** change hiding approach of input ([#78](https://github.com/gravity-ui/dynamic-forms/issues/78)) ([9690d15](https://github.com/gravity-ui/dynamic-forms/commit/9690d158ca69018588ab81429e6f96e3f9d2f7b3))
14+
* fixed array type for default values ([#72](https://github.com/gravity-ui/dynamic-forms/issues/72)) ([c298dc2](https://github.com/gravity-ui/dynamic-forms/commit/c298dc23845059c311aed8d49f68c8ed281695c9))
15+
* long headers values ([#76](https://github.com/gravity-ui/dynamic-forms/issues/76)) ([37f3c6e](https://github.com/gravity-ui/dynamic-forms/commit/37f3c6e869da20e7d1a519c343e4ee0717eb7e90))
16+
317
## [2.0.0](https://github.com/gravity-ui/dynamic-forms/compare/v1.10.0...v2.0.0) (2023-07-31)
418

519

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/dynamic-forms",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"license": "MIT",
66
"main": "build/cjs/index.js",

0 commit comments

Comments
 (0)